Home
last modified time | relevance | path

Searched refs:DebugVar (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMIRYamlMapping.h220 StringValue DebugVar;
231 LocalOffset == Other.LocalOffset && DebugVar == Other.DebugVar &&
262 YamlIO.mapOptional("debug-info-variable", Object.DebugVar,
287 StringValue DebugVar;
298 DebugVar == Other.DebugVar && DebugExpr == Other.DebugExpr
340 YamlIO.mapOptional("debug-info-variable", Object.DebugVar,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMIRPrinter.cpp272 printStackObjectDbgInfo(const MachineFunction::VariableDbgInfo &DebugVar, in printStackObjectDbgInfo() argument
274 std::array<std::string *, 3> Outputs{{&Object.DebugVar.Value, in printStackObjectDbgInfo()
277 std::array<const Metadata *, 3> Metas{{DebugVar.Var, in printStackObjectDbgInfo()
278 DebugVar.Expr, in printStackObjectDbgInfo()
279 DebugVar.Loc}}; in printStackObjectDbgInfo()
451 for (const MachineFunction::VariableDbgInfo &DebugVar : in convertStackObjects() local
453 auto StackObjectInfo = StackObjectOperandMapping.find(DebugVar.Slot); in convertStackObjects()
459 printStackObjectDbgInfo(DebugVar, Object, MST); in convertStackObjects()
462 printStackObjectDbgInfo(DebugVar, Object, MST); in convertStackObjects()
DLiveDebugValues.cpp834 auto DebugVar = VarLocIDs[ID].Var; in emitEntryValues() local
835 auto EntryValBackupID = OpenRanges.getEntryValueBackup(DebugVar); in emitEntryValues()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/MIRParser/
DMIRParser.cpp791 if (parseMDNode(PFS, Var, Object.DebugVar) || in parseStackObjectsDebugInfo()
800 if (typecheckMDNode(DIVar, Var, Object.DebugVar, "DILocalVariable", *this) || in parseStackObjectsDebugInfo()