Home
last modified time | relevance | path

Searched refs:getPrecompFilePath (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewReader.cpp432 W.printString("PrecompFile", Precomp.getPrecompFilePath()); in loadPrecompiledObject()
435 SmallString<128> ServerName(Precomp.getPrecompFilePath()); in loadPrecompiledObject()
444 Precomp.getPrecompFilePath().str().c_str()); in loadPrecompiledObject()
H A DLVCodeViewVisitor.cpp2613 W.printString("PrecompFile", Precomp.getPrecompFilePath()); in visitKnownRecord()
/freebsd/contrib/llvm-project/lld/COFF/
H A DDebugTypes.cpp492 sys::path::filename(pr.getPrecompFilePath(), sys::path::Style::windows); in findPrecompSource()
508 pr.getPrecompFilePath(), in findPrecompMap()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeDumpVisitor.cpp562 W->printString("PrecompFile", Precomp.getPrecompFilePath()); in visitKnownRecord()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h937 StringRef getPrecompFilePath() const { return PrecompFilePath; } in getPrecompFilePath() function