Home
last modified time | relevance | path

Searched defs:isIndirect (Results 1 – 10 of 10) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/include/llvm/MC/
H A DMachineLocation.h45 bool isIndirect() const { return !IsRegister; } in isIndirect() function
/freebsd-src/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.h140 bool isIndirect() { return Target != nullptr && Target->isReg(); } in isIndirect() function
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSDNodeDbgValue.h210 bool isIndirect() const { return IsIndirect; } in isIndirect() function
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfExpression.h168 bool isIndirect() const { return LocationFlags & Indirect; } isIndirect() function
/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/
H A DInlineAsm.h150 bool isIndirect = false; member
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Object/
H A DIRSymtab.h201 bool isIndirect() const { return (Flags >> S::FB_indirect) & 1; } in isIndirect() function
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DPPC.cpp403 bool isIndirect = isAggregateTypeForABI(Ty); EmitVAArg() local
/freebsd-src/contrib/llvm-project/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h300 bool isIndirect() const { return TheKind == Indirect; } in isIndirect() function
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprObjC.cpp3475 bool isIndirect = false; classifyTypeForARCConversion() local
H A DSemaExprCXX.cpp6056 CheckPointerToMemberOperands(ExprResult & LHS,ExprResult & RHS,ExprValueKind & VK,SourceLocation Loc,bool isIndirect) CheckPointerToMemberOperands() argument
[all...]