Home
last modified time | relevance | path

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

/external/llvm/include/llvm/ExecutionEngine/Orc/
DExecutionUtils.h102 typedef void (*CtorDtorTy)(); in runViaLayer() typedef
107 CtorDtorTy CtorDtor = in runViaLayer()
108 reinterpret_cast<CtorDtorTy>( in runViaLayer()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
DExecutionUtils.h127 using CtorDtorTy = void (*)(); in runViaLayer() local
132 CtorDtorTy CtorDtor = in runViaLayer()
133 reinterpret_cast<CtorDtorTy>(static_cast<uintptr_t>(*AddrOrErr)); in runViaLayer()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
DExecutionUtils.cpp145 using CtorDtorTy = void (*)(); in run() typedef
161 auto CtorDtor = reinterpret_cast<CtorDtorTy>( in run()
/external/llvm-project/llvm/lib/ExecutionEngine/Orc/
DExecutionUtils.cpp141 using CtorDtorTy = void (*)(); in run() typedef
157 auto CtorDtor = reinterpret_cast<CtorDtorTy>( in run()