Home
last modified time | relevance | path

Searched refs:isCallable (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/llvm/lib/ExecutionEngine/Orc/
H A DDebugUtils.cpp65 if (PrintCallable && Flags.isCallable()) in flagsMatchCLOpts()
69 if (PrintData && !Flags.isCallable()) in flagsMatchCLOpts()
160 if (Flags.isCallable()) in operator <<()
H A DObjectLinkingLayer.cpp55 if (Sym->isCallable()) in scanLinkGraph()
217 if (Sym->isCallable()) in notifyResolved()
235 if (Sym->isCallable()) in notifyResolved()
H A DLazyReexports.cpp230 assert(KV.second.AliasFlags.isCallable() && in extractFlags()
H A DCompileOnDemandLayer.cpp149 if (Flags.isCallable()) in emit()
/llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/
H A DJITSymbol.h149 bool isCallable() const { return (Flags & Callable) == Callable; } in isCallable() function
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/JITLink/
H A DCOFFLinkGraphBuilder.cpp300 Target->getSize(), Linkage::Weak, S, Target->isCallable(), false); in flushWeakAliasRequests()
/llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h522 bool isCallable() const { return IsCallable; } in isCallable() function
/llvm-project-15.0.7/llvm/tools/llvm-jitlink/
H A Dllvm-jitlink.cpp1923 if (Sym->isCallable()) in addSelfRelocations()
/llvm-project-15.0.7/llvm/docs/
H A DJITLink.rst267 and is accessible via the ``isCallable`` method. This can be used to