Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DDebugUtils.cpp65 if (PrintCallable && Flags.isCallable()) in flagsMatchCLOpts()
69 if (PrintData && !Flags.isCallable()) in flagsMatchCLOpts()
164 if (Flags.isCallable()) in operator <<()
H A DSectCreate.cpp32 G->addDefinedSymbol(B, Info.Offset, *Name, 0, L, S, Info.Flags.isCallable(), in materialize()
H A DLazyReexports.cpp235 assert(KV.second.AliasFlags.isCallable() && in extractFlags()
H A DCompileOnDemandLayer.cpp149 if (Flags.isCallable()) in emit()
H A DObjectLinkingLayer.cpp52 assert(Sym.isCallable() && "Only callable symbols can have thumb flag"); in getJITSymbolPtrForSymbol()
71 if (Sym.isCallable()) in getJITSymbolFlagsForSymbol()
H A DMachOPlatform.cpp466 if (Sym.isCallable()) in flagsForSymbol()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/Debugging/
H A DVTuneSupportPlugin.cpp50 if (!Sym->isCallable()) in getMethodBatch()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DJITSymbol.h149 bool isCallable() const { return (Flags & Callable) == Callable; } in isCallable() function
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DJITLink.cpp501 Sym.setCallable(Def.getFlags().isCallable()); in absoluteSymbolsLinkGraph()
H A DCOFFLinkGraphBuilder.cpp394 Target.getSize(), L, S, Target.isCallable(), in createAliasSymbol()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h524 bool isCallable() const { return IsCallable; } in isCallable() function