Home
last modified time | relevance | path

Searched refs:emitMacroTableImpl (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/Classic/
H A DDWARFStreamer.cpp1275 emitMacroTableImpl(Table, UnitMacroMap, StringPool, MacInfoSectionSize); in emitMacroTables()
1281 emitMacroTableImpl(Table, UnitMacroMap, StringPool, MacroSectionSize); in emitMacroTables()
1285 void DwarfStreamer::emitMacroTableImpl(const DWARFDebugMacro *MacroTable, in emitMacroTableImpl() function in DwarfStreamer
/freebsd-14.2/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerCompileUnit.cpp906 emitMacroTableImpl(Table, *MacroAttr, true); in cloneAndEmitDebugMacro()
915 emitMacroTableImpl(Table, *MacroAttr, false); in cloneAndEmitDebugMacro()
922 void CompileUnit::emitMacroTableImpl(const DWARFDebugMacro *MacroTable, in emitMacroTableImpl() function in CompileUnit
H A DDWARFLinkerCompileUnit.h648 void emitMacroTableImpl(const DWARFDebugMacro *MacroTable,