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

  /src/external/apache2/llvm/config/llvm/Config/
AsmPrinters.def 12 |* the LLVM_ASM_PRINTER macro to be a function-like macro with a *|
23 #ifndef LLVM_ASM_PRINTER
24 # error Please define the macro LLVM_ASM_PRINTER(TargetName)
27 LLVM_ASM_PRINTER(AMDGPU)
28 LLVM_ASM_PRINTER(Mips)
29 LLVM_ASM_PRINTER(ARM)
30 LLVM_ASM_PRINTER(AArch64)
31 LLVM_ASM_PRINTER(Sparc)
32 LLVM_ASM_PRINTER(PowerPC)
33 LLVM_ASM_PRINTER(X86
    [all...]
  /src/external/apache2/llvm/autoconf/include/llvm/Config/
AsmPrinters.def.in 12 |* the LLVM_ASM_PRINTER macro to be a function-like macro with a *|
23 #ifndef LLVM_ASM_PRINTER
24 # error Please define the macro LLVM_ASM_PRINTER(TargetName)
29 #undef LLVM_ASM_PRINTER
  /src/external/apache2/llvm/dist/llvm/include/llvm/Config/
AsmPrinters.def.in 12 |* the LLVM_ASM_PRINTER macro to be a function-like macro with a *|
23 #ifndef LLVM_ASM_PRINTER
24 # error Please define the macro LLVM_ASM_PRINTER(TargetName)
29 #undef LLVM_ASM_PRINTER
  /src/external/apache2/llvm/dist/llvm/include/llvm-c/
Target.h 56 #define LLVM_ASM_PRINTER(TargetName) \
59 #undef LLVM_ASM_PRINTER /* Explicit undef to make SWIG happier */
104 #define LLVM_ASM_PRINTER(TargetName) LLVMInitialize##TargetName##AsmPrinter();
106 #undef LLVM_ASM_PRINTER /* Explicit undef to make SWIG happier */
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
TargetSelect.h 33 #define LLVM_ASM_PRINTER(TargetName) void LLVMInitialize##TargetName##AsmPrinter();
86 #define LLVM_ASM_PRINTER(TargetName) LLVMInitialize##TargetName##AsmPrinter();

Completed in 24 milliseconds