Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFContext.h39 class DWARFDebugMacro; variable
87 virtual const DWARFDebugMacro *getDebugMacinfo() = 0;
88 virtual const DWARFDebugMacro *getDebugMacinfoDWO() = 0;
89 virtual const DWARFDebugMacro *getDebugMacro() = 0;
90 virtual const DWARFDebugMacro *getDebugMacroDWO() = 0;
103 std::unique_ptr<DWARFDebugMacro>
313 const DWARFDebugMacro *getDebugMacinfo();
316 const DWARFDebugMacro *getDebugMacinfoDWO();
319 const DWARFDebugMacro *getDebugMacro();
322 const DWARFDebugMacro *getDebugMacroDWO();
H A DDWARFDebugMacro.h1 //===- DWARFDebugMacro.h ----------------------------------------*- C++ -*-===//
28 class DWARFDebugMacro {
116 DWARFDebugMacro() = default; in parseMacro()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugMacro.cpp23 DwarfFormat DWARFDebugMacro::MacroHeader::getDwarfFormat() const { in getDwarfFormat()
27 uint8_t DWARFDebugMacro::MacroHeader::getOffsetByteSize() const { in getOffsetByteSize()
31 void DWARFDebugMacro::MacroHeader::dumpMacroHeader(raw_ostream &OS) const { in dumpMacroHeader()
42 void DWARFDebugMacro::dump(raw_ostream &OS) const { in dump()
107 Error DWARFDebugMacro::parseImpl( in parseImpl()
233 Error DWARFDebugMacro::MacroHeader::parseMacroHeader(DWARFDataExtractor Data, in parseMacroHeader()
H A DDWARFContext.cpp207 std::unique_ptr<DWARFDebugMacro>
209 auto Macro = std::make_unique<DWARFDebugMacro>(); in parseMacroOrMacinfo()
264 std::unique_ptr<DWARFDebugMacro> Macro;
265 std::unique_ptr<DWARFDebugMacro> Macinfo;
274 std::unique_ptr<DWARFDebugMacro> MacinfoDWO;
275 std::unique_ptr<DWARFDebugMacro> MacroDWO;
488 const DWARFDebugMacro *getDebugMacinfo() override { in getDebugMacinfo()
493 const DWARFDebugMacro *getDebugMacinfoDWO() override { in getDebugMacinfoDWO()
498 const DWARFDebugMacro *getDebugMacro() override { in getDebugMacro()
503 const DWARFDebugMacro *getDebugMacroDWO() override { in getDebugMacroDWO()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFStreamer.cpp
H A DDWARFLinker.cpp
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinkerParallel/
H A DDWARFEmitterImpl.h
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFStreamer.cpp1282 if (const DWARFDebugMacro *Table = Context->getDebugMacinfo()) { in emitMacroTables()
1288 if (const DWARFDebugMacro *Table = Context->getDebugMacro()) { in emitMacroTables()
1294 void DwarfStreamer::emitMacroTableImpl(const DWARFDebugMacro *MacroTable, in emitMacroTableImpl()
1301 for (const DWARFDebugMacro::MacroList &List : MacroTable->MacroLists) { in emitMacroTableImpl()
1339 DWARFDebugMacro::HeaderFlagMask::MACRO_OPCODE_OPERANDS_TABLE) { in emitMacroTableImpl()
1340 Flags &= ~DWARFDebugMacro::HeaderFlagMask::MACRO_OPCODE_OPERANDS_TABLE; in emitMacroTableImpl()
1346 if (Flags & DWARFDebugMacro::HeaderFlagMask::MACRO_DEBUG_LINE_OFFSET) { in emitMacroTableImpl()
1356 Flags &= ~DWARFDebugMacro::HeaderFlagMask::MACRO_DEBUG_LINE_OFFSET; in emitMacroTableImpl()
1373 for (const DWARFDebugMacro::Entry &MacroEntry : List.Macros) { in emitMacroTableImpl()
H A DDWARFLinker.cpp1419 const llvm::DWARFDebugMacro *Macro = File.Dwarf->getDebugMacinfo(); in cloneScalarAttribute()
1427 const llvm::DWARFDebugMacro *Macro = File.Dwarf->getDebugMacro(); in cloneScalarAttribute()
/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/
H A DDWARFStreamer.h
/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/
H A DDWARFStreamer.h27 class DWARFDebugMacro; variable
223 void emitMacroTableImpl(const DWARFDebugMacro *MacroTable,
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerCompileUnit.cpp904 if (const DWARFDebugMacro *Table = in cloneAndEmitDebugMacro()
913 if (const DWARFDebugMacro *Table = in cloneAndEmitDebugMacro()
922 void CompileUnit::emitMacroTableImpl(const DWARFDebugMacro *MacroTable, in emitMacroTableImpl()
934 for (const DWARFDebugMacro::MacroList &List : MacroTable->MacroLists) { in emitMacroTableImpl()
945 DWARFDebugMacro::HeaderFlagMask::MACRO_OPCODE_OPERANDS_TABLE) { in emitMacroTableImpl()
947 ~DWARFDebugMacro::HeaderFlagMask::MACRO_OPCODE_OPERANDS_TABLE; in emitMacroTableImpl()
953 if (Flags & DWARFDebugMacro::HeaderFlagMask::MACRO_DEBUG_LINE_OFFSET) { in emitMacroTableImpl()
963 Flags &= ~DWARFDebugMacro::HeaderFlagMask::MACRO_DEBUG_LINE_OFFSET; in emitMacroTableImpl()
983 for (const DWARFDebugMacro::Entry &MacroEntry : List.Macros) { in emitMacroTableImpl()
/freebsd/lib/clang/liblldb/
H A DMakefile580 SRCS+= Plugins/SymbolFile/DWARF/DWARFDebugMacro.cpp
/freebsd/lib/clang/libllvm/
H A DMakefile580 SRCS_MIN+= DebugInfo/DWARF/DWARFDebugMacro.cpp