Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/
H A DIPDBInjectedSource.h34 virtual std::string getObjectFileName() const = 0;
H A DIPDBRawSymbol.h123 virtual std::string getObjectFileName() const = 0;
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIAInjectedSource.h27 std::string getObjectFileName() const override;
H A DDIARawSymbol.h93 std::string getObjectFileName() const override;
/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/DIA/
H A DDIAInjectedSource.cpp36 std::string DIAInjectedSource::getObjectFileName() const { in getObjectFileName() function in DIAInjectedSource
H A DDIARawSymbol.cpp718 std::string DIARawSymbol::getObjectFileName() const { in getObjectFileName() function in DIARawSymbol
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeRawSymbol.h98 std::string getObjectFileName() const override;
/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/Native/
H A DNativeRawSymbol.cpp226 std::string NativeRawSymbol::getObjectFileName() const { in getObjectFileName() function in NativeRawSymbol
/freebsd-12.1/contrib/llvm/tools/llvm-pdbutil/
H A Dllvm-pdbutil.cpp939 std::string Obj = stringOr(IS->getObjectFileName(), "<null>"); in dumpInjectedSources()