Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h421 bool IsCallable) in Symbol() argument
427 setCallable(IsCallable); in Symbol()
463 Scope::Local, IsLive, IsCallable); in constructAnonDef()
470 Scope S, bool IsLive, bool IsCallable) { in constructNamedDef() argument
475 new (Sym) Symbol(Base, Offset, Name, Size, L, S, IsLive, IsCallable); in constructNamedDef()
523 bool isCallable() const { return IsCallable; } in isCallable()
526 void setCallable(bool IsCallable) { this->IsCallable = IsCallable; } in setCallable() argument
679 uint64_t IsCallable : 1; variable
1229 orc::ExecutorAddrDiff Size, bool IsCallable, in addAnonymousSymbol() argument
1232 IsCallable, IsLive); in addAnonymousSymbol()
[all …]