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

/freebsd-10.2-release/contrib/llvm/lib/Target/Mips/
H A DMipsJITInfo.cpp82 // Get the ASMPREFIX for the current host. This is often '_'.
88 #define ASMPREFIX GETASMPREFIX(__USER_LABEL_PREFIX__) macro
102 ".globl " ASMPREFIX "MipsCompilationCallback\n"
103 ASMPREFIX "MipsCompilationCallback:\n"
104 ".ent " ASMPREFIX "MipsCompilationCallback\n"
130 "jal " ASMPREFIX "MipsCompilationCallbackC\n"
150 ".end " ASMPREFIX "MipsCompilationCallback\n"
/freebsd-10.2-release/contrib/llvm/lib/Target/X86/
H A DX86JITInfo.cpp52 // Get the ASMPREFIX for the current host. This is often '_'.
58 #define ASMPREFIX GETASMPREFIX(__USER_LABEL_PREFIX__) macro
92 ".globl " ASMPREFIX "X86CompilationCallback\n"
94 ASMPREFIX "X86CompilationCallback:\n"
134 "call " ASMPREFIX "LLVMX86CompilationCallback2\n"
139 "call " ASMPREFIX "LLVMX86CompilationCallback2\n"
194 ".globl " ASMPREFIX "X86CompilationCallback\n"
196 ASMPREFIX "X86CompilationCallback:\n"
216 "call " ASMPREFIX "LLVMX86CompilationCallback2\n"
243 ".globl " ASMPREFIX "X86CompilationCallback_SS
[all...]
/freebsd-10.2-release/contrib/llvm/lib/Target/ARM/
H A DARMJITInfo.cpp37 // Get the ASMPREFIX for the current host. This is often '_'.
43 #define ASMPREFIX GETASMPREFIX(__USER_LABEL_PREFIX__) macro
56 ".globl " ASMPREFIX "ARMCompilationCallback\n"
57 ASMPREFIX "ARMCompilationCallback:\n"
71 "bl " ASMPREFIX "ARMCompilationCallbackC\n"

Completed in 78 milliseconds