Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMachineLocation.h45 bool isIndirect() const { return !IsRegister; } in isIndirect() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.h129 bool isIndirect() { return Target != nullptr && Target->isReg(); } in isIndirect() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSDNodeDbgValue.h209 bool isIndirect() const { return IsIndirect; } in isIndirect() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfExpression.h169 bool isIndirect() const { return LocationFlags & Indirect; } in isIndirect() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DInlineAsm.h147 bool isIndirect = false; member
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DIRSymtab.h197 bool isIndirect() const { return (Flags >> S::FB_indirect) & 1; } in isIndirect() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h300 bool isIndirect() const { return TheKind == Indirect; } in isIndirect() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExprObjC.cpp3476 bool isIndirect = false; in classifyTypeForARCConversion() local
H A DSemaExprCXX.cpp5665 bool isIndirect) { in CheckPointerToMemberOperands()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DTargetInfo.cpp4724 bool isIndirect = isAggregateTypeForABI(Ty); in EmitVAArg() local