Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/Config/
DDisassemblers.def.in12 |* 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)
29 #undef LLVM_DISASSEMBLER
/openbsd/src/gnu/llvm/llvm/include/llvm-c/
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()
/openbsd/src/gnu/llvm/llvm/include/llvm/Support/
DTargetSelect.h41 #define LLVM_DISASSEMBLER(TargetName) \ macro
110 #define LLVM_DISASSEMBLER(TargetName) LLVMInitialize##TargetName##Disassembler(); in InitializeAllDisassemblers() macro
/openbsd/src/gnu/llvm/llvm/utils/gn/secondary/llvm/include/llvm/Config/
DBUILD.gn454 value = "LLVM_DISASSEMBLER"
/openbsd/src/gnu/llvm/llvm/
DCMakeLists.txt922 "${LLVM_ENUM_DISASSEMBLERS}LLVM_DISASSEMBLER(${t})\n")