Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.h120 Optional<uint8_t> DebugLocListTagOffset; variable
178 void setDebugLocListTagOffset(uint8_t O) { DebugLocListTagOffset = O; } in setDebugLocListTagOffset()
179 Optional<uint8_t> getDebugLocListTagOffset() const { return DebugLocListTagOffset; } in getDebugLocListTagOffset()