Home
last modified time | relevance | path

Searched refs:NativeCompilandSymbol (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/
DNativeCompilandSymbol.cpp17 NativeCompilandSymbol::NativeCompilandSymbol(NativeSession &Session, in NativeCompilandSymbol() function in llvm::pdb::NativeCompilandSymbol
22 PDB_SymType NativeCompilandSymbol::getSymTag() const { in getSymTag()
26 std::unique_ptr<NativeRawSymbol> NativeCompilandSymbol::clone() const { in clone()
27 return llvm::make_unique<NativeCompilandSymbol>(Session, SymbolId, Module); in clone()
30 bool NativeCompilandSymbol::isEditAndContinueEnabled() const { in isEditAndContinueEnabled()
34 uint32_t NativeCompilandSymbol::getLexicalParentId() const { return 0; } in getLexicalParentId()
41 std::string NativeCompilandSymbol::getLibraryName() const { in getLibraryName()
45 std::string NativeCompilandSymbol::getName() const { in getName()
DNativeSession.cpp99 llvm::make_unique<NativeCompilandSymbol>(*this, Id, MI)); in createCompilandSymbol()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/Native/
DNativeCompilandSymbol.h19 class NativeCompilandSymbol : public NativeRawSymbol {
21 NativeCompilandSymbol(NativeSession &Session, SymIndexId SymbolId,
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/
DCMakeLists.txt50 Native/NativeCompilandSymbol.cpp