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.cpp153 UsePrecompSource(COFFLinkerContext &ctx, ObjFile *f, PrecompRecord precomp) in UsePrecompSource()
165 PrecompSource *findPrecompSource(ObjFile *file, PrecompRecord &pr);
166 Expected<PrecompSource *> findPrecompMap(ObjFile *file, PrecompRecord &pr);
171 PrecompRecord precompDependency;
211 PrecompRecord precomp) { in makeUsePrecompSource()
487 PrecompRecord &pr) { in findPrecompSource()
503 PrecompRecord &pr) { in findPrecompMap()
H A DDebugTypes.h173 llvm::codeview::PrecompRecord ts);
H A DInputFiles.cpp844 PrecompRecord precomp = cantFail( in initializeDependencies()
845 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/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h929 class PrecompRecord : public TypeRecord {
931 PrecompRecord() = default;
932 explicit PrecompRecord(TypeRecordKind Kind) : TypeRecord(Kind) {} in PrecompRecord() function
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewReader.cpp427 Error LVCodeViewReader::loadPrecompiledObject(PrecompRecord &Precomp, in loadTypeServer()
565 PrecompRecord Precomp = cantFail( in traverseTypeSection()
566 TypeDeserializer::deserializeAs<PrecompRecord>(FirstType->data())); in traverseTypeSection()
H A DLVCodeViewVisitor.cpp2606 Error LVLogicalVisitor::visitKnownRecord(CVType &Record, PrecompRecord &Precomp, in visitKnownRecord()
/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()