Home
last modified time | relevance | path

Searched defs:HANDLE_LIBCALL (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DRuntimeLibcalls.cpp20 #define HANDLE_LIBCALL(code, name) setLibcallName(RTLIB::code, name); in initLibcalls() macro
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DRuntimeLibcalls.h34 #define HANDLE_LIBCALL(code, name) code, macro
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyRuntimeLibcallSignatures.cpp525 #define HANDLE_LIBCALL(code, name) {(const char *)name, RTLIB::code}, in StaticLibcallNameMap() macro
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp762 #define HANDLE_LIBCALL(code, name) {RTLIB::code, name}, in SystemZTargetLowering() macro