Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/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 DLazyReexports.cpp235 assert(KV.second.AliasFlags.isCallable() && in extractFlags()
H A DCompileOnDemandLayer.cpp149 if (Flags.isCallable()) in emit()
H A DObjectLinkingLayer.cpp51 assert(Sym.isCallable() && "Only callable symbols can have thumb flag"); in getJITSymbolPtrForSymbol()
70 if (Sym.isCallable()) in getJITSymbolFlagsForSymbol()
H A DMachOPlatform.cpp430 if (Sym.isCallable()) in flagsForSymbol()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DJITSymbol.h149 bool isCallable() const { return (Flags & Callable) == Callable; } in isCallable() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/Debugging/
H A DPerfSupportPlugin.cpp232 if (!Sym->hasName() || !Sym->isCallable()) in getRecords()
H A DDebuggerSupportPlugin.cpp213 uint8_t SymType = Sym->isCallable() ? MachO::N_FUN : MachO::N_GSYM; in startSynthesis()
/freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DJITLink.cpp500 Sym.setCallable(Def.getFlags().isCallable()); in absoluteSymbolsLinkGraph()
H A DCOFFLinkGraphBuilder.cpp394 Target.getSize(), L, S, Target.isCallable(), in createAliasSymbol()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h523 bool isCallable() const { return IsCallable; } in isCallable() function