Home
last modified time | relevance | path

Searched defs: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()
458 orc::ExecutorAddrDiff Size, bool IsCallable, in constructAnonDef()
471 Scope S, bool IsLive, bool IsCallable) { in constructNamedDef()
527 void setCallable(bool IsCallable) { this->IsCallable = IsCallable; } in setCallable()
680 uint64_t IsCallable : 1; variable
1240 orc::ExecutorAddrDiff Size, bool IsCallable, in addAnonymousSymbol()
1251 Linkage L, Scope S, bool IsCallable, bool IsLive) { in addDefinedSymbol()