/llvm-project/lldb/include/lldb/Breakpoint/ |
H A D | BreakpointLocation.h | 258 bool IsIndirect() { return m_is_indirect; } IsIndirect() function
|
/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SDNodeDbgValue.h | 150 bool IsIndirect; variable 158 bool IsIndirect, DebugLoc DL, unsigned O, bool IsVariadic) in SDDbgValue()
|
H A D | FastISel.cpp | 1297 bool IsIndirect = false; lowerDbgValue() local 1305 bool IsIndirect = false; lowerDbgValue() local
|
H A D | SelectionDAGISel.cpp | 734 bool IsIndirect = MI->isIndirectDebugValue(); runOnMachineFunction() local
|
/llvm-project/clang/lib/CodeGen/Targets/ |
H A D | WebAssembly.cpp | 160 bool IsIndirect = isAggregateTypeForABI(Ty) && in EmitVAArg() local
|
H A D | AArch64.cpp | 562 bool IsIndirect = AI.isIndirect(); EmitAAPCSVAArg() local 823 bool IsIndirect = false; EmitDarwinVAArg() local 836 bool IsIndirect = false; EmitMSVAArg() local [all...] |
H A D | SystemZ.cpp | 267 bool IsIndirect = AI.isIndirect(); in EmitVAArg() local
|
H A D | RISCV.cpp | 510 bool IsIndirect = TInfo.Width > 2 * SlotSize; EmitVAArg() local
|
H A D | ARM.cpp | 768 bool IsIndirect = false; EmitVAArg() local
|
H A D | AMDGPU.cpp | 123 const bool IsIndirect = false; EmitVAArg() local
|
H A D | X86.cpp | 984 bool IsIndirect = false; addFieldToArgStruct() local 3219 bool IsIndirect = Width > 64 || !llvm::isPowerOf2_64(Width); EmitMSVAArg() local 3421 bool IsIndirect = Width > 64 || !llvm::isPowerOf2_64(Width); EmitVAArg() local
|
/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64MCInstLower.cpp | 54 bool IsIndirect = GetGlobalValueSymbol() local
|
/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUResourceUsageAnalysis.cpp | 534 bool IsIndirect = !Callee || Callee->isDeclaration(); analyzeResourceUsage() local
|
H A D | AMDGPUCallLowering.cpp | 958 assert((AMDGPU::isChainCC(CC) || !IsIndirect || !IsTailCall) && in getCallOpcode() argument
|
/llvm-project/llvm/lib/DebugInfo/CodeView/ |
H A D | TypeIndexDiscovery.cpp | 176 bool IsIndirect, in handleVirtualBaseClass()
|
/llvm-project/llvm/lib/Target/X86/ |
H A D | X86OptimizeLEAs.cpp | 598 bool IsIndirect = MI.isIndirectDebugValue(); in replaceDebugValue() local
|
/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMAsmPrinter.cpp | 884 if (!IsIndirect) in GetARMGVSymbol() local 862 bool IsIndirect = GetARMGVSymbol() local
|
H A D | ARMFastISel.cpp | 530 bool IsIndirect = Subtarget->isGVIndirectSymbol(GV); ARMMaterializeGV() local
|
/llvm-project/llvm/lib/CodeGen/ |
H A D | MachineInstr.cpp | 2225 BuildMI(MachineFunction & MF,const DebugLoc & DL,const MCInstrDesc & MCID,bool IsIndirect,Register Reg,const MDNode * Variable,const MDNode * Expr) BuildMI() argument 2241 BuildMI(MachineFunction & MF,const DebugLoc & DL,const MCInstrDesc & MCID,bool IsIndirect,ArrayRef<MachineOperand> DebugOps,const MDNode * Variable,const MDNode * Expr) BuildMI() argument 2277 BuildMI(MachineBasicBlock & BB,MachineBasicBlock::iterator I,const DebugLoc & DL,const MCInstrDesc & MCID,bool IsIndirect,Register Reg,const MDNode * Variable,const MDNode * Expr) BuildMI() argument 2288 BuildMI(MachineBasicBlock & BB,MachineBasicBlock::iterator I,const DebugLoc & DL,const MCInstrDesc & MCID,bool IsIndirect,ArrayRef<MachineOperand> DebugOps,const MDNode * Variable,const MDNode * Expr) BuildMI() argument
|
H A D | LiveDebugVariables.cpp | 414 addDef(SlotIndex Idx,ArrayRef<MachineOperand> LocMOs,bool IsIndirect,bool IsList,const DIExpression & Expr) addDef() argument 851 bool IsIndirect = MI.isDebugOffsetImm(); handleDebugValue() local 1699 bool IsIndirect = DbgValue.getWasIndirect(); insertDebugValue() local
|
/llvm-project/clang/lib/CodeGen/ |
H A D | ABIInfoImpl.cpp | 206 emitVoidPtrVAArg(CodeGenFunction & CGF,Address VAListAddr,QualType ValueTy,bool IsIndirect,TypeInfoChars ValueInfo,CharUnits SlotSizeAndAlign,bool AllowHigherAlign,AggValueSlot Slot,bool ForceRightAdjust) emitVoidPtrVAArg() argument
|
/llvm-project/lldb/source/Symbol/ |
H A D | Symbol.cpp | 223 bool Symbol::IsIndirect() const { return m_type == eSymbolTypeResolver; } in IsIndirect() function in Symbol
|
/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCISelLowering.h | 1178 const bool IsIndirect : 1; global() member
|
/llvm-project/llvm/lib/Target/AArch64/GISel/ |
H A D | AArch64CallLowering.cpp | 1018 getCallOpcode(const MachineFunction & CallerF,bool IsIndirect,bool IsTailCall,std::optional<CallLowering::PtrAuthInfo> & PAI,MachineRegisterInfo & MRI) getCallOpcode() argument
|
/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyISelLowering.cpp | 562 bool IsIndirect = LowerCallResults() local
|