HomeSort by relevance Sort by last modified time
    Searched refs:LLVM_DISASSEMBLER (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm/Config/
Disassemblers.def.in 12 |* 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
  /external/llvm/include/llvm-c/
Target.h 73 #define LLVM_DISASSEMBLER(TargetName) \
76 #undef LLVM_DISASSEMBLER /* Explicit undef to make SWIG happier */
127 #define LLVM_DISASSEMBLER(TargetName) \
130 #undef LLVM_DISASSEMBLER /* Explicit undef to make SWIG happier */
  /external/llvm/include/llvm/Support/
TargetSelect.h 42 #define LLVM_DISASSEMBLER(TargetName) \
107 #define LLVM_DISASSEMBLER(TargetName) LLVMInitialize##TargetName##Disassembler();

Completed in 80 milliseconds