Searched defs:IsCallable (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/JITLink/ |
D | JITLink.h | 304 bool IsCallable) in Symbol() 351 JITTargetAddress Size, bool IsCallable, in constructAnonDef() 364 bool IsLive, bool IsCallable) { in constructNamedDef() 416 void setCallable(bool IsCallable) { this->IsCallable = IsCallable; } in setCallable() 522 uint64_t IsCallable : 1; variable 884 JITTargetAddress Size, bool IsCallable, in addAnonymousSymbol() 895 Scope S, bool IsCallable, bool IsLive) { in addDefinedSymbol()
|
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ExecutionEngine/JITLink/ |
D | JITLink.h | 409 bool IsCallable) in Symbol() 444 orc::ExecutorAddrDiff Size, bool IsCallable, in constructAnonDef() 457 Scope S, bool IsLive, bool IsCallable) { in constructNamedDef() 513 void setCallable(bool IsCallable) { this->IsCallable = IsCallable; } in setCallable() 657 uint64_t IsCallable : 1; variable 1151 orc::ExecutorAddrDiff Size, bool IsCallable, in addAnonymousSymbol() 1162 Linkage L, Scope S, bool IsCallable, bool IsLive) { in addDefinedSymbol()
|