Find child symbols by relative virtual address.

Synopsis

Declared in <llvm/DebugInfo/PDB/Native/NativeRawSymbol.h>

virtual
std::unique_ptr<IPDBEnumSymbols>
findChildrenByRVA(
    PDB_SymType Type,
    StringRef Name,
    PDB_NameSearchFlags Flags,
    uint32_t RVA) const override;

Return Value

An enumerator over matching child symbols.

Parameters

Name

Description

Type

Symbol tag of children to enumerate.

Name

Name pattern to match.

Flags

Name‐search options controlling the match.

RVA

Relative virtual address to search.

Created with MrDocs