Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h304 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()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ExecutionEngine/JITLink/
DJITLink.h421 bool IsCallable) in Symbol()
457 orc::ExecutorAddrDiff Size, bool IsCallable, in constructAnonDef()
470 Scope S, bool IsLive, bool IsCallable) { in constructNamedDef()
526 void setCallable(bool IsCallable) { this->IsCallable = IsCallable; } in setCallable()
679 uint64_t IsCallable : 1; variable
1239 orc::ExecutorAddrDiff Size, bool IsCallable, in addAnonymousSymbol()
1250 Linkage L, Scope S, bool IsCallable, bool IsLive) { in addDefinedSymbol()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ExecutionEngine/JITLink/
DJITLink.h421 bool IsCallable) in Symbol()
457 orc::ExecutorAddrDiff Size, bool IsCallable, in constructAnonDef()
470 Scope S, bool IsLive, bool IsCallable) { in constructNamedDef()
526 void setCallable(bool IsCallable) { this->IsCallable = IsCallable; } in setCallable()
679 uint64_t IsCallable : 1; variable
1239 orc::ExecutorAddrDiff Size, bool IsCallable, in addAnonymousSymbol()
1250 Linkage L, Scope S, bool IsCallable, bool IsLive) { in addDefinedSymbol()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h409 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()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ExecutionEngine/JITLink/
DJITLink.h421 bool IsCallable) in Symbol()
457 orc::ExecutorAddrDiff Size, bool IsCallable, in constructAnonDef()
470 Scope S, bool IsLive, bool IsCallable) { in constructNamedDef()
526 void setCallable(bool IsCallable) { this->IsCallable = IsCallable; } in setCallable()
679 uint64_t IsCallable : 1; variable
1239 orc::ExecutorAddrDiff Size, bool IsCallable, in addAnonymousSymbol()
1250 Linkage L, Scope S, bool IsCallable, bool IsLive) { in addDefinedSymbol()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ExecutionEngine/JITLink/
DJITLink.h420 bool IsCallable) in Symbol()
456 orc::ExecutorAddrDiff Size, bool IsCallable, in constructAnonDef()
469 Scope S, bool IsLive, bool IsCallable) { in constructNamedDef()
525 void setCallable(bool IsCallable) { this->IsCallable = IsCallable; } in setCallable()
678 uint64_t IsCallable : 1; variable
1228 orc::ExecutorAddrDiff Size, bool IsCallable, in addAnonymousSymbol()
1239 Linkage L, Scope S, bool IsCallable, bool IsLive) { in addDefinedSymbol()
/aosp_15_r20/hardware/google/aemu/base/
DTypeTraits_unittest.cpp27 TEST(TypeTraits, IsCallable) { in TEST() argument