Home
last modified time | relevance | path

Searched refs:getRawSymbol (Results 1 – 11 of 11) sorted by relevance

/external/llvm/include/llvm/DebugInfo/PDB/
DPDBSymbol.h86 const IPDBRawSymbol &getRawSymbol() const { return *RawSymbol; } in getRawSymbol() function
87 IPDBRawSymbol &getRawSymbol() { return *RawSymbol; } in getRawSymbol() function
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DPrettyVariableDumper.cpp46 uint64_t Length = VarType->getRawSymbol().getLength(); in start()
173 if (Symbol.getRawSymbol().isRestrictedType()) in dumpRight()
196 if (Symbol.getRawSymbol().isRestrictedType()) in dump()
DPrettyTypedefDumper.cpp67 if (Symbol.getRawSymbol().isRestrictedType()) in dump()
DPrettyFunctionDumper.cpp256 if (Symbol.getRawSymbol().isRestrictedType()) in dump()
Dllvm-pdbutil.cpp840 const IPDBRawSymbol &RawType = SymbolType->getRawSymbol(); in getTypeLength()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/
DPDBSymbol.h118 const IPDBRawSymbol &getRawSymbol() const { return *RawSymbol; } in getRawSymbol() function
119 IPDBRawSymbol &getRawSymbol() { return *RawSymbol; } in getRawSymbol() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/
DUDTLayout.cpp36 const IPDBRawSymbol &RawSymbol = Symbol.getRawSymbol(); in getSymbolType()
43 const IPDBRawSymbol &RawType = SymbolType->getRawSymbol(); in getTypeLength()
239 if (auto VBP = VB->getRawSymbol().getVirtualBaseTableType()) { in initializeChildren()
DPDBSymbolData.cpp70 LexParentId = LexParent->getRawSymbol().getLexicalParentId(); in getCompilandId()
/external/llvm/lib/DebugInfo/PDB/DIA/
DDIASession.cpp182 static_cast<const DIARawSymbol &>(Compiland.getRawSymbol()); in findLineNumbers()
213 DiaCompiland = static_cast<const DIARawSymbol &>(Compiland->getRawSymbol()) in findSourceFiles()
266 static_cast<const DIARawSymbol &>(Compiland.getRawSymbol()); in getSourceFilesForCompiland()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/DIA/
DDIASession.cpp246 static_cast<const DIARawSymbol &>(Compiland.getRawSymbol()); in findLineNumbers()
300 DiaCompiland = static_cast<const DIARawSymbol &>(Compiland->getRawSymbol()) in findSourceFiles()
353 static_cast<const DIARawSymbol &>(Compiland.getRawSymbol()); in getSourceFilesForCompiland()
/external/llvm/tools/llvm-pdbdump/
DClassDefinitionDumper.cpp81 PDB_MemberAccess Access = Child->getRawSymbol().getAccess(); in start()