Home
last modified time | relevance | path

Searched refs:LLVM_ASM_PARSER (Results 1 – 14 of 14) 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)
36 LLVM_ASM_PARSER(AArch64)
40 LLVM_ASM_PARSER(ARM)
41 LLVM_ASM_PARSER(AArch64)
[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/swiftshader/third_party/LLVM/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(X86)
30 #undef LLVM_ASM_PARSER
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
DDisassemblers.def12 // the LLVM_ASM_PARSER macro to be a function-like macro with a
DDisassemblers.def.in12 // 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/swiftshader/third_party/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/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/
DCMakeLists.txt575 "${LLVM_ENUM_ASM_PARSERS}LLVM_ASM_PARSER(${t})\n")
/external/swiftshader/third_party/LLVM/autoconf/
Dconfigure.ac700 LLVM_ENUM_ASM_PARSERS="LLVM_ASM_PARSER($target_to_build) $LLVM_ENUM_ASM_PARSERS";