Home
last modified time | relevance | path

Searched refs:VariableDbgInfo (Results 1 – 11 of 11) sorted by relevance

/external/llvm/include/llvm/CodeGen/
DMachineModuleInfo.h192 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/
DMachineFunction.h359 struct VariableDbgInfo {
366 VariableDbgInfo(const DILocalVariable *Var, const DIExpression *Expr,
414 using VariableDbgInfoMapTy = SmallVector<VariableDbgInfo, 4>;
/external/llvm-project/llvm/include/llvm/CodeGen/
DMachineFunction.h375 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/
DMIRPrinter.cpp272 printStackObjectDbgInfo(const MachineFunction::VariableDbgInfo &DebugVar, in printStackObjectDbgInfo()
451 for (const MachineFunction::VariableDbgInfo &DebugVar : in convertStackObjects()
/external/llvm-project/llvm/lib/CodeGen/
DMIRPrinter.cpp280 printStackObjectDbgInfo(const MachineFunction::VariableDbgInfo &DebugVar, in printStackObjectDbgInfo()
476 for (const MachineFunction::VariableDbgInfo &DebugVar : in convertStackObjects()
/external/llvm/lib/CodeGen/
DMIRPrinter.cpp364 for (MachineModuleInfo::VariableDbgInfo &DebugVar : in convertStackObjects()
/external/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp737 for (const MachineModuleInfo::VariableDbgInfo &VI : in collectVariableInfoFromMMITable()
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp1161 for (const MachineFunction::VariableDbgInfo &VI : MF.getVariableDbgInfo()) { in collectVariableInfoFromMFTable()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp1149 for (const MachineFunction::VariableDbgInfo &VI : MF.getVariableDbgInfo()) { in collectVariableInfoFromMFTable()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp9967 for (MachineFunction::VariableDbgInfo &VI : DbgDeclareInfo) { in LowerArguments()
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp10098 for (MachineFunction::VariableDbgInfo &VI : DbgDeclareInfo) { in LowerArguments()