Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h937 StringRef getPrecompFilePath() const { return PrecompFilePath; } in getPrecompFilePath()
942 StringRef PrecompFilePath; variable
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp516 Precomp.PrecompFilePath); in visitKnownRecord()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeRecordMapping.cpp746 error(IO.mapStringZ(Precomp.PrecompFilePath, "PrecompFile")); in visitKnownRecord()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp610 IO.mapRequired("PrecompFilePath", Record.PrecompFilePath); in map()