Searched refs:coff_section (Results 1 - 10 of 10) sorted by relevance

/external/llvm/tools/llvm-readobj/
H A DWin64EHDumper.h20 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,
H A DWin64EHDumper.cpp116 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);
H A DCOFFDumper.cpp82 std::error_code resolveSymbol(const coff_section *Section, uint64_t Offset,
84 std::error_code resolveSymbolName(const coff_section *Section,
91 typedef DenseMap<const coff_section*, std::vector<RelocationRef> > RelocMapTy;
119 std::error_code COFFDumper::resolveSymbol(const coff_section *Section,
137 std::error_code COFFDumper::resolveSymbolName(const coff_section *Section,
342 const coff_section *Section = Obj->getCOFFSection(S);
726 const coff_section *Section = Obj->getCOFFSection(Sec);
846 const coff_section *Section) {
866 const coff_section *Section;
951 const coff_section *Asso
[all...]
/external/llvm/lib/Object/
H A DCOFFObjectFile.cpp116 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 &&
167 const coff_section *Section = nullptr;
198 const coff_section *Section = nullptr;
287 const coff_section *Section = nullptr;
307 const coff_section *Sec = nullptr;
318 const coff_section *Sec = toSec(Ref);
325 const coff_section *Se
[all...]
/external/llvm/lib/MC/
H A DWinCOFFObjectWriter.cpp305 COFFSection *coff_section = createSection(Sec.getSectionName()); local
312 COMDATSymbol->Section = coff_section;
316 coff_section->Symbol = coff_symbol;
317 coff_symbol->Section = coff_section;
326 coff_section->Header.Characteristics = Sec.getCharacteristics();
328 uint32_t &Characteristics = coff_section->Header.Characteristics;
349 coff_section->MCData = &SectionData;
350 SectionMap[&SectionData.getSection()] = coff_section;
694 COFFSection *coff_section = SectionMap[&SectionData->getSection()]; local
804 coff_section
[all...]
/external/llvm/include/llvm/Object/
H A DCOFF.h376 struct coff_section { struct in namespace:llvm::object
493 const coff_section *SectionTable;
510 const coff_section *toSec(DataRefImpl Sec) const;
631 const coff_section *getCOFFSection(const SectionRef &Section) const;
664 std::error_code getSection(int32_t index, const coff_section *&Res) const;
709 std::error_code getSectionName(const coff_section *Sec, StringRef &Res) const;
710 uint64_t getSectionSize(const coff_section *Sec) const;
711 std::error_code getSectionContents(const coff_section *Sec,
/external/llvm/tools/llvm-objdump/
H A DCOFFDump.cpp162 const coff_section *&ResolvedSection,
202 const coff_section *Section;
387 const coff_section *Pdata = Obj->getCOFFSection(Section);
/external/llvm/tools/obj2yaml/
H A Dcoff2yaml.cpp105 const object::coff_section *COFFSection = Obj.getCOFFSection(ObjSection);
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp274 const coff_section *CoffSection = COFFObj->getCOFFSection(Section);
/external/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp705 const coff_section *Section = Obj.getCOFFSection(*SecI);

Completed in 183 milliseconds