Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFContext.h300 const DWARFDebugMacro *getDebugMacinfo();
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp491 if (auto Macinfo = getDebugMacinfo()) in dump()
983 const DWARFDebugMacro *DWARFContext::getDebugMacinfo() { in getDebugMacinfo() function in DWARFContext
/openbsd-src/gnu/llvm/llvm/lib/DWARFLinker/
H A DDWARFStreamer.cpp794 if (const DWARFDebugMacro *Table = Context->getDebugMacinfo()) { in emitMacroTables()
H A DDWARFLinker.cpp1244 const DWARFDebugMacro *Macro = File.Dwarf->getDebugMacinfo(); in cloneScalarAttribute()