Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/DebugInfo/
DDWARFContext.h90 StringRef AbbrevSection; variable
103 AbbrevSection(abbrevSection), in DWARFContextInMemory()
110 virtual StringRef getAbbrevSection() { return AbbrevSection; } in getAbbrevSection()
/external/llvm/tools/llvm-dwp/
Dllvm-dwp.cpp392 StringRef &AbbrevSection, StringRef &CurCUIndexSection, in handleSection() argument
430 AbbrevSection = Contents; in handleSection()
509 StringRef AbbrevSection; in write() local
519 AbbrevSection, CurCUIndexSection, CurTUIndexSection)) in write()
530 AbbrevSection, InfoSection, CurStrOffsetSection, CurStrSection); in write()
555 getSubsection(AbbrevSection, E, DW_SECT_ABBREV), in write()
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFContext.h246 StringRef AbbrevSection; variable
286 StringRef getAbbrevSection() override { return AbbrevSection; } in getAbbrevSection()
/external/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp694 .Case("debug_abbrev", &AbbrevSection) in DWARFContextInMemory()