Home
last modified time | relevance | path

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

/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFContext.h254 StringRef MacinfoSection; variable
294 StringRef getMacinfoSection() override { return MacinfoSection; } in getMacinfoSection()
/external/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
DDWARFContext.h112 MacinfoSection, enumerator
/external/llvm-project/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp280 case MacinfoSection: { in parseMacroOrMacinfo()
873 Macinfo = parseMacroOrMacinfo(MacinfoSection); in getDebugMacinfo()
1570 StringRef MacinfoSection; member in __anonbdce32250f11::DWARFObjInMemory
1591 .Case("debug_macinfo", &MacinfoSection) in mapSectionToMember()
1914 StringRef getMacinfoSection() const override { return MacinfoSection; } in getMacinfoSection()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp1503 StringRef MacinfoSection; member in __anonc7c59b990d11::DWARFObjInMemory
1523 .Case("debug_macinfo", &MacinfoSection) in mapSectionToMember()
1850 StringRef getMacinfoSection() const override { return MacinfoSection; } in getMacinfoSection()
/external/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp702 .Case("debug_macinfo", &MacinfoSection) in DWARFContextInMemory()