Home
last modified time | relevance | path

Searched refs: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() argument
392 setCallable(IsCallable); in Symbol()
433 JITTargetAddress Size, bool IsCallable, in constructAnonDef() argument
440 Scope::Local, IsLive, IsCallable); in constructAnonDef()
447 bool IsLive, bool IsCallable) { in constructNamedDef() argument
453 new (Sym) Symbol(Base, Offset, Name, Size, L, S, IsLive, IsCallable); in constructNamedDef()
501 bool isCallable() const { return IsCallable; } in isCallable()
504 void setCallable(bool IsCallable) { this->IsCallable = IsCallable; } in setCallable() argument
629 uint64_t IsCallable : 1; variable
1091 JITTargetAddress Size, bool IsCallable, in addAnonymousSymbol() argument
[all …]