Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/ExecutionEngine/Orc/
DLLJIT.cpp425 auto *BytePtrTy = PointerType::getUnqual(Int8Ty); in createPlatformRuntimeModule() local
426 auto *AtExitCallbackTy = FunctionType::get(VoidTy, {BytePtrTy}, false); in createPlatformRuntimeModule()
431 FunctionType::get(IntTy, {AtExitCallbackPtrTy, BytePtrTy, BytePtrTy}, in createPlatformRuntimeModule()
706 auto *BytePtrTy = PointerType::getUnqual(Int8Ty); in createPlatformRuntimeModule() local
707 auto *AtExitCallbackTy = FunctionType::get(VoidTy, {BytePtrTy}, false); in createPlatformRuntimeModule()
712 FunctionType::get(IntTy, {AtExitCallbackPtrTy, BytePtrTy, BytePtrTy}, in createPlatformRuntimeModule()
718 FunctionType::get(BytePtrTy, {BytePtrTy, IntTy}, false), in createPlatformRuntimeModule()
723 FunctionType::get(IntTy, {BytePtrTy}, false), in createPlatformRuntimeModule()
729 FunctionType::get(BytePtrTy, {BytePtrTy, BytePtrTy}, false), in createPlatformRuntimeModule()
733 addHelperAndWrapper(*M, "dlerror", FunctionType::get(BytePtrTy, {}, false), in createPlatformRuntimeModule()