Home
last modified time | relevance | path

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

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