Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFContext.h306 const DWARFDebugMacro *getDebugMacro();
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp479 if (auto Macro = getDebugMacro()) in dump()
971 const DWARFDebugMacro *DWARFContext::getDebugMacro() { in getDebugMacro() function in DWARFContext
/openbsd-src/gnu/llvm/llvm/lib/DWARFLinker/
H A DDWARFStreamer.cpp800 if (const DWARFDebugMacro *Table = Context->getDebugMacro()) { in emitMacroTables()
H A DDWARFLinker.cpp1252 const DWARFDebugMacro *Macro = File.Dwarf->getDebugMacro(); in cloneScalarAttribute()