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

  /external/swiftshader/third_party/subzero/src/
IceELFObjectWriter.cpp 122 const std::string RelSectionName = RelPrefix + RelatedSection->getName();
129 RelSectionName, ShType, ShFlags, ShAlign, ShEntSize);
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldELF.cpp 835 StringRef RelSectionName;
836 if (auto EC = RelSecI->getName(RelSectionName))
839 if (RelSectionName != ".opd")
    [all...]

Completed in 231 milliseconds