Searched refs:IsCallable (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/JITLink/ |
| H A D | JITLink.h | 409 bool IsCallable) in Symbol() argument 415 setCallable(IsCallable); in Symbol() 444 orc::ExecutorAddrDiff Size, bool IsCallable, in constructAnonDef() argument 450 Scope::Local, IsLive, IsCallable); in constructAnonDef() 457 Scope S, bool IsLive, bool IsCallable) { in constructNamedDef() argument 462 new (Sym) Symbol(Base, Offset, Name, Size, L, S, IsLive, IsCallable); in constructNamedDef() 510 bool isCallable() const { return IsCallable; } in isCallable() 513 void setCallable(bool IsCallable) { this->IsCallable = IsCallable; } in setCallable() argument 657 uint64_t IsCallable : 1; variable 1151 orc::ExecutorAddrDiff Size, bool IsCallable, in addAnonymousSymbol() argument [all …]
|