Home
last modified time | relevance | path

Searched refs:PrecompRecord (Results 1 – 13 of 13) sorted by relevance

/freebsd/contrib/llvm-project/lld/COFF/
H A DDebugTypes.cpp152 UsePrecompSource(COFFLinkerContext &ctx, ObjFile *f, PrecompRecord precomp) in UsePrecompSource()
164 PrecompSource *findPrecompSource(ObjFile *file, PrecompRecord &pr);
165 Expected<PrecompSource *> findPrecompMap(ObjFile *file, PrecompRecord &pr);
170 PrecompRecord precompDependency;
210 PrecompRecord precomp) { in makeUsePrecompSource()
489 PrecompRecord &pr) { in findPrecompSource()
505 PrecompRecord &pr) { in findPrecompMap()
H A DDebugTypes.h173 llvm::codeview::PrecompRecord ts);
H A DInputFiles.cpp1070 PrecompRecord precomp = cantFail( in initializeDependencies()
1071 TypeDeserializer::deserializeAs<PrecompRecord>(firstType->data())); in initializeDependencies()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/
H A DLVCodeViewReader.h147 Error loadPrecompiledObject(PrecompRecord &Precomp, CVTypeArray &CVTypesObj);
H A DLVCodeViewVisitor.h417 Error visitKnownRecord(CVType &Record, PrecompRecord &Precomp, TypeIndex TI,
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewReader.cpp422 Error LVCodeViewReader::loadPrecompiledObject(PrecompRecord &Precomp, in loadPrecompiledObject()
560 PrecompRecord Precomp = cantFail( in traverseTypeSection()
561 TypeDeserializer::deserializeAs<PrecompRecord>(FirstType->data())); in traverseTypeSection()
H A DLVCodeViewVisitor.cpp2601 Error LVLogicalVisitor::visitKnownRecord(CVType &Record, PrecompRecord &Precomp, in visitKnownRecord()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h928 class PrecompRecord : public TypeRecord {
930 PrecompRecord() = default;
931 explicit PrecompRecord(TypeRecordKind Kind) : TypeRecord(Kind) {} in PrecompRecord() function
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DRecordName.cpp245 PrecompRecord &Precomp) { in visitKnownRecord()
H A DTypeDumpVisitor.cpp558 PrecompRecord &Precomp) { in visitKnownRecord()
H A DTypeRecordMapping.cpp742 PrecompRecord &Precomp) { in visitKnownRecord()
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp512 PrecompRecord &Precomp) { in visitKnownRecord()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp606 template <> void LeafRecordImpl<PrecompRecord>::map(IO &IO) { in map()