Home
last modified time | relevance | path

Searched refs:getClassParent (Results 1 – 7 of 7) sorted by relevance

/external/llvm/lib/DebugInfo/PDB/
DPDBSymbolTypeEnum.cpp25 std::unique_ptr<PDBSymbolTypeUDT> PDBSymbolTypeEnum::getClassParent() const { in getClassParent() function in PDBSymbolTypeEnum
DPDBSymbolTypeFunctionSig.cpp81 std::unique_ptr<PDBSymbol> PDBSymbolTypeFunctionSig::getClassParent() const { in getClassParent() function in PDBSymbolTypeFunctionSig
DPDBSymbolFunc.cpp98 std::unique_ptr<PDBSymbolTypeUDT> PDBSymbolFunc::getClassParent() const { in getClassParent() function in PDBSymbolFunc
/external/llvm/include/llvm/DebugInfo/PDB/
DPDBSymbolTypeFunctionSig.h29 std::unique_ptr<PDBSymbol> getClassParent() const;
DPDBSymbolTypeEnum.h29 std::unique_ptr<PDBSymbolTypeUDT> getClassParent() const;
DPDBSymbolFunc.h28 std::unique_ptr<PDBSymbolTypeUDT> getClassParent() const;
/external/llvm/tools/llvm-pdbdump/
DFunctionDumper.cpp154 auto ClassParent = Symbol.getClassParent(); in start()