Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp497 if (auto MacinfoDWO = getDebugMacinfoDWO()) in dump() local
498 MacinfoDWO->dump(OS); in dump()
990 if (!MacinfoDWO) in getDebugMacinfoDWO()
991 MacinfoDWO = parseMacroOrMacinfo(MacinfoDwoSection); in getDebugMacinfoDWO()
992 return MacinfoDWO.get(); in getDebugMacinfoDWO()
/openbsd/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFContext.h69 std::unique_ptr<DWARFDebugMacro> MacinfoDWO; variable