Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/
H A DDWARFStreamer.h226 void emitMacroTableImpl(const DWARFDebugMacro *MacroTable,
/freebsd-14.2/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerCompileUnit.h648 void emitMacroTableImpl(const DWARFDebugMacro *MacroTable,
H A DDWARFLinkerCompileUnit.cpp922 void CompileUnit::emitMacroTableImpl(const DWARFDebugMacro *MacroTable, in emitMacroTableImpl() argument
934 for (const DWARFDebugMacro::MacroList &List : MacroTable->MacroLists) { in emitMacroTableImpl()
/freebsd-14.2/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFStreamer.cpp1285 void DwarfStreamer::emitMacroTableImpl(const DWARFDebugMacro *MacroTable, in emitMacroTableImpl() argument
1292 for (const DWARFDebugMacro::MacroList &List : MacroTable->MacroLists) { in emitMacroTableImpl()