/external/llvm/tools/llvm-readobj/ |
Win64EHDumper.h | 20 struct coff_section; 29 typedef std::error_code (*SymbolResolver)(const object::coff_section *, 45 const object::coff_section *Section, 49 void printUnwindInfo(const Context &Ctx, const object::coff_section *Section, 52 const object::coff_section *Section,
|
Win64EHDumper.cpp | 116 const coff_section *Section, uint64_t Offset, 142 const coff_section *Section, 144 const coff_section *&ResolvedSection, 166 const coff_section *Section, 237 void Dumper::printUnwindInfo(const Context &Ctx, const coff_section *Section, 282 const coff_section *Section, 288 const coff_section *XData; 313 const coff_section *PData = Ctx.COFF.getCOFFSection(Section);
|
COFFDumper.cpp | 112 void printRelocatedField(StringRef Label, const coff_section *Sec, 124 std::error_code resolveSymbol(const coff_section *Section, uint64_t Offset, 126 std::error_code resolveSymbolName(const coff_section *Section, 128 std::error_code resolveSymbolName(const coff_section *Section, 136 typedef DenseMap<const coff_section*, std::vector<RelocationRef> > RelocMapTy; 181 const coff_section *Sec; 204 std::error_code COFFDumper::resolveSymbol(const coff_section *Section, 225 std::error_code COFFDumper::resolveSymbolName(const coff_section *Section, 240 std::error_code COFFDumper::resolveSymbolName(const coff_section *Section, 252 void COFFDumper::printRelocatedField(StringRef Label, const coff_section *Sec [all...] |
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/ |
Win64EHDumper.h | 20 struct coff_section; 29 typedef std::error_code (*SymbolResolver)(const object::coff_section *, 45 const object::coff_section *Section, 49 void printUnwindInfo(const Context &Ctx, const object::coff_section *Section, 52 const object::coff_section *Section,
|
Win64EHDumper.cpp | 116 const coff_section *Section, uint64_t Offset, 142 const coff_section *Section, 144 const coff_section *&ResolvedSection, 166 const coff_section *Section, 237 void Dumper::printUnwindInfo(const Context &Ctx, const coff_section *Section, 282 const coff_section *Section, 288 const coff_section *XData; 313 const coff_section *PData = Ctx.COFF.getCOFFSection(Section);
|
COFFDumper.cpp | 135 void printRelocatedField(StringRef Label, const coff_section *Sec, 155 std::error_code resolveSymbol(const coff_section *Section, uint64_t Offset, 157 std::error_code resolveSymbolName(const coff_section *Section, 159 std::error_code resolveSymbolName(const coff_section *Section, 170 typedef DenseMap<const coff_section*, std::vector<RelocationRef> > RelocMapTy; 226 const coff_section *Sec; 249 std::error_code COFFDumper::resolveSymbol(const coff_section *Section, 270 std::error_code COFFDumper::resolveSymbolName(const coff_section *Section, 285 std::error_code COFFDumper::resolveSymbolName(const coff_section *Section, 297 void COFFDumper::printRelocatedField(StringRef Label, const coff_section *Sec [all...] |
/external/swiftshader/third_party/LLVM/lib/Object/ |
COFFObjectFile.cpp | 72 const coff_section *COFFObjectFile::toSec(DataRefImpl Sec) const { 73 const coff_section *addr = reinterpret_cast<const coff_section*>(Sec.p); 82 assert(offset % sizeof(coff_section) == 0 && 121 const coff_section *Section = NULL; 139 const coff_section *Section = NULL; 191 const coff_section *Section = NULL; 224 const coff_section *Section = NULL; 280 const coff_section *sec = toSec(Sec); 289 const coff_section *sec = toSec(Sec) [all...] |
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/Native/ |
DbiStream.h | 29 struct coff_section; 81 FixedStreamArray<object::coff_section> getSectionHeaders(); 118 FixedStreamArray<object::coff_section> SectionHeaders;
|
DbiStreamBuilder.h | 31 struct coff_section; 83 createSectionMap(ArrayRef<llvm::object::coff_section> SecHdrs);
|
/external/swiftshader/third_party/LLVM/include/llvm/Object/ |
COFF.h | 57 struct coff_section { struct in namespace:llvm::object 79 const coff_section *SectionTable; 85 const coff_section *&Res) const; 91 const coff_section *toSec(DataRefImpl Sec) const;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/ |
COFFImportFile.cpp | 191 u32(sizeof(Header) + (NumberOfSections * sizeof(coff_section)) + 204 const coff_section SectionTable[NumberOfSections] = { 209 u32(sizeof(coff_file_header) + NumberOfSections * sizeof(coff_section)), 210 u32(sizeof(coff_file_header) + NumberOfSections * sizeof(coff_section) + 221 u32(sizeof(coff_file_header) + NumberOfSections * sizeof(coff_section) + 330 u32(sizeof(Header) + (NumberOfSections * sizeof(coff_section)) + 340 const coff_section SectionTable[NumberOfSections] = { 346 (NumberOfSections * sizeof(coff_section))), 391 u32(sizeof(Header) + (NumberOfSections * sizeof(coff_section)) + 403 const coff_section SectionTable[NumberOfSections] = [all...] |
COFFObjectFile.cpp | 119 const coff_section *COFFObjectFile::toSec(DataRefImpl Ref) const { 120 const coff_section *Addr = reinterpret_cast<const coff_section*>(Ref.p); 128 assert(Offset % sizeof(coff_section) == 0 && 178 const coff_section *Section = nullptr; 254 const coff_section *Sec = nullptr; 268 const coff_section *Sec = toSec(Ref); 275 const coff_section *Sec = toSec(Ref); 280 const coff_section *Sec = toSec(Ref); 299 const coff_section *Sec = toSec(Ref) [all...] |
WindowsResource.cpp | 458 reinterpret_cast<coff_section *>(BufferStart + CurrentOffset); 474 CurrentOffset += sizeof(coff_section); 476 reinterpret_cast<coff_section *>(BufferStart + CurrentOffset); 492 CurrentOffset += sizeof(coff_section);
|
/external/llvm/include/llvm/DebugInfo/PDB/Raw/ |
DbiStream.h | 28 struct coff_section; 99 codeview::FixedStreamArray<object::coff_section> getSectionHeaders(); 139 codeview::FixedStreamArray<object::coff_section> SectionHeaders;
|
/external/llvm/lib/Object/ |
COFFObjectFile.cpp | 116 const coff_section *COFFObjectFile::toSec(DataRefImpl Ref) const { 117 const coff_section *Addr = reinterpret_cast<const coff_section*>(Ref.p); 125 assert(Offset % sizeof(coff_section) == 0 && 169 const coff_section *Section = nullptr; 242 const coff_section *Sec = nullptr; 256 const coff_section *Sec = toSec(Ref); 263 const coff_section *Sec = toSec(Ref); 268 const coff_section *Sec = toSec(Ref); 283 const coff_section *Sec = toSec(Ref) [all...] |
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/ |
DbiStream.cpp | 200 FixedStreamArray<object::coff_section> DbiStream::getSectionHeaders() { 267 if (StreamLen % sizeof(object::coff_section)) 271 size_t NumSections = StreamLen / sizeof(object::coff_section);
|
/external/llvm/include/llvm/Object/ |
COFF.h | 419 struct coff_section { struct in namespace:llvm::object 631 const coff_section *SectionTable; 649 const coff_section *toSec(DataRefImpl Sec) const; 760 const coff_section *getCOFFSection(const SectionRef &Section) const; 805 std::error_code getSection(int32_t index, const coff_section *&Res) const; 853 getRelocations(const coff_section *Sec) const; 855 std::error_code getSectionName(const coff_section *Sec, StringRef &Res) const; 856 uint64_t getSectionSize(const coff_section *Sec) const; 857 std::error_code getSectionContents(const coff_section *Sec, [all...] |
/external/swiftshader/third_party/LLVM/lib/MC/ |
WinCOFFObjectWriter.cpp | 371 COFFSection *coff_section = createSection(Sec.getSectionName()); local 374 coff_section->Symbol = coff_symbol; 375 coff_symbol->Section = coff_section; 384 coff_section->Header.Characteristics = Sec.getCharacteristics(); 386 uint32_t &Characteristics = coff_section->Header.Characteristics; 407 coff_section->MCData = &SectionData; 408 SectionMap[&SectionData.getSection()] = coff_section; 654 COFFSection *coff_section = SectionMap[&SectionData->getSection()]; local 728 coff_section->Relocations.push_back(Reloc);
|
/external/llvm/lib/MC/ |
WinCOFFObjectWriter.cpp | 267 COFFSection *coff_section = createSection(Sec.getSectionName()); local 274 COMDATSymbol->Section = coff_section; 278 coff_section->Symbol = coff_symbol; 279 coff_symbol->Section = coff_section; 288 coff_section->Header.Characteristics = Sec.getCharacteristics(); 290 uint32_t &Characteristics = coff_section->Header.Characteristics; 339 coff_section->MCSection = &Sec; 340 SectionMap[&Sec] = coff_section; 678 COFFSection *coff_section = SectionMap[Section]; local 800 coff_section->Relocations.push_back(Reloc) [all...] |
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/ |
COFF.h | 438 struct coff_section { struct in namespace:llvm::object 770 const coff_section *SectionTable; 790 const coff_section *toSec(DataRefImpl Sec) const; 929 const coff_section *getCOFFSection(const SectionRef &Section) const; [all...] |
/external/llvm/lib/DebugInfo/PDB/Raw/ |
DbiStream.cpp | 244 codeview::FixedStreamArray<object::coff_section> 294 if (StreamLen % sizeof(object::coff_section)) 298 size_t NumSections = StreamLen / sizeof(object::coff_section);
|
/external/llvm/tools/llvm-objdump/ |
COFFDump.cpp | 162 const coff_section *&ResolvedSection, 202 const coff_section *Section; 456 const coff_section *Pdata = Obj->getCOFFSection(Section);
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objdump/ |
COFFDump.cpp | 159 const coff_section *&ResolvedSection, 197 const coff_section *Section; 451 const coff_section *Pdata = Obj->getCOFFSection(Section);
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/ |
coff2yaml.cpp | 123 const object::coff_section *COFFSection = Obj.getCOFFSection(S); 146 const object::coff_section *COFFSection = Obj.getCOFFSection(ObjSection);
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/ |
DumpOutputStyle.cpp | 449 ArrayRef<llvm::object::coff_section>>> 469 ArrayRef<object::coff_section> Headers; 470 if (Stream->getLength() % sizeof(object::coff_section) != 0) 475 uint32_t NumHeaders = Stream->getLength() / sizeof(object::coff_section); 487 ArrayRef<object::coff_section> Headers; [all...] |