Home
last modified time | relevance | path

Searched refs:CtorDtorTy (Results 1 – 3 of 3) 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-7.0/llvm/include/llvm/ExecutionEngine/Orc/
DExecutionUtils.h147 using CtorDtorTy = void (*)(); in runViaLayer() local
152 CtorDtorTy CtorDtor = in runViaLayer()
153 reinterpret_cast<CtorDtorTy>(static_cast<uintptr_t>(*AddrOrErr)); in runViaLayer()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/Orc/
DExecutionUtils.cpp152 using CtorDtorTy = void (*)(); in run() typedef
168 auto CtorDtor = reinterpret_cast<CtorDtorTy>( in run()