Home
last modified time | relevance | path

Searched refs:getStrDWOSection (Results 1 – 7 of 7) sorted by relevance

/external/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
DDWARFObject.h67 virtual StringRef getStrDWOSection() const { return ""; } in getStrDWOSection() function
DDWARFContext.h333 return DataExtractor(DObj->getStrDWOSection(), false, 0); in getStringDWOExtractor()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFObject.h65 virtual StringRef getStrDWOSection() const { return ""; } in getStrDWOSection() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp520 DObj->getStrDWOSection())) { in dump()
521 DataExtractor strDWOData(DObj->getStrDWOSection(), isLittleEndian(), 0); in dump()
619 DObj->getStrDWOSection(), dwo_units(), in dump()
1798 StringRef getStrDWOSection() const override { return StrDWOSection; } in getStrDWOSection() function in __anonc7c59b990d11::DWARFObjInMemory
DDWARFUnit.cpp53 &D.getLocDWOSection(), D.getStrDWOSection(), in addUnitsForDWOSection()
/external/llvm-project/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp579 DObj->getStrDWOSection())) in dump()
580 DumpStrSection(DObj->getStrDWOSection()); in dump()
668 DObj->getStrDWOSection(), dwo_units(), in dump()
1860 StringRef getStrDWOSection() const override { return StrDWOSection; } in getStrDWOSection() function in __anonbdce32250f11::DWARFObjInMemory
DDWARFUnit.cpp52 &D.getLocDWOSection(), D.getStrDWOSection(), in addUnitsForDWOSection()