Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFContext.h62 MacinfoSection, enumerator
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp225 case MacinfoSection: { in parseMacroOrMacinfo()
490 Macinfo = parseMacroOrMacinfo(MacinfoSection); in getDebugMacinfo()
2056 StringRef MacinfoSection; member in __anonfc0a132e1211::DWARFObjInMemory
2077 .Case("debug_macinfo", &MacinfoSection) in mapSectionToMember()
2399 StringRef getMacinfoSection() const override { return MacinfoSection; } in getMacinfoSection()