Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-dwp/
Dllvm-dwp.cpp271 StringRef AbbrevSection; in write() local
300 AbbrevSection = Contents; in write()
320 assert(!AbbrevSection.empty()); in write()
322 CurEntry.Signature = getCUSignature(AbbrevSection, InfoSection); in write()
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFContext.h241 StringRef AbbrevSection; variable
280 StringRef getAbbrevSection() override { return AbbrevSection; } in getAbbrevSection()
/external/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp639 .Case("debug_abbrev", &AbbrevSection) in DWARFContextInMemory()