Home
last modified time | relevance | path

Searched refs:AbbrevSection (Results 1 – 6 of 6) 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/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-dwp/
Dllvm-dwp.cpp395 StringRef &AbbrevSection, StringRef &CurCUIndexSection, in handleSection() argument
433 AbbrevSection = Contents; in handleSection()
541 StringRef AbbrevSection; in write() local
551 AbbrevSection, CurCUIndexSection, CurTUIndexSection)) in write()
562 AbbrevSection, InfoSection, CurStrOffsetSection, CurStrSection); in write()
587 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/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp1264 StringRef AbbrevSection; member in __anonddd817f10c11::DWARFObjInMemory
1289 .Case("debug_abbrev", &AbbrevSection) in mapSectionToMember()
1538 StringRef getAbbrevSection() const override { return AbbrevSection; } in getAbbrevSection()
/external/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp694 .Case("debug_abbrev", &AbbrevSection) in DWARFContextInMemory()