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

References

lib/ExecutionEngine/RuntimeDyld/RuntimeDyld.cpp
  235   for (symbol_iterator I = Obj.symbol_begin(), E = Obj.symbol_end(); I != E;
  236        ++I) {
  237     uint32_t Flags = I->getFlags();
  245     if (auto SymTypeOrErr = I->getType())
  252     if (auto NameOrErr = I->getName())
  258     auto JITSymFlags = getJITSymbolFlags(*I);
  281         uint32_t Align = I->getAlignment();
  282         uint64_t Size = I->getCommonSize();
  286         CommonSymbolsToAllocate.push_back(*I);
  293       if (auto AddrOrErr = I->getAddress())
  311       if (auto SIOrErr = I->getSection())
  321       if (auto Err = getOffset(*I, *SI, SectOffset))