Searched +defs:code +defs:Fn (Results 1 – 2 of 2) sorted by relevance
1717 static int map_from_llvmopcode(LLVMOpcode code) in map_from_llvmopcode()2421 LLVMValueRef LLVMGetNextFunction(LLVMValueRef Fn) { in LLVMGetNextFunction()2429 LLVMValueRef LLVMGetPreviousFunction(LLVMValueRef Fn) { in LLVMGetPreviousFunction()2437 void LLVMDeleteFunction(LLVMValueRef Fn) { in LLVMDeleteFunction()2441 LLVMBool LLVMHasPersonalityFn(LLVMValueRef Fn) { in LLVMHasPersonalityFn()2445 LLVMValueRef LLVMGetPersonalityFn(LLVMValueRef Fn) { in LLVMGetPersonalityFn()2449 void LLVMSetPersonalityFn(LLVMValueRef Fn, LLVMValueRef PersonalityFn) { in LLVMSetPersonalityFn()2454 unsigned LLVMGetIntrinsicID(LLVMValueRef Fn) { in LLVMGetIntrinsicID()2516 unsigned LLVMGetFunctionCallConv(LLVMValueRef Fn) { in LLVMGetFunctionCallConv()2520 void LLVMSetFunctionCallConv(LLVMValueRef Fn, unsigned CC) { in LLVMSetFunctionCallConv()[all …]
7018 static std::optional<Type::TypeClass> getTypeClassForCode(TypeCode code) { in getTypeClassForCode()10120 llvm::function_ref<void()> Fn) { in runWithSufficientStackSpace()