Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DMachineModuleInfo.h175 VariableDbgInfoMapTy VariableDbgInfo; variable
396 VariableDbgInfo.push_back(std::make_pair(N, std::make_pair(Slot, Loc))); in setVariableDbgInfo()
399 VariableDbgInfoMapTy &getVariableDbgInfo() { return VariableDbgInfo; } in getVariableDbgInfo()
/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-7.0/llvm/include/llvm/CodeGen/
DMachineFunction.h355 struct VariableDbgInfo {
362 VariableDbgInfo(const DILocalVariable *Var, const DIExpression *Expr,
366 using VariableDbgInfoMapTy = SmallVector<VariableDbgInfo, 4>;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMIRPrinter.cpp261 printStackObjectDbgInfo(const MachineFunction::VariableDbgInfo &DebugVar, in printStackObjectDbgInfo()
433 for (const MachineFunction::VariableDbgInfo &DebugVar : in convertStackObjects()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DMachineModuleInfo.cpp315 VariableDbgInfo.clear(); in EndFunction()
/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/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp1057 for (const MachineFunction::VariableDbgInfo &VI : MF.getVariableDbgInfo()) { in collectVariableInfoFromMFTable()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp9194 for (MachineFunction::VariableDbgInfo &VI : DbgDeclareInfo) { in LowerArguments()