Searched refs:X86AdjustInlineAsmType (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/CodeGen/ |
D | TargetInfo.cpp | 824 static llvm::Type* X86AdjustInlineAsmType(CodeGen::CodeGenFunction &CGF, in X86AdjustInlineAsmType() function 992 return X86AdjustInlineAsmType(CGF, Constraint, Ty); in adjustInlineAsmType() 2063 return X86AdjustInlineAsmType(CGF, Constraint, Ty); in adjustInlineAsmType()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | TargetInfo.cpp | 1021 static llvm::Type* X86AdjustInlineAsmType(CodeGen::CodeGenFunction &CGF, in X86AdjustInlineAsmType() function 1220 return X86AdjustInlineAsmType(CGF, Constraint, Ty); in adjustInlineAsmType() 2433 return X86AdjustInlineAsmType(CGF, Constraint, Ty); in adjustInlineAsmType()
|