Home
last modified time | relevance | path

Searched refs:VariableDbgInfo (Results 1 – 5 of 5) 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/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()