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

References

lib/ExecutionEngine/RuntimeDyld/RuntimeDyld.cpp
  184   Arch = (Triple::ArchType)Obj.getArch();
  185   IsTargetLittleEndian = Obj.isLittleEndian();
  186   setMipsABI(Obj);
  193     if (auto Err = computeTotalAllocSize(Obj,
  216     for (auto &Sym : Obj.symbols()) {
  235   for (symbol_iterator I = Obj.symbol_begin(), E = Obj.symbol_end(); I != E;
  235   for (symbol_iterator I = Obj.symbol_begin(), E = Obj.symbol_end(); I != E;
  310       section_iterator SI = Obj.section_end();
  316       if (SI == Obj.section_end())
  327               findOrEmitSection(Obj, *SI, IsCode, LocalSections))
  342   if (auto Err = emitCommonSymbols(Obj, CommonSymbolsToAllocate, CommonSize,
  348   for (section_iterator SI = Obj.section_begin(), SE = Obj.section_end();
  348   for (section_iterator SI = Obj.section_begin(), SE = Obj.section_end();
  368     if (auto SectionIDOrErr = findOrEmitSection(Obj, *RelocatedSection, IsCode,
  377       if (auto IOrErr = processRelocationRef(SectionID, I, Obj, LocalSections, Stubs))
  385       StringRef FileName = Obj.getFileName();
  417     for (section_iterator SI = Obj.section_begin(), SE = Obj.section_end();
  417     for (section_iterator SI = Obj.section_begin(), SE = Obj.section_end();
  426               findOrEmitSection(Obj, *SI, IsCode, LocalSections))
  434   if (auto Err = finalizeLoad(Obj, LocalSections))