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

  /external/swiftshader/third_party/LLVM/lib/MC/
ELFObjectWriter.cpp 697 const MCSectionELF *RelaSection =
702 RelMap[&Section] = RelaSection;
703 Asm.getOrCreateSectionData(*RelaSection);
715 const MCSectionELF *RelaSection = RelMap.lookup(&Section);
716 if (!RelaSection)
718 MCSectionData &RelaSD = Asm.getOrCreateSectionData(*RelaSection);
    [all...]
  /external/llvm/lib/MC/
ELFObjectWriter.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
ELFObjectWriter.cpp 785 MCSectionELF *RelaSection = Ctx.createELFRelSection(
788 RelaSection->setAlignment(is64Bit() ? 8 : 4);
789 return RelaSection;
    [all...]

Completed in 385 milliseconds