Home
last modified time | relevance | path

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

123

/dports/games/zoom/zoom-1.1.5/src/
H A Dzmachine.h323 #define DebugVar(x, y) debug_print_var(x, y) macro
325 #define DebugVar(x, y) x macro
328 #define GetVar(y) DebugVar(((y)==0?pop(stack):(((unsigned char) (y))<16?stack->current_frame->loca…
329 #define GetVarNoPop(y) DebugVar(((y)==0?top(stack):(((unsigned char) (y))<16?stack->current_frame->…
/dports/devel/llvm80/llvm-8.0.1.src/include/llvm/CodeGen/
H A DMIRYamlMapping.h219 StringValue DebugVar;
230 LocalOffset == Other.LocalOffset && DebugVar == Other.DebugVar &&
261 YamlIO.mapOptional("debug-info-variable", Object.DebugVar,
286 StringValue DebugVar;
297 DebugVar == Other.DebugVar && DebugExpr == Other.DebugExpr
329 YamlIO.mapOptional("debug-info-variable", Object.DebugVar,
/dports/devel/llvm70/llvm-7.0.1.src/include/llvm/CodeGen/
H A DMIRYamlMapping.h219 StringValue DebugVar;
230 LocalOffset == Other.LocalOffset && DebugVar == Other.DebugVar &&
261 YamlIO.mapOptional("debug-info-variable", Object.DebugVar,
286 StringValue DebugVar;
297 DebugVar == Other.DebugVar && DebugExpr == Other.DebugExpr
329 YamlIO.mapOptional("debug-info-variable", Object.DebugVar,
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/CodeGen/
H A DMIRPrinter.cpp282 std::array<std::string *, 3> Outputs{{&Object.DebugVar.Value, in printStackObjectDbgInfo()
285 std::array<const Metadata *, 3> Metas{{DebugVar.Var, in printStackObjectDbgInfo()
286 DebugVar.Expr, in printStackObjectDbgInfo()
287 DebugVar.Loc}}; in printStackObjectDbgInfo()
476 for (const MachineFunction::VariableDbgInfo &DebugVar : in convertStackObjects() local
478 assert(DebugVar.Slot >= MFI.getObjectIndexBegin() && in convertStackObjects()
479 DebugVar.Slot < MFI.getObjectIndexEnd() && in convertStackObjects()
481 if (DebugVar.Slot < 0) { // Negative index means fixed objects. in convertStackObjects()
483 YMF.FixedStackObjects[FixedStackObjectsIdx[DebugVar.Slot + in convertStackObjects()
485 printStackObjectDbgInfo(DebugVar, Object, MST); in convertStackObjects()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/CodeGen/
H A DMIRPrinter.cpp294 std::array<std::string *, 3> Outputs{{&Object.DebugVar.Value, in printStackObjectDbgInfo()
297 std::array<const Metadata *, 3> Metas{{DebugVar.Var, in printStackObjectDbgInfo()
298 DebugVar.Expr, in printStackObjectDbgInfo()
299 DebugVar.Loc}}; in printStackObjectDbgInfo()
489 for (const MachineFunction::VariableDbgInfo &DebugVar : in convertStackObjects() local
491 assert(DebugVar.Slot >= MFI.getObjectIndexBegin() && in convertStackObjects()
492 DebugVar.Slot < MFI.getObjectIndexEnd() && in convertStackObjects()
494 if (DebugVar.Slot < 0) { // Negative index means fixed objects. in convertStackObjects()
496 YMF.FixedStackObjects[FixedStackObjectsIdx[DebugVar.Slot + in convertStackObjects()
498 printStackObjectDbgInfo(DebugVar, Object, MST); in convertStackObjects()
[all …]
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/CodeGen/
H A DMIRPrinter.cpp294 std::array<std::string *, 3> Outputs{{&Object.DebugVar.Value, in printStackObjectDbgInfo()
297 std::array<const Metadata *, 3> Metas{{DebugVar.Var, in printStackObjectDbgInfo()
298 DebugVar.Expr, in printStackObjectDbgInfo()
299 DebugVar.Loc}}; in printStackObjectDbgInfo()
489 for (const MachineFunction::VariableDbgInfo &DebugVar : in convertStackObjects() local
491 assert(DebugVar.Slot >= MFI.getObjectIndexBegin() && in convertStackObjects()
492 DebugVar.Slot < MFI.getObjectIndexEnd() && in convertStackObjects()
494 if (DebugVar.Slot < 0) { // Negative index means fixed objects. in convertStackObjects()
496 YMF.FixedStackObjects[FixedStackObjectsIdx[DebugVar.Slot + in convertStackObjects()
498 printStackObjectDbgInfo(DebugVar, Object, MST); in convertStackObjects()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/CodeGen/
H A DMIRPrinter.cpp282 std::array<std::string *, 3> Outputs{{&Object.DebugVar.Value, in printStackObjectDbgInfo()
285 std::array<const Metadata *, 3> Metas{{DebugVar.Var, in printStackObjectDbgInfo()
286 DebugVar.Expr, in printStackObjectDbgInfo()
287 DebugVar.Loc}}; in printStackObjectDbgInfo()
476 for (const MachineFunction::VariableDbgInfo &DebugVar : in convertStackObjects() local
478 assert(DebugVar.Slot >= MFI.getObjectIndexBegin() && in convertStackObjects()
479 DebugVar.Slot < MFI.getObjectIndexEnd() && in convertStackObjects()
481 if (DebugVar.Slot < 0) { // Negative index means fixed objects. in convertStackObjects()
483 YMF.FixedStackObjects[FixedStackObjectsIdx[DebugVar.Slot + in convertStackObjects()
485 printStackObjectDbgInfo(DebugVar, Object, MST); in convertStackObjects()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/CodeGen/
H A DMIRPrinter.cpp294 std::array<std::string *, 3> Outputs{{&Object.DebugVar.Value, in printStackObjectDbgInfo()
297 std::array<const Metadata *, 3> Metas{{DebugVar.Var, in printStackObjectDbgInfo()
298 DebugVar.Expr, in printStackObjectDbgInfo()
299 DebugVar.Loc}}; in printStackObjectDbgInfo()
489 for (const MachineFunction::VariableDbgInfo &DebugVar : in convertStackObjects() local
491 assert(DebugVar.Slot >= MFI.getObjectIndexBegin() && in convertStackObjects()
492 DebugVar.Slot < MFI.getObjectIndexEnd() && in convertStackObjects()
494 if (DebugVar.Slot < 0) { // Negative index means fixed objects. in convertStackObjects()
496 YMF.FixedStackObjects[FixedStackObjectsIdx[DebugVar.Slot + in convertStackObjects()
498 printStackObjectDbgInfo(DebugVar, Object, MST); in convertStackObjects()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/CodeGen/
H A DMIRPrinter.cpp294 std::array<std::string *, 3> Outputs{{&Object.DebugVar.Value, in printStackObjectDbgInfo()
297 std::array<const Metadata *, 3> Metas{{DebugVar.Var, in printStackObjectDbgInfo()
298 DebugVar.Expr, in printStackObjectDbgInfo()
299 DebugVar.Loc}}; in printStackObjectDbgInfo()
489 for (const MachineFunction::VariableDbgInfo &DebugVar : in convertStackObjects() local
491 assert(DebugVar.Slot >= MFI.getObjectIndexBegin() && in convertStackObjects()
492 DebugVar.Slot < MFI.getObjectIndexEnd() && in convertStackObjects()
494 if (DebugVar.Slot < 0) { // Negative index means fixed objects. in convertStackObjects()
496 YMF.FixedStackObjects[FixedStackObjectsIdx[DebugVar.Slot + in convertStackObjects()
498 printStackObjectDbgInfo(DebugVar, Object, MST); in convertStackObjects()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/CodeGen/
H A DMIRPrinter.cpp294 std::array<std::string *, 3> Outputs{{&Object.DebugVar.Value, in printStackObjectDbgInfo()
297 std::array<const Metadata *, 3> Metas{{DebugVar.Var, in printStackObjectDbgInfo()
298 DebugVar.Expr, in printStackObjectDbgInfo()
299 DebugVar.Loc}}; in printStackObjectDbgInfo()
489 for (const MachineFunction::VariableDbgInfo &DebugVar : in convertStackObjects() local
491 assert(DebugVar.Slot >= MFI.getObjectIndexBegin() && in convertStackObjects()
492 DebugVar.Slot < MFI.getObjectIndexEnd() && in convertStackObjects()
494 if (DebugVar.Slot < 0) { // Negative index means fixed objects. in convertStackObjects()
496 YMF.FixedStackObjects[FixedStackObjectsIdx[DebugVar.Slot + in convertStackObjects()
498 printStackObjectDbgInfo(DebugVar, Object, MST); in convertStackObjects()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/CodeGen/
H A DMIRPrinter.cpp282 std::array<std::string *, 3> Outputs{{&Object.DebugVar.Value, in printStackObjectDbgInfo()
285 std::array<const Metadata *, 3> Metas{{DebugVar.Var, in printStackObjectDbgInfo()
286 DebugVar.Expr, in printStackObjectDbgInfo()
287 DebugVar.Loc}}; in printStackObjectDbgInfo()
476 for (const MachineFunction::VariableDbgInfo &DebugVar : in convertStackObjects() local
478 assert(DebugVar.Slot >= MFI.getObjectIndexBegin() && in convertStackObjects()
479 DebugVar.Slot < MFI.getObjectIndexEnd() && in convertStackObjects()
481 if (DebugVar.Slot < 0) { // Negative index means fixed objects. in convertStackObjects()
483 YMF.FixedStackObjects[FixedStackObjectsIdx[DebugVar.Slot + in convertStackObjects()
485 printStackObjectDbgInfo(DebugVar, Object, MST); in convertStackObjects()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/CodeGen/
H A DMIRPrinter.cpp294 std::array<std::string *, 3> Outputs{{&Object.DebugVar.Value, in printStackObjectDbgInfo()
297 std::array<const Metadata *, 3> Metas{{DebugVar.Var, in printStackObjectDbgInfo()
298 DebugVar.Expr, in printStackObjectDbgInfo()
299 DebugVar.Loc}}; in printStackObjectDbgInfo()
489 for (const MachineFunction::VariableDbgInfo &DebugVar : in convertStackObjects() local
491 assert(DebugVar.Slot >= MFI.getObjectIndexBegin() && in convertStackObjects()
492 DebugVar.Slot < MFI.getObjectIndexEnd() && in convertStackObjects()
494 if (DebugVar.Slot < 0) { // Negative index means fixed objects. in convertStackObjects()
496 YMF.FixedStackObjects[FixedStackObjectsIdx[DebugVar.Slot + in convertStackObjects()
498 printStackObjectDbgInfo(DebugVar, Object, MST); in convertStackObjects()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/include/llvm/CodeGen/
H A DMIRYamlMapping.h237 StringValue DebugVar;
248 LocalOffset == Other.LocalOffset && DebugVar == Other.DebugVar &&
279 YamlIO.mapOptional("debug-info-variable", Object.DebugVar,
304 StringValue DebugVar;
315 DebugVar == Other.DebugVar && DebugExpr == Other.DebugExpr
357 YamlIO.mapOptional("debug-info-variable", Object.DebugVar,
/dports/devel/llvm10/llvm-10.0.1.src/include/llvm/CodeGen/
H A 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,
/dports/devel/llvm11/llvm-11.0.1.src/include/llvm/CodeGen/
H A DMIRYamlMapping.h237 StringValue DebugVar;
248 LocalOffset == Other.LocalOffset && DebugVar == Other.DebugVar &&
279 YamlIO.mapOptional("debug-info-variable", Object.DebugVar,
304 StringValue DebugVar;
315 DebugVar == Other.DebugVar && DebugExpr == Other.DebugExpr
357 YamlIO.mapOptional("debug-info-variable", Object.DebugVar,
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A 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,
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/include/llvm/CodeGen/
H A 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,
/dports/devel/llvm90/llvm-9.0.1.src/include/llvm/CodeGen/
H A 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
339 YamlIO.mapOptional("debug-info-variable", Object.DebugVar,
/dports/devel/llvm70/llvm-7.0.1.src/lib/CodeGen/
H A DMIRPrinter.cpp261 printStackObjectDbgInfo(const MachineFunction::VariableDbgInfo &DebugVar, in printStackObjectDbgInfo() argument
263 std::array<std::string *, 3> Outputs{{&Object.DebugVar.Value, in printStackObjectDbgInfo()
266 std::array<const Metadata *, 3> Metas{{DebugVar.Var, in printStackObjectDbgInfo()
267 DebugVar.Expr, in printStackObjectDbgInfo()
268 DebugVar.Loc}}; in printStackObjectDbgInfo()
433 for (const MachineFunction::VariableDbgInfo &DebugVar : in convertStackObjects() local
435 auto StackObjectInfo = StackObjectOperandMapping.find(DebugVar.Slot); in convertStackObjects()
441 printStackObjectDbgInfo(DebugVar, Object, MST); in convertStackObjects()
444 printStackObjectDbgInfo(DebugVar, Object, MST); in convertStackObjects()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/include/llvm/CodeGen/
H A DMIRYamlMapping.h253 StringValue DebugVar;
264 LocalOffset == Other.LocalOffset && DebugVar == Other.DebugVar &&
295 YamlIO.mapOptional("debug-info-variable", Object.DebugVar,
320 StringValue DebugVar;
331 DebugVar == Other.DebugVar && DebugExpr == Other.DebugExpr
373 YamlIO.mapOptional("debug-info-variable", Object.DebugVar,
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/include/llvm/CodeGen/
H A DMIRYamlMapping.h253 StringValue DebugVar;
264 LocalOffset == Other.LocalOffset && DebugVar == Other.DebugVar &&
295 YamlIO.mapOptional("debug-info-variable", Object.DebugVar,
320 StringValue DebugVar;
331 DebugVar == Other.DebugVar && DebugExpr == Other.DebugExpr
373 YamlIO.mapOptional("debug-info-variable", Object.DebugVar,
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/include/llvm/CodeGen/
H A DMIRYamlMapping.h253 StringValue DebugVar;
264 LocalOffset == Other.LocalOffset && DebugVar == Other.DebugVar &&
295 YamlIO.mapOptional("debug-info-variable", Object.DebugVar,
320 StringValue DebugVar;
331 DebugVar == Other.DebugVar && DebugExpr == Other.DebugExpr
373 YamlIO.mapOptional("debug-info-variable", Object.DebugVar,
/dports/devel/llvm80/llvm-8.0.1.src/lib/CodeGen/
H A DMIRPrinter.cpp263 printStackObjectDbgInfo(const MachineFunction::VariableDbgInfo &DebugVar, in printStackObjectDbgInfo() argument
265 std::array<std::string *, 3> Outputs{{&Object.DebugVar.Value, in printStackObjectDbgInfo()
268 std::array<const Metadata *, 3> Metas{{DebugVar.Var, in printStackObjectDbgInfo()
269 DebugVar.Expr, in printStackObjectDbgInfo()
270 DebugVar.Loc}}; in printStackObjectDbgInfo()
439 for (const MachineFunction::VariableDbgInfo &DebugVar : in convertStackObjects() local
441 auto StackObjectInfo = StackObjectOperandMapping.find(DebugVar.Slot); in convertStackObjects()
447 printStackObjectDbgInfo(DebugVar, Object, MST); in convertStackObjects()
450 printStackObjectDbgInfo(DebugVar, Object, MST); in convertStackObjects()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/include/llvm/CodeGen/
H A DMIRYamlMapping.h253 StringValue DebugVar;
264 LocalOffset == Other.LocalOffset && DebugVar == Other.DebugVar &&
295 YamlIO.mapOptional("debug-info-variable", Object.DebugVar,
320 StringValue DebugVar;
331 DebugVar == Other.DebugVar && DebugExpr == Other.DebugExpr
374 YamlIO.mapOptional("debug-info-variable", Object.DebugVar,
/dports/graphics/llvm-mesa/llvm-13.0.1.src/include/llvm/CodeGen/
H A DMIRYamlMapping.h253 StringValue DebugVar;
264 LocalOffset == Other.LocalOffset && DebugVar == Other.DebugVar &&
295 YamlIO.mapOptional("debug-info-variable", Object.DebugVar,
320 StringValue DebugVar;
331 DebugVar == Other.DebugVar && DebugExpr == Other.DebugExpr
374 YamlIO.mapOptional("debug-info-variable", Object.DebugVar,

123