Home
last modified time | relevance | path

Searched refs:LLVM_ASM_PARSER (Results 1 – 10 of 10) sorted by relevance

/external/llvm/device/include/llvm/Config/
DAsmParsers.def12 // the LLVM_ASM_PARSER macro to be a function-like macro with a
23 #ifndef LLVM_ASM_PARSER
24 # error Please define the macro LLVM_ASM_PARSER(TargetName)
28 LLVM_ASM_PARSER(ARM)
30 LLVM_ASM_PARSER(Mips)
32 LLVM_ASM_PARSER(X86)
35 LLVM_ASM_PARSER(ARM)
39 LLVM_ASM_PARSER(ARM)
40 LLVM_ASM_PARSER(AArch64)
42 # error Unsupported TARGET_ARCH for LLVM_ASM_PARSER
[all …]
DDisassemblers.def12 // the LLVM_ASM_PARSER macro to be a function-like macro with a
/external/llvm/host/include/llvm/Config/
DAsmParsers.def12 // the LLVM_ASM_PARSER macro to be a function-like macro with a
23 #ifndef LLVM_ASM_PARSER
24 # error Please define the macro LLVM_ASM_PARSER(TargetName)
27 LLVM_ASM_PARSER(ARM)
28 LLVM_ASM_PARSER(Mips)
29 LLVM_ASM_PARSER(X86)
30 LLVM_ASM_PARSER(AArch64)
32 #undef LLVM_ASM_PARSER
DDisassemblers.def12 // the LLVM_ASM_PARSER macro to be a function-like macro with a
/external/llvm/include/llvm/Config/
DAsmParsers.def.in12 |* the LLVM_ASM_PARSER macro to be a function-like macro with a *|
23 #ifndef LLVM_ASM_PARSER
24 # error Please define the macro LLVM_ASM_PARSER(TargetName)
29 #undef LLVM_ASM_PARSER
/external/llvm/include/llvm-c/
DTarget.h67 #define LLVM_ASM_PARSER(TargetName) \ macro
70 #undef LLVM_ASM_PARSER /* Explicit undef to make SWIG happier */
118 #define LLVM_ASM_PARSER(TargetName) LLVMInitialize##TargetName##AsmParser(); in LLVMInitializeAllAsmParsers() macro
120 #undef LLVM_ASM_PARSER /* Explicit undef to make SWIG happier */ in LLVMInitializeAllAsmParsers()
/external/llvm/include/llvm/Support/
DTargetSelect.h38 #define LLVM_ASM_PARSER(TargetName) void LLVMInitialize##TargetName##AsmParser(); macro
97 #define LLVM_ASM_PARSER(TargetName) LLVMInitialize##TargetName##AsmParser(); in InitializeAllAsmParsers() macro
/external/llvm/patches/
D0002-Add-basic-Android-configuration.patch55 +// the LLVM_ASM_PARSER macro to be a function-like macro with a
66 +#ifndef LLVM_ASM_PARSER
67 +# error Please define the macro LLVM_ASM_PARSER(TargetName)
71 + LLVM_ASM_PARSER(ARM)
73 + LLVM_ASM_PARSER(Mips)
75 + LLVM_ASM_PARSER(X86)
77 + LLVM_ASM_PARSER(AArch64)
79 +# error Unsupported TARGET_ARCH for LLVM_ASM_PARSER
82 +#undef LLVM_ASM_PARSER
145 +// the LLVM_ASM_PARSER macro to be a function-like macro with a
[all …]
/external/llvm/
DCMakeLists.txt461 "${LLVM_ENUM_ASM_PARSERS}LLVM_ASM_PARSER(${t})\n")
/external/llvm/autoconf/
Dconfigure.ac1202 LLVM_ENUM_ASM_PARSERS="LLVM_ASM_PARSER($target_to_build) $LLVM_ENUM_ASM_PARSERS";