Searched refs:ASMPREFIX (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/Target/Mips/
H A DMipsJITInfo.cpp83 // Get the ASMPREFIX for the current host. This is often '_'.
89 #define ASMPREFIX GETASMPREFIX(__USER_LABEL_PREFIX__) macro
103 ".globl " ASMPREFIX "MipsCompilationCallback\n"
104 ASMPREFIX "MipsCompilationCallback:\n"
105 ".ent " ASMPREFIX "MipsCompilationCallback\n"
131 "jal " ASMPREFIX "MipsCompilationCallbackC\n"
151 ".end " ASMPREFIX "MipsCompilationCallback\n"
/external/llvm/lib/Target/X86/
H A DX86JITInfo.cpp53 // Get the ASMPREFIX for the current host. This is often '_'.
59 #define ASMPREFIX GETASMPREFIX(__USER_LABEL_PREFIX__) macro
93 ".globl " ASMPREFIX "X86CompilationCallback\n"
95 ASMPREFIX "X86CompilationCallback:\n"
135 "call " ASMPREFIX "LLVMX86CompilationCallback2\n"
140 "call " ASMPREFIX "LLVMX86CompilationCallback2\n"
195 ".globl " ASMPREFIX "X86CompilationCallback\n"
197 ASMPREFIX "X86CompilationCallback:\n"
217 "call " ASMPREFIX "LLVMX86CompilationCallback2\n"
244 ".globl " ASMPREFIX "X86CompilationCallback_SS
[all...]
/external/llvm/lib/Target/ARM/
H A DARMJITInfo.cpp38 // Get the ASMPREFIX for the current host. This is often '_'.
44 #define ASMPREFIX GETASMPREFIX(__USER_LABEL_PREFIX__) macro
57 ".globl " ASMPREFIX "ARMCompilationCallback\n"
58 ASMPREFIX "ARMCompilationCallback:\n"
72 "bl " ASMPREFIX "ARMCompilationCallbackC\n"

Completed in 254 milliseconds