Home
last modified time | relevance | path

Searched defs:getSourceFileName (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
H A DPDBSymbolCompiland.cpp29 std::string PDBSymbolCompiland::getSourceFileName() const { in getSourceFileName() function in PDBSymbolCompiland
/freebsd/contrib/llvm-project/llvm/include/llvm/LTO/
H A DLTO.h179 StringRef getSourceFileName() const { return SourceFileName; } in getSourceFileName() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DIRSymtab.h284 StringRef getSourceFileName() const { return str(header().SourceFileName); } in getSourceFileName() function
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeRawSymbol.cpp274 std::string NativeRawSymbol::getSourceFileName() const { in getSourceFileName() function in NativeRawSymbol
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DModule.h278 const std::string &getSourceFileName() const { return SourceFileName; } in getSourceFileName() function
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp770 std::string DIARawSymbol::getSourceFileName() const { in getSourceFileName() function in DIARawSymbol