Searched refs:defined_symbols (Results 1 – 10 of 10) sorted by relevance
107 for (auto *Sym : G.defined_symbols()) in scanLinkGraph()131 for (auto *Sym : G->defined_symbols()) in discard()240 for (auto *Sym : G.defined_symbols()) in notifyResolved()479 for (auto *Sym : G.defined_symbols()) in claimOrExternalizeWeakAndCommonSymbols()505 for (auto *Sym : G.defined_symbols()) in markResponsibilitySymbolsLive()520 for (auto *Sym : G.defined_symbols()) { in registerDependencies()
908 for (auto *Sym : G.defined_symbols()) { in bootstrapPipelineRecordRuntimeFunctions()952 auto I = llvm::find_if(G.defined_symbols(), [this](jitlink::Symbol *Sym) { in associateJITDylibHeaderSymbol()955 assert(I != G.defined_symbols().end() && "Missing MachO header start symbol"); in associateJITDylibHeaderSymbol()1529 for (auto *Sym : G.defined_symbols()) in populateObjCRuntimeObject()1662 for (auto *Sym : G.defined_symbols()) in prepareSymbolTableRegistration()
654 auto I = llvm::find_if(G.defined_symbols(), [this](jitlink::Symbol *Sym) { in addDSOHandleSupportPasses() 657 assert(I != G.defined_symbols().end() && "Missing DSO handle symbol"); in addEHAndTLVSupportPasses()
806 auto I = llvm::find_if(G.defined_symbols(), [this](jitlink::Symbol *Sym) { in associateJITDylibHeaderSymbol() 809 assert(I != G.defined_symbols().end() && "Missing COFF header start symbol"); in associateJITDylibHeaderSymbol()
285 for (auto *Sym : G.defined_symbols()) in prune() 317 for (auto *Sym : G.defined_symbols()) in prune()
108 for (Symbol *Sym : G.defined_symbols()) in buildTables_ELF_ppc64() 419 for (Symbol *Sym : G.defined_symbols()) {
254 for (auto *Sym : defined_symbols()) in dump()375 for (auto *Sym : G.defined_symbols()) in markAllSymbolsLive()
247 for (auto *S : G.defined_symbols()) in getImageBaseAddress()
49 for (auto Sym : G.defined_symbols()) { in getMethodBatch()
1252 assert((S == Scope::Local || llvm::count_if(defined_symbols(), in addDefinedSymbol()1311 iterator_range<defined_symbol_iterator> defined_symbols() { in defined_symbols() function1317 iterator_range<const_defined_symbol_iterator> defined_symbols() const { in defined_symbols() function