Searched refs:VariableDbgInfo (Results 1 – 11 of 11) sorted by relevance
/external/llvm/include/llvm/CodeGen/ |
D | MachineModuleInfo.h | 192 struct VariableDbgInfo { struct 198 VariableDbgInfo(const DILocalVariable *Var, const DIExpression *Expr, in VariableDbgInfo() argument 202 typedef SmallVector<VariableDbgInfo, 4> VariableDbgInfoMapTy;
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | MachineFunction.h | 359 struct VariableDbgInfo { 366 VariableDbgInfo(const DILocalVariable *Var, const DIExpression *Expr, 414 using VariableDbgInfoMapTy = SmallVector<VariableDbgInfo, 4>;
|
/external/llvm-project/llvm/include/llvm/CodeGen/ |
D | MachineFunction.h | 375 struct VariableDbgInfo { 382 VariableDbgInfo(const DILocalVariable *Var, const DIExpression *Expr, 431 using VariableDbgInfoMapTy = SmallVector<VariableDbgInfo, 4>;
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | MIRPrinter.cpp | 272 printStackObjectDbgInfo(const MachineFunction::VariableDbgInfo &DebugVar, in printStackObjectDbgInfo() 451 for (const MachineFunction::VariableDbgInfo &DebugVar : in convertStackObjects()
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | MIRPrinter.cpp | 280 printStackObjectDbgInfo(const MachineFunction::VariableDbgInfo &DebugVar, in printStackObjectDbgInfo() 476 for (const MachineFunction::VariableDbgInfo &DebugVar : in convertStackObjects()
|
/external/llvm/lib/CodeGen/ |
D | MIRPrinter.cpp | 364 for (MachineModuleInfo::VariableDbgInfo &DebugVar : in convertStackObjects()
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | CodeViewDebug.cpp | 737 for (const MachineModuleInfo::VariableDbgInfo &VI : in collectVariableInfoFromMMITable()
|
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
D | CodeViewDebug.cpp | 1161 for (const MachineFunction::VariableDbgInfo &VI : MF.getVariableDbgInfo()) { in collectVariableInfoFromMFTable()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | CodeViewDebug.cpp | 1149 for (const MachineFunction::VariableDbgInfo &VI : MF.getVariableDbgInfo()) { in collectVariableInfoFromMFTable()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGBuilder.cpp | 9967 for (MachineFunction::VariableDbgInfo &VI : DbgDeclareInfo) { in LowerArguments()
|
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGBuilder.cpp | 10098 for (MachineFunction::VariableDbgInfo &VI : DbgDeclareInfo) { in LowerArguments()
|