Searched refs:PrecompRecord (Results 1 – 13 of 13) sorted by relevance
| /freebsd/contrib/llvm-project/lld/COFF/ |
| H A D | DebugTypes.cpp | 152 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 D | DebugTypes.h | 173 llvm::codeview::PrecompRecord ts);
|
| H A D | InputFiles.cpp | 1070 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 D | LVCodeViewReader.h | 147 Error loadPrecompiledObject(PrecompRecord &Precomp, CVTypeArray &CVTypesObj);
|
| H A D | LVCodeViewVisitor.h | 417 Error visitKnownRecord(CVType &Record, PrecompRecord &Precomp, TypeIndex TI,
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/ |
| H A D | LVCodeViewReader.cpp | 422 Error LVCodeViewReader::loadPrecompiledObject(PrecompRecord &Precomp, in loadPrecompiledObject() 560 PrecompRecord Precomp = cantFail( in traverseTypeSection() 561 TypeDeserializer::deserializeAs<PrecompRecord>(FirstType->data())); in traverseTypeSection()
|
| H A D | LVCodeViewVisitor.cpp | 2601 Error LVLogicalVisitor::visitKnownRecord(CVType &Record, PrecompRecord &Precomp, in visitKnownRecord()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | TypeRecord.h | 928 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 D | RecordName.cpp | 245 PrecompRecord &Precomp) { in visitKnownRecord()
|
| H A D | TypeDumpVisitor.cpp | 558 PrecompRecord &Precomp) { in visitKnownRecord()
|
| H A D | TypeRecordMapping.cpp | 742 PrecompRecord &Precomp) { in visitKnownRecord()
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
| H A D | MinimalTypeDumper.cpp | 512 PrecompRecord &Precomp) { in visitKnownRecord()
|
| /freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ |
| H A D | CodeViewYAMLTypes.cpp | 606 template <> void LeafRecordImpl<PrecompRecord>::map(IO &IO) { in map()
|