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

  /external/llvm/lib/MC/
WinCOFFObjectWriter.cpp 305 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->Relocations.push_back(Reloc)
    [all...]
  /external/llvm/include/llvm/Object/
COFF.h 376 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,

Completed in 644 milliseconds