Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h323 bool IsCallable) in Symbol() argument
329 setCallable(IsCallable); in Symbol()
370 JITTargetAddress Size, bool IsCallable, in constructAnonDef() argument
377 Scope::Local, IsLive, IsCallable); in constructAnonDef()
384 bool IsLive, bool IsCallable) { in constructNamedDef() argument
390 new (Sym) Symbol(Base, Offset, Name, Size, L, S, IsLive, IsCallable); in constructNamedDef()
438 bool isCallable() const { return IsCallable; } in isCallable()
441 void setCallable(bool IsCallable) { this->IsCallable = IsCallable; } in setCallable() argument
566 uint64_t IsCallable : 1; variable
991 JITTargetAddress Size, bool IsCallable, in addAnonymousSymbol() argument
[all …]