Find child symbols of the given type at a relative virtual address.

Synopsis

Declared in <llvm/DebugInfo/PDB/PDBSymbol.h>

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

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