Home
last modified time | relevance | path

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

/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFContext.h263 StringRef AbbrevDWOSection; variable
309 StringRef getAbbrevDWOSection() override { return AbbrevDWOSection; } in getAbbrevDWOSection()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp1273 StringRef AbbrevDWOSection; member in __anonddd817f10c11::DWARFObjInMemory
1299 .Case("debug_abbrev.dwo", &AbbrevDWOSection) in mapSectionToMember()
1500 StringRef getAbbrevDWOSection() const override { return AbbrevDWOSection; } in getAbbrevDWOSection()
/external/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp708 .Case("debug_abbrev.dwo", &AbbrevDWOSection) in DWARFContextInMemory()