Searched refs:CodeViewContainer (Results 1 – 15 of 15) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/ |
D | DebugSubsectionRecord.h | 39 CodeViewContainer Container); 42 CodeViewContainer Container); 49 CodeViewContainer Container = CodeViewContainer::ObjectFile; 57 CodeViewContainer Container); 63 CodeViewContainer Container); 75 CodeViewContainer Container; 87 Stream, Info, codeview::CodeViewContainer::Pdb))
|
D | SymbolRecordMapping.h | 23 CodeViewContainer Container) in SymbolRecordMapping() 26 CodeViewContainer Container) in SymbolRecordMapping() 41 CodeViewContainer Container;
|
D | SymbolDeserializer.h | 26 MappingInfo(ArrayRef<uint8_t> RecordData, CodeViewContainer Container) in MappingInfo() 39 SymbolDeserializer S(nullptr, CodeViewContainer::ObjectFile); in deserializeAs() 56 CodeViewContainer Container) in SymbolDeserializer() 93 CodeViewContainer Container;
|
D | SymbolDumper.h | 28 CodeViewContainer Container, in CVSymbolDumper() 50 CodeViewContainer Container;
|
D | SymbolSerializer.h | 49 SymbolSerializer(BumpPtrAllocator &Storage, CodeViewContainer Container); 53 CodeViewContainer Container) { in writeOneSymbol()
|
D | CodeView.h | 604 enum class CodeViewContainer { ObjectFile, Pdb }; enum 606 inline uint32_t alignOf(CodeViewContainer Container) { in alignOf() 607 if (Container == CodeViewContainer::ObjectFile) in alignOf()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/ |
D | DebugSubsectionRecord.cpp | 27 CodeViewContainer Container) in DebugSubsectionRecord() 32 CodeViewContainer Container) { in initialize() 56 std::shared_ptr<DebugSubsection> Subsection, CodeViewContainer Container) in DebugSubsectionRecordBuilder() 60 const DebugSubsectionRecord &Contents, CodeViewContainer Container) in DebugSubsectionRecordBuilder()
|
D | SymbolSerializer.cpp | 22 CodeViewContainer Container) in SymbolSerializer()
|
D | RecordName.cpp | 323 SymbolRecordMapping Mapping(Reader, CodeViewContainer::ObjectFile); in getSymbolName()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/ |
D | DbiModuleDescriptorBuilder.cpp | 80 assert(BulkSymbols.size() % alignOf(CodeViewContainer::Pdb) == 0 && in addSymbolsInBulk() 162 assert(SymbolWriter.getOffset() % alignOf(CodeViewContainer::Pdb) == 0 && in commit() 184 std::move(Subsection), CodeViewContainer::Pdb)); in addDebugSubsection() 190 SubsectionContents, CodeViewContainer::Pdb)); in addDebugSubsection()
|
D | GSIStreamBuilder.cpp | 66 CodeViewContainer::Pdb)); in addSymbol()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/ |
D | CodeViewYAMLSymbols.h | 37 codeview::CodeViewContainer Container) const;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
D | CodeViewYAMLSymbols.cpp | 214 CodeViewContainer Container) const = 0; 226 CodeViewContainer Container) const override { in toCodeViewSymbol() 243 CodeViewContainer Container) const override { in toCodeViewSymbol() 567 BumpPtrAllocator &Allocator, CodeViewContainer Container) const { in toCodeViewSymbol()
|
D | COFFEmitter.cpp | 190 DebugSubsectionRecordBuilder B(SS, CodeViewContainer::ObjectFile); in toDebugS()
|
D | CodeViewYAMLDebugSections.cpp | 494 Sym.toCodeViewSymbol(Allocator, CodeViewContainer::ObjectFile)); in toCodeViewSubsection()
|