Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFObject.h67 virtual StringRef getStrDWOSection() const { return ""; } in getStrDWOSection() function
H A DDWARFContext.h344 return DataExtractor(DObj->getStrDWOSection(), false, 0); in getStringDWOExtractor()
/llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp585 DObj->getStrDWOSection())) in dump()
586 DumpStrSection(DObj->getStrDWOSection()); in dump()
674 DObj->getStrDWOSection(), dwo_units(), in dump()
1903 StringRef getStrDWOSection() const override { return StrDWOSection; } in getStrDWOSection() function in __anon445fd25e0f11::DWARFObjInMemory
H A DDWARFUnit.cpp59 &D.getLocDWOSection(), D.getStrDWOSection(), in addUnitsForDWOSection()