Searched refs:isCallable (Results 1 – 16 of 16) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
| H A D | DebugUtils.cpp | 64 if (PrintCallable && Flags.isCallable()) in flagsMatchCLOpts() 68 if (PrintData && !Flags.isCallable()) in flagsMatchCLOpts() 155 if (Flags.isCallable()) in operator <<()
|
| H A D | SectCreate.cpp | 32 G->addDefinedSymbol(B, Info.Offset, *Name, 0, L, S, Info.Flags.isCallable(), in materialize()
|
| H A D | LinkGraphLayer.cpp | 86 if (Sym.isCallable()) in getJITSymbolFlagsForSymbol()
|
| H A D | CompileOnDemandLayer.cpp | 43 if (Flags.isCallable()) in emit()
|
| H A D | LazyObjectLinkingLayer.cpp | 91 if (Flags.isCallable()) in add()
|
| H A D | ReOptimizeLayer.cpp | 45 if (!Flags.isCallable()) in emit()
|
| H A D | LinkGraphLinkingLayer.cpp | 32 assert(Sym.isCallable() && "Only callable symbols can have thumb flag"); in getJITSymbolPtrForSymbol()
|
| H A D | LazyReexports.cpp | 227 assert(KV.second.AliasFlags.isCallable() && in extractFlags()
|
| H A D | MachOPlatform.cpp | 466 if (Sym.isCallable()) in flagsForSymbol()
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/Debugging/ |
| H A D | VTuneSupportPlugin.cpp | 50 if (!Sym->isCallable()) in getMethodBatch()
|
| H A D | PerfSupportPlugin.cpp | 231 if (!Sym->hasName() || !Sym->isCallable()) in getRecords()
|
| H A D | DebuggerSupportPlugin.cpp | 219 uint8_t SymType = Sym->isCallable() ? MachO::N_FUN : MachO::N_GSYM; in startSynthesis()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/ |
| H A D | JITSymbol.h | 150 bool isCallable() const { return (Flags & Callable) == Callable; } in isCallable() function
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
| H A D | JITLink.cpp | 530 Sym.setCallable(Def.getFlags().isCallable()); in absoluteSymbolsLinkGraph()
|
| H A D | COFFLinkGraphBuilder.cpp | 395 Target.getSize(), L, S, Target.isCallable(), in createAliasSymbol()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/ |
| H A D | JITLink.h | 548 bool isCallable() const { return IsCallable; } in isCallable() function
|