reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp
  662         TSI = *TSIOrErr;
  665       assert(TSI != Obj.section_end() && "TSI should refer to a valid section");
  667       bool IsCode = TSI->isText();
  668       if (auto SectionIDOrErr = findOrEmitSection(Obj, *TSI, IsCode,