Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/DWARFLinker/
H A DDWARFStreamer.cpp885 for (const DWARFDebugMacro::Entry &MacroEntry : List.Macros) { in emitMacroTableImpl() local
886 if (MacroEntry.Type == 0) { in emitMacroTableImpl()
887 OutOffset += MS->emitULEB128IntValue(MacroEntry.Type); in emitMacroTableImpl()
891 uint8_t MacroType = MacroEntry.Type; in emitMacroTableImpl()
905 OutOffset += MS->emitULEB128IntValue(MacroEntry.ExtConstant); in emitMacroTableImpl()
908 StringRef String = MacroEntry.ExtStr; in emitMacroTableImpl()
928 OutOffset += MS->emitULEB128IntValue(MacroEntry.Line); in emitMacroTableImpl()
931 StringRef String = MacroEntry.MacroStr; in emitMacroTableImpl()
971 OutOffset += MS->emitULEB128IntValue(MacroEntry.Line); in emitMacroTableImpl()
975 StringPool.getEntry(MacroEntry.MacroStr); in emitMacroTableImpl()
[all …]