Searched refs:emitMacroTableImpl (Results 1 – 4 of 4) sorted by relevance
| /src/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/ ! |
| H A D | DWARFStreamer.h | 223 void emitMacroTableImpl(const DWARFDebugMacro *MacroTable,
|
| /src/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/ ! |
| H A D | DWARFStreamer.cpp | 1284 emitMacroTableImpl(Table, UnitMacroMap, StringPool, MacInfoSectionSize); in emitMacroTables() 1290 emitMacroTableImpl(Table, UnitMacroMap, StringPool, MacroSectionSize); in emitMacroTables() 1294 void DwarfStreamer::emitMacroTableImpl(const DWARFDebugMacro *MacroTable, in emitMacroTableImpl() function in DwarfStreamer
|
| /src/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/ ! |
| H A D | DWARFLinkerCompileUnit.cpp | 906 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 D | DWARFLinkerCompileUnit.h | 648 void emitMacroTableImpl(const DWARFDebugMacro *MacroTable,
|