Searched refs:CAL (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/llvm/test/MC/X86/ |
| H A D | align-branch-single.s | 4 …x86-align-branch=call %s | llvm-objdump -d --no-show-raw-insn - | FileCheck %s --check-prefixes=CAL 21 # CAL: 1e: jne 33 # CAL: 5e: jmp 45 # CAL: 9e: jmpq *%rax 58 # CAL: e0: callq *%rax 71 # CAL: 11e: retq 87 # CAL: 15d: cmpq %rax, %rbp 88 # CAL: 160: je
|
| /llvm-project-15.0.7/clang/test/CodeGenObjC/ |
| H A D | gnu-init.m | 87 …K-WIN-DAG: @"__start_.objcrt$CAL" = linkonce_odr hidden global %.objc_section_sentinel zeroinitial… 88 …ECK-WIN-DAG: @"__stop.objcrt$CAL" = linkonce_odr hidden global %.objc_section_sentinel zeroinitial… 91 …t$PCR", %.objc_section_sentinel* @"__start_.objcrt$CAL", %.objc_section_sentinel* @"__stop.objcrt$…
|
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | StmtCXX.cpp | 51 SourceLocation CAL, SourceLocation CL, in CXXForRangeStmt() argument 53 : Stmt(CXXForRangeStmtClass), ForLoc(FL), CoawaitLoc(CAL), ColonLoc(CL), in CXXForRangeStmt()
|
| /llvm-project-15.0.7/llvm/tools/llvm-diff/lib/ |
| H A D | DifferenceEngine.cpp | 478 const ConstantArray *CAL = cast<ConstantArray>(L); in equivalentAsOperands() local 482 if (CAL->getType()->getNumElements() != CAR->getType()->getNumElements()) in equivalentAsOperands() 485 for (unsigned I = 0; I < CAL->getType()->getNumElements(); ++I) { in equivalentAsOperands() 486 if (!equivalentAsOperands(CAL->getAggregateElement(I), in equivalentAsOperands()
|
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | StmtCXX.h | 148 Stmt *Body, SourceLocation FL, SourceLocation CAL,
|