Home
last modified time | relevance | path

Searched refs:getObjectFileName (Results 1 – 14 of 14) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/
DIPDBInjectedSource.h34 virtual std::string getObjectFileName() const = 0;
DIPDBRawSymbol.h104 virtual std::string getObjectFileName() const = 0;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/DIA/
DDIAInjectedSource.h27 std::string getObjectFileName() const override;
DDIARawSymbol.h92 std::string getObjectFileName() const override;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/DIA/
DDIAInjectedSource.cpp36 std::string DIAInjectedSource::getObjectFileName() const { in getObjectFileName() function in DIAInjectedSource
DDIARawSymbol.cpp695 std::string DIARawSymbol::getObjectFileName() const { in getObjectFileName() function in DIARawSymbol
/external/llvm/include/llvm/DebugInfo/PDB/DIA/
DDIARawSymbol.h71 std::string getObjectFileName() const override;
/external/llvm/include/llvm/DebugInfo/PDB/
DIPDBRawSymbol.h80 virtual std::string getObjectFileName() const = 0;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/Native/
DNativeRawSymbol.h97 std::string getObjectFileName() const override;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/
DNativeRawSymbol.cpp226 std::string NativeRawSymbol::getObjectFileName() const { in getObjectFileName() function in NativeRawSymbol
/external/llvm/unittests/DebugInfo/PDB/
DPDBApiTest.cpp187 MOCK_SYMBOL_ACCESSOR(getObjectFileName)
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/PDB/
DPDBApiTest.cpp268 MOCK_SYMBOL_ACCESSOR(getObjectFileName)
/external/llvm/lib/DebugInfo/PDB/DIA/
DDIARawSymbol.cpp575 std::string DIARawSymbol::getObjectFileName() const { in getObjectFileName() function in DIARawSymbol
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
Dllvm-pdbutil.cpp886 std::string Obj = stringOr(IS->getObjectFileName(), "<null>"); in dumpInjectedSources()