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

  /external/llvm/lib/MC/
ELFObjectWriter.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/MC/
ELFObjectWriter.cpp 833 const MCSectionELF *StrtabSection;
834 StrtabSection = Ctx.getELFSection(".strtab", ELF::SHT_STRTAB, 0,
836 MCSectionData &StrtabSD = Asm.getOrCreateSectionData(*StrtabSection);
843 StringTableIndex = SectionIndexMap.lookup(StrtabSection);
    [all...]

Completed in 57 milliseconds