Searched refs:IsCallable (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/ |
| H A D | JITLink.h | 439 Scope S, bool IsLive, bool IsCallable) in Symbol() argument 446 setCallable(IsCallable); in Symbol() 479 orc::ExecutorAddrDiff Size, bool IsCallable, in constructAnonDef() argument 485 IsLive, IsCallable); in constructAnonDef() 493 Scope S, bool IsLive, bool IsCallable) { in constructNamedDef() argument 499 Symbol(Base, Offset, std::move(Name), Size, L, S, IsLive, IsCallable); in constructNamedDef() 548 bool isCallable() const { return IsCallable; } in isCallable() 551 void setCallable(bool IsCallable) { this->IsCallable = IsCallable; } in setCallable() argument 706 uint64_t IsCallable : 1; variable 1334 orc::ExecutorAddrDiff Size, bool IsCallable, in addAnonymousSymbol() argument [all …]
|