Home
last modified time | relevance | path

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

/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFContext.h254 StringRef MacinfoSection; variable
294 StringRef getMacinfoSection() override { return MacinfoSection; } in getMacinfoSection()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp1269 StringRef MacinfoSection; member in __anonddd817f10c11::DWARFObjInMemory
1294 .Case("debug_macinfo", &MacinfoSection) in mapSectionToMember()
1549 StringRef getMacinfoSection() const override { return MacinfoSection; } in getMacinfoSection()
/external/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp702 .Case("debug_macinfo", &MacinfoSection) in DWARFContextInMemory()