Home
last modified time | relevance | path

Searched refs:AbbrevDWOSection (Results 1 – 4 of 4) 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-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp1505 StringRef AbbrevDWOSection; member in __anonb929a5320d11::DWARFObjInMemory
1525 .Case("debug_abbrev.dwo", &AbbrevDWOSection) in mapSectionToMember()
1791 StringRef getAbbrevDWOSection() const override { return AbbrevDWOSection; } in getAbbrevDWOSection()
/external/llvm-project/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp1573 StringRef AbbrevDWOSection; member in __anon7fa3c61e0f11::DWARFObjInMemory
1594 .Case("debug_abbrev.dwo", &AbbrevDWOSection) in mapSectionToMember()
1853 StringRef getAbbrevDWOSection() const override { return AbbrevDWOSection; } in getAbbrevDWOSection()
/external/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp708 .Case("debug_abbrev.dwo", &AbbrevDWOSection) in DWARFContextInMemory()