Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/DebugInfo/CodeView/
H A DTypeDumpVisitor.cpp563 W->printString("PrecompFile", Precomp.getPrecompFilePath()); in visitKnownRecord()
/freebsd-12.1/contrib/llvm/tools/lld/COFF/
H A DPDB.cpp741 Precomp.getPrecompFilePath(), sys::path::Style::windows); in aquirePrecompObj()
758 Precomp.getPrecompFilePath().str(), in aquirePrecompObj()
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h943 StringRef getPrecompFilePath() const { return PrecompFilePath; } in getPrecompFilePath() function