/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, 138 const coff_section *Section, 140 const coff_section *&ResolvedSection, 161 const coff_section *Section, 232 void Dumper::printUnwindInfo(const Context &Ctx, const coff_section *Section, 277 const coff_section *Section, 283 const coff_section *XData; 309 const coff_section *PData = Ctx.COFF.getCOFFSection(Section);
|
COFFDumper.cpp | 72 std::error_code resolveSymbol(const coff_section *Section, uint64_t Offset, 74 std::error_code resolveSymbolName(const coff_section *Section, 77 typedef DenseMap<const coff_section*, std::vector<RelocationRef> > RelocMapTy; 103 std::error_code COFFDumper::resolveSymbol(const coff_section *Section, 121 std::error_code COFFDumper::resolveSymbolName(const coff_section *Section, 325 const coff_section *Section = Obj->getCOFFSection(S); 601 const coff_section *Section = Obj->getCOFFSection(Sec); 726 const coff_section *Section; 811 const coff_section *Assoc; [all...] |
/external/llvm/lib/Object/ |
COFFObjectFile.cpp | 110 const coff_section *COFFObjectFile::toSec(DataRefImpl Ref) const { 111 const coff_section *Addr = reinterpret_cast<const coff_section*>(Ref.p); 120 assert(Offset % sizeof(coff_section) == 0 && 142 const coff_section *Section = nullptr; 167 const coff_section *Section = nullptr; 212 const coff_section *Section = nullptr; 232 const coff_section *Sec = nullptr; 243 const coff_section *Sec = toSec(Ref); 250 const coff_section *Sec = toSec(Ref) [all...] |
/external/llvm/include/llvm/Object/ |
COFF.h | 242 struct coff_section { struct in namespace:llvm::object 348 const coff_section *SectionTable; 359 const coff_section *toSec(DataRefImpl Sec) const; 431 const coff_section *getCOFFSection(const SectionRef &Section) const; 451 std::error_code getSection(int32_t index, const coff_section *&Res) const; 464 std::error_code getSectionName(const coff_section *Sec, StringRef &Res) const; 465 std::error_code getSectionContents(const coff_section *Sec,
|
/external/llvm/lib/MC/ |
WinCOFFObjectWriter.cpp | 348 COFFSection *coff_section = createSection(Sec.getSectionName()); local 355 COMDATSymbol->Section = coff_section; 359 coff_section->Symbol = coff_symbol; 360 coff_symbol->Section = coff_section; 369 coff_section->Header.Characteristics = Sec.getCharacteristics(); 371 uint32_t &Characteristics = coff_section->Header.Characteristics; 392 coff_section->MCData = &SectionData; 393 SectionMap[&SectionData.getSection()] = coff_section; 722 COFFSection *coff_section = SectionMap[&SectionData->getSection()]; local 826 coff_section->Relocations.push_back(Reloc) [all...] |
/external/llvm/tools/llvm-objdump/ |
COFFDump.cpp | 162 const coff_section *&ResolvedSection, 202 const coff_section *Section; 390 const coff_section *Pdata = Obj->getCOFFSection(Section);
|
/external/llvm/tools/obj2yaml/ |
coff2yaml.cpp | 55 const object::coff_section *Sect = Obj.getCOFFSection(Section);
|
/external/llvm/tools/llvm-nm/ |
llvm-nm.cpp | 573 const coff_section *Section = Obj.getCOFFSection(*SecI); [all...] |