HomeSort by: relevance | last modified time | path
    Searched refs:CodeViewContainer (Results 1 - 18 of 18) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
SymbolRecordMapping.h 23 CodeViewContainer Container)
26 CodeViewContainer Container)
41 CodeViewContainer Container;
SymbolDumper.h 28 CodeViewContainer Container,
50 CodeViewContainer Container;
SymbolDeserializer.h 26 MappingInfo(ArrayRef<uint8_t> RecordData, CodeViewContainer Container)
39 SymbolDeserializer S(nullptr, CodeViewContainer::ObjectFile);
56 CodeViewContainer Container)
93 CodeViewContainer Container;
SymbolSerializer.h 48 SymbolSerializer(BumpPtrAllocator &Storage, CodeViewContainer Container);
52 CodeViewContainer Container) {
DebugSubsectionRecord.h 61 Error commit(BinaryStreamWriter &Writer, CodeViewContainer Container) const;
CodeView.h 604 enum class CodeViewContainer { ObjectFile, Pdb };
606 inline uint32_t alignOf(CodeViewContainer Container) {
607 if (Container == CodeViewContainer::ObjectFile)
  /src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/
CodeViewYAMLSymbols.h 37 codeview::CodeViewContainer Container) const;
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
SymbolSerializer.cpp 22 CodeViewContainer Container)
DebugSubsectionRecord.cpp 69 CodeViewContainer Container) const {
RecordName.cpp 325 SymbolRecordMapping Mapping(Reader, CodeViewContainer::ObjectFile);
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
DbiModuleDescriptorBuilder.cpp 80 assert(BulkSymbols.size() % alignOf(CodeViewContainer::Pdb) == 0 &&
92 assert(SymLength % alignOf(CodeViewContainer::Pdb) == 0 &&
192 assert(SymbolWriter.getOffset() % alignOf(CodeViewContainer::Pdb) == 0 &&
196 if (auto EC = Builder.commit(SymbolWriter, CodeViewContainer::Pdb))
GSIStreamBuilder.cpp 366 CodeViewContainer::Pdb));
  /src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
CodeViewYAMLSymbols.cpp 237 CodeViewContainer Container) const = 0;
249 CodeViewContainer Container) const override {
266 CodeViewContainer Container) const override {
590 BumpPtrAllocator &Allocator, CodeViewContainer Container) const {
COFFEmitter.cpp 199 Err(B.commit(Writer, CodeViewContainer::ObjectFile));
CodeViewYAMLDebugSections.cpp 494 Sym.toCodeViewSymbol(Allocator, CodeViewContainer::ObjectFile));
  /src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
DumpOutputStyle.cpp 1534 SymbolDeserializer Deserializer(nullptr, CodeViewContainer::ObjectFile);
1588 SymbolDeserializer Deserializer(nullptr, CodeViewContainer::Pdb);
1655 SymbolDeserializer Deserializer(nullptr, CodeViewContainer::Pdb);
1694 SymbolDeserializer Deserializer(nullptr, CodeViewContainer::Pdb);
1800 SymbolDeserializer Deserializer(nullptr, CodeViewContainer::Pdb);
llvm-pdbutil.cpp 821 Symbol.toCodeViewSymbol(Allocator, CodeViewContainer::Pdb));
  /src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
COFFDumper.cpp 1209 CVSymbolDumper CVSD(W, Types, CodeViewContainer::ObjectFile, std::move(CODD),

Completed in 55 milliseconds