HomeSort by relevance Sort by last modified time
    Searched refs:coff_section (Results 1 - 5 of 5) sorted by null

  /external/llvm/lib/Object/
COFFObjectFile.cpp 75 const coff_section *COFFObjectFile::toSec(DataRefImpl Sec) const {
76 const coff_section *addr = reinterpret_cast<const coff_section*>(Sec.p);
85 assert(offset % sizeof(coff_section) == 0 &&
110 const coff_section *Section = NULL;
128 const coff_section *Section = NULL;
195 const coff_section *Section = NULL;
228 const coff_section *Section = NULL;
284 const coff_section *sec = 0;
300 const coff_section *sec = toSec(Sec)
    [all...]
  /external/llvm/include/llvm/Object/
COFF.h 65 struct coff_section { struct in namespace:llvm::object
97 const coff_section *SectionTable;
105 const coff_section *toSec(DataRefImpl Sec) const;
173 const coff_section *getCOFFSection(section_iterator &It) const;
183 error_code getSection(int32_t index, const coff_section *&Res) const;
195 error_code getSectionName(const coff_section *Sec, StringRef &Res) const;
196 error_code getSectionContents(const coff_section *Sec,
  /external/llvm/tools/llvm-objdump/
COFFDump.cpp 162 const coff_section *&ResolvedSection,
199 const coff_section *Section;
240 const coff_section *Pdata = 0;
  /external/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;
649 COFFSection *coff_section = SectionMap[&SectionData->getSection()]; local
706 coff_section->Relocations.push_back(Reloc);
  /external/llvm/utils/obj2yaml/
coff2yaml.cpp 259 const llvm::object::coff_section *sect = Obj.getCOFFSection(iter);

Completed in 170 milliseconds