Home
last modified time | relevance | path

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

/freebsd/lib/clang/include/llvm/Config/
H A DDisassemblers.def12 |* the LLVM_DISASSEMBLER macro to be a function-like macro with a *|
23 #ifndef LLVM_DISASSEMBLER
24 # error Please define the macro LLVM_DISASSEMBLER(TargetName)
28 LLVM_DISASSEMBLER(AArch64)
31 LLVM_DISASSEMBLER(ARM)
34 LLVM_DISASSEMBLER(BPF)
37 LLVM_DISASSEMBLER(Mips)
40 LLVM_DISASSEMBLER(PowerPC)
43 LLVM_DISASSEMBLER(RISCV)
46 LLVM_DISASSEMBLER(X8
[all...]
/freebsd/contrib/llvm-project/llvm/include/llvm-c/
H A DTarget.h68 #define LLVM_DISASSEMBLER(TargetName) \ macro
71 #undef LLVM_DISASSEMBLER /* Explicit undef to make SWIG happier */
122 #define LLVM_DISASSEMBLER(TargetName) \ in LLVMInitializeAllDisassemblers() macro
125 #undef LLVM_DISASSEMBLER /* Explicit undef to make SWIG happier */ in LLVMInitializeAllDisassemblers()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DTargetSelect.h41 #define LLVM_DISASSEMBLER(TargetName) \ macro
110 #define LLVM_DISASSEMBLER(TargetName) LLVMInitialize##TargetName##Disassembler(); in InitializeAllDisassemblers() macro