Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h422 bool IsCallable) in Symbol() argument
428 setCallable(IsCallable); in Symbol()
458 orc::ExecutorAddrDiff Size, bool IsCallable, in constructAnonDef() argument
464 Scope::Local, IsLive, IsCallable); in constructAnonDef()
471 Scope S, bool IsLive, bool IsCallable) { in constructNamedDef() argument
476 new (Sym) Symbol(Base, Offset, Name, Size, L, S, IsLive, IsCallable); in constructNamedDef()
524 bool isCallable() const { return IsCallable; } in isCallable()
527 void setCallable(bool IsCallable) { this->IsCallable = IsCallable; } in setCallable() argument
680 uint64_t IsCallable : 1; variable
1240 orc::ExecutorAddrDiff Size, bool IsCallable, in addAnonymousSymbol() argument
[all …]