Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
HDTypeDumpVisitor.cpp562 W->printString("PrecompFile", Precomp.getPrecompFilePath()); in visitKnownRecord()
/freebsd-11-stable/contrib/llvm-project/lld/COFF/
HDPDB.cpp602 precomp.getPrecompFilePath(), sys::path::Style::windows); in aquirePrecompObj()
610 precomp.getPrecompFilePath().str(), in aquirePrecompObj()
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
HDTypeRecord.h942 StringRef getPrecompFilePath() const { return PrecompFilePath; } in getPrecompFilePath() function