Home
last modified time | relevance | path

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

/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFContext.h254 StringRef MacinfoSection; variable
294 StringRef getMacinfoSection() override { return MacinfoSection; } in getMacinfoSection()
/external/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp702 .Case("debug_macinfo", &MacinfoSection) in DWARFContextInMemory()