HomeSort by relevance Sort by last modified time
    Searched refs:RelaSection (Results 1 - 2 of 2) 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...]

Completed in 1214 milliseconds