Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/MC/
H A DMachineLocation.h45 bool isIndirect() const { return !IsRegister; } in isIndirect() function
/openbsd/gnu/llvm/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.h129 bool isIndirect() { return Target != nullptr && Target->isReg(); } in isIndirect() function
/openbsd/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfExpression.h168 bool isIndirect() const { return LocationFlags & Indirect; } in isIndirect() function
/openbsd/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSDNodeDbgValue.h210 bool isIndirect() const { return IsIndirect; } in isIndirect() function
/openbsd/gnu/llvm/llvm/include/llvm/IR/
H A DInlineAsm.h149 bool isIndirect = false; member
/openbsd/gnu/llvm/llvm/include/llvm/Object/
H A DIRSymtab.h201 bool isIndirect() const { return (Flags >> S::FB_indirect) & 1; } in isIndirect() function
/openbsd/gnu/llvm/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h300 bool isIndirect() const { return TheKind == Indirect; } in isIndirect() function
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaExprObjC.cpp3470 bool isIndirect = false; in classifyTypeForARCConversion() local
H A DSemaExprCXX.cpp5939 bool isIndirect) { in CheckPointerToMemberOperands()
/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DTargetInfo.cpp4833 bool isIndirect = isAggregateTypeForABI(Ty); in EmitVAArg() local