Searched refs:DebugExpr (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMIRYamlMapping.h221 StringValue DebugExpr; member in struct:llvm::yaml::MachineStackObject
232 DebugExpr == Other.DebugExpr && DebugLoc == Other.DebugLoc;
264 YamlIO.mapOptional("debug-info-expression", Object.DebugExpr,
288 StringValue DebugExpr; member in struct:llvm::yaml::FixedMachineStackObject
298 DebugVar == Other.DebugVar && DebugExpr == Other.DebugExpr
342 YamlIO.mapOptional("debug-info-expression", Object.DebugExpr,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp792 parseMDNode(PFS, Expr, Object.DebugExpr) ||
801 typecheckMDNode(DIExpr, Expr, Object.DebugExpr, "DIExpression", *this) ||
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMIRPrinter.cpp275 &Object.DebugExpr.Value,

Completed in 111 milliseconds