HomeSort by relevance Sort by last modified time
    Searched refs:ASMPREFIX (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/Target/Mips/
MipsJITInfo.cpp 82 // Get the ASMPREFIX for the current host. This is often '_'.
88 #define ASMPREFIX GETASMPREFIX(__USER_LABEL_PREFIX__)
102 ".globl " ASMPREFIX "MipsCompilationCallback\n"
103 ASMPREFIX "MipsCompilationCallback:\n"
104 ".ent " ASMPREFIX "MipsCompilationCallback\n"
130 "jal " ASMPREFIX "MipsCompilationCallbackC\n"
150 ".end " ASMPREFIX "MipsCompilationCallback\n"
  /external/llvm/lib/Target/X86/
X86JITInfo.cpp 52 // Get the ASMPREFIX for the current host. This is often '_'.
58 #define ASMPREFIX GETASMPREFIX(__USER_LABEL_PREFIX__)
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_SSE\n
    [all...]
  /external/llvm/lib/Target/ARM/
ARMJITInfo.cpp 37 // Get the ASMPREFIX for the current host. This is often '_'.
43 #define ASMPREFIX GETASMPREFIX(__USER_LABEL_PREFIX__)
56 ".globl " ASMPREFIX "ARMCompilationCallback\n"
57 ASMPREFIX "ARMCompilationCallback:\n"
71 "bl " ASMPREFIX "ARMCompilationCallbackC\n"

Completed in 191 milliseconds