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

  /external/llvm/include/llvm/MC/
MCMachObjectWriter.h 81 uint8_t SectionIndex;
  /external/llvm/lib/MC/
ELFObjectWriter.h 68 uint32_t SectionIndex;
MCAssembler.cpp 573 unsigned SectionIndex = 0;
580 it->setOrdinal(SectionIndex++);
  /external/llvm/lib/Object/
MachOObjectFile.cpp 130 uint8_t SectionIndex;
135 SectionIndex = Entry->SectionIndex;
140 SectionIndex = Entry->SectionIndex;
142 getSectionAddress(Sections[SectionIndex-1], SectionOffset);
267 index = Entry->SectionIndex;
271 index = Entry->SectionIndex;
  /external/llvm/include/llvm/Object/
MachOFormat.h 270 uint8_t SectionIndex;
277 uint8_t SectionIndex;

Completed in 63 milliseconds