HomeSort by: relevance | last modified time | path
    Searched refs:LLVM_DISASSEMBLER (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/config/llvm/Config/
Disassemblers.def 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)
27 LLVM_DISASSEMBLER(AMDGPU)
28 LLVM_DISASSEMBLER(Mips)
29 LLVM_DISASSEMBLER(ARM)
30 LLVM_DISASSEMBLER(AArch64)
31 LLVM_DISASSEMBLER(Sparc)
32 LLVM_DISASSEMBLER(PowerPC)
33 LLVM_DISASSEMBLER(X86
    [all...]
  /src/external/apache2/llvm/autoconf/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
  /src/external/apache2/llvm/dist/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
  /src/external/apache2/llvm/dist/llvm/include/llvm-c/
Target.h 68 #define LLVM_DISASSEMBLER(TargetName) \
71 #undef LLVM_DISASSEMBLER /* Explicit undef to make SWIG happier */
122 #define LLVM_DISASSEMBLER(TargetName) \
125 #undef LLVM_DISASSEMBLER /* Explicit undef to make SWIG happier */
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
TargetSelect.h 41 #define LLVM_DISASSEMBLER(TargetName) \
106 #define LLVM_DISASSEMBLER(TargetName) LLVMInitialize##TargetName##Disassembler();

Completed in 19 milliseconds