Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
HDJITLink.h304 bool IsCallable) in Symbol() argument
310 setCallable(IsCallable); in Symbol()
351 JITTargetAddress Size, bool IsCallable, in constructAnonDef() argument
357 Scope::Local, IsLive, IsCallable); in constructAnonDef()
364 bool IsLive, bool IsCallable) { in constructNamedDef() argument
369 new (Sym) Symbol(Base, Offset, Name, Size, L, S, IsLive, IsCallable); in constructNamedDef()
413 bool isCallable() const { return IsCallable; } in isCallable()
416 void setCallable(bool IsCallable) { this->IsCallable = IsCallable; } in setCallable() argument
522 uint64_t IsCallable : 1; variable
884 JITTargetAddress Size, bool IsCallable, in addAnonymousSymbol() argument
[all …]