Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.h119 std::optional<uint8_t> DebugLocListTagOffset; variable
177 void setDebugLocListTagOffset(uint8_t O) { DebugLocListTagOffset = O; } in setDebugLocListTagOffset()
179 return DebugLocListTagOffset; in getDebugLocListTagOffset()