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

  /external/llvm/lib/MC/
ELFObjectWriter.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/MC/
ELFObjectWriter.cpp 688 std::string RelaSectionName = hasRelocationAddend() ? ".rela" : ".rel";
689 RelaSectionName += SectionName;
698 Ctx.getELFSection(RelaSectionName, hasRelocationAddend() ?
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
ELFObjectWriter.cpp 772 std::string RelaSectionName = hasRelocationAddend() ? ".rela" : ".rel";
773 RelaSectionName += SectionName;
786 RelaSectionName, hasRelocationAddend() ? ELF::SHT_RELA : ELF::SHT_REL,
    [all...]

Completed in 90 milliseconds