Home
last modified time | relevance | path

Searched refs:PrecompFilePath (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h936 StringRef getPrecompFilePath() const { return PrecompFilePath; } in getPrecompFilePath()
941 StringRef PrecompFilePath; variable
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp511 Precomp.PrecompFilePath); in visitKnownRecord()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
H A DTypeRecordMapping.cpp727 error(IO.mapStringZ(Precomp.PrecompFilePath, "PrecompFile")); in visitKnownRecord()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp606 IO.mapRequired("PrecompFilePath", Record.PrecompFilePath); in map()