Home
last modified time | relevance | path

Searched refs:defined_symbols (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DObjectLinkingLayer.cpp107 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()
H A DMachOPlatform.cpp908 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()
H A DELFNixPlatform.cpp654 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()
H A DCOFFPlatform.cpp806 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()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DJITLinkGeneric.cpp285 for (auto *Sym : G.defined_symbols()) in prune()
317 for (auto *Sym : G.defined_symbols()) in prune()
H A DELF_ppc64.cpp108 for (Symbol *Sym : G.defined_symbols()) in buildTables_ELF_ppc64()
419 for (Symbol *Sym : G.defined_symbols()) {
H A DJITLink.cpp254 for (auto *Sym : defined_symbols()) in dump()
375 for (auto *Sym : G.defined_symbols()) in markAllSymbolsLive()
H A DCOFF_x86_64.cpp247 for (auto *S : G.defined_symbols()) in getImageBaseAddress()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/Debugging/
H A DVTuneSupportPlugin.cpp49 for (auto Sym : G.defined_symbols()) { in getMethodBatch()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h1252 assert((S == Scope::Local || llvm::count_if(defined_symbols(), in addDefinedSymbol()
1311 iterator_range<defined_symbol_iterator> defined_symbols() { in defined_symbols() function
1317 iterator_range<const_defined_symbol_iterator> defined_symbols() const { in defined_symbols() function