Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/COFF/
H A DDebugTypes.cpp478 sys::path::filename(pr.getPrecompFilePath(), sys::path::Style::windows); in findPrecompSource()
494 pr.getPrecompFilePath(), in findPrecompMap()
/llvm-project-15.0.7/llvm/lib/DebugInfo/CodeView/
H A DTypeDumpVisitor.cpp563 W->printString("PrecompFile", Precomp.getPrecompFilePath()); in visitKnownRecord()
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h937 StringRef getPrecompFilePath() const { return PrecompFilePath; } in getPrecompFilePath() function