| /freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | DebugSubsectionRecord.h | 40 CodeViewContainer Container); 43 CodeViewContainer Container); 50 CodeViewContainer Container = CodeViewContainer::ObjectFile; 58 CodeViewContainer Container); 64 CodeViewContainer Container); 76 CodeViewContainer Container; 88 Stream, Info, codeview::CodeViewContainer::Pdb))
|
| H A D | SymbolRecordMapping.h | 24 CodeViewContainer Container) in SymbolRecordMapping() 27 CodeViewContainer Container) in SymbolRecordMapping() 42 CodeViewContainer Container;
|
| H A D | SymbolDeserializer.h | 27 MappingInfo(ArrayRef<uint8_t> RecordData, CodeViewContainer Container) in MappingInfo() 40 SymbolDeserializer S(nullptr, CodeViewContainer::ObjectFile); in deserializeAs() 57 CodeViewContainer Container) in SymbolDeserializer() 94 CodeViewContainer Container;
|
| H A D | SymbolDumper.h | 29 CodeViewContainer Container, in CVSymbolDumper() 51 CodeViewContainer Container;
|
| H A D | SymbolSerializer.h | 50 SymbolSerializer(BumpPtrAllocator &Storage, CodeViewContainer Container); 54 CodeViewContainer Container) { in writeOneSymbol()
|
| H A D | CodeView.h | 587 enum class CodeViewContainer { ObjectFile, Pdb }; enum 589 inline uint32_t alignOf(CodeViewContainer Container) { in alignOf() 590 if (Container == CodeViewContainer::ObjectFile) in alignOf()
|
| /freebsd-12.1/contrib/llvm/lib/DebugInfo/CodeView/ |
| H A D | DebugSubsectionRecord.cpp | 28 CodeViewContainer Container) in DebugSubsectionRecord() 33 CodeViewContainer Container) { in initialize() 57 std::shared_ptr<DebugSubsection> Subsection, CodeViewContainer Container) in DebugSubsectionRecordBuilder() 61 const DebugSubsectionRecord &Contents, CodeViewContainer Container) in DebugSubsectionRecordBuilder()
|
| H A D | SymbolSerializer.cpp | 23 CodeViewContainer Container) in SymbolSerializer()
|
| H A D | RecordName.cpp | 324 SymbolRecordMapping Mapping(Reader, CodeViewContainer::ObjectFile); in getSymbolName()
|
| /freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | DbiModuleDescriptorBuilder.cpp | 81 assert(BulkSymbols.size() % alignOf(CodeViewContainer::Pdb) == 0 && in addSymbolsInBulk() 161 assert(SymbolWriter.getOffset() % alignOf(CodeViewContainer::Pdb) == 0 && in commit() 183 std::move(Subsection), CodeViewContainer::Pdb)); in addDebugSubsection() 189 SubsectionContents, CodeViewContainer::Pdb)); in addDebugSubsection()
|
| H A D | GSIStreamBuilder.cpp | 67 CodeViewContainer::Pdb)); in addSymbol()
|
| /freebsd-12.1/contrib/llvm/include/llvm/ObjectYAML/ |
| H A D | CodeViewYAMLSymbols.h | 38 codeview::CodeViewContainer Container) const;
|
| /freebsd-12.1/contrib/llvm/lib/ObjectYAML/ |
| H A D | CodeViewYAMLSymbols.cpp | 215 CodeViewContainer Container) const = 0; 227 CodeViewContainer Container) const override { in toCodeViewSymbol() 244 CodeViewContainer Container) const override { in toCodeViewSymbol() 562 BumpPtrAllocator &Allocator, CodeViewContainer Container) const { in toCodeViewSymbol()
|
| H A D | CodeViewYAMLDebugSections.cpp | 495 Sym.toCodeViewSymbol(Allocator, CodeViewContainer::ObjectFile)); in toCodeViewSubsection()
|
| /freebsd-12.1/contrib/llvm/tools/lld/COFF/ |
| H A D | PDB.cpp | 891 size_t Size = alignTo(Sym.length(), alignOf(CodeViewContainer::Pdb)); in copyAndAlignSymbol() 1028 alignTo(Sym.length(), alignOf(CodeViewContainer::Pdb)); in mergeSymbolRecords() 1048 Alloc.Allocate(TotalRealignedSize, alignOf(CodeViewContainer::Pdb)); in mergeSymbolRecords() 1517 ONS, Allocator, CodeViewContainer::Pdb)); in addCommonLinkerModuleSymbols() 1519 CS, Allocator, CodeViewContainer::Pdb)); in addCommonLinkerModuleSymbols() 1521 EBS, Allocator, CodeViewContainer::Pdb)); in addCommonLinkerModuleSymbols() 1535 Sym, Allocator, CodeViewContainer::Pdb)); in addLinkerModuleSectionSymbol()
|
| /freebsd-12.1/contrib/llvm/tools/llvm-pdbutil/ |
| H A D | DumpOutputStyle.cpp | 1454 SymbolDeserializer Deserializer(nullptr, CodeViewContainer::ObjectFile); in dumpModuleSymsForObj() 1508 SymbolDeserializer Deserializer(nullptr, CodeViewContainer::Pdb); in dumpModuleSymsForPdb() 1547 SymbolDeserializer Deserializer(nullptr, CodeViewContainer::Pdb); in dumpGSIRecords() 1586 SymbolDeserializer Deserializer(nullptr, CodeViewContainer::Pdb); in dumpGlobals() 1692 SymbolDeserializer Deserializer(nullptr, CodeViewContainer::Pdb); in dumpSymbolsFromGSI()
|
| H A D | llvm-pdbutil.cpp | 810 Symbol.toCodeViewSymbol(Allocator, CodeViewContainer::Pdb)); in yamlToPdb()
|
| /freebsd-12.1/contrib/llvm/tools/llvm-readobj/ |
| H A D | COFFDumper.cpp | 1155 CVSymbolDumper CVSD(W, Types, CodeViewContainer::ObjectFile, std::move(CODD), in printCodeViewSymbolsSubsection()
|