Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h386 bool IsCallable) in Symbol()
433 JITTargetAddress Size, bool IsCallable, in constructAnonDef()
447 bool IsLive, bool IsCallable) { in constructNamedDef()
504 void setCallable(bool IsCallable) { this->IsCallable = IsCallable; } in setCallable()
629 uint64_t IsCallable : 1; variable
1091 JITTargetAddress Size, bool IsCallable, in addAnonymousSymbol()
1102 Scope S, bool IsCallable, bool IsLive) { in addDefinedSymbol()