Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFObject.h68 virtual StringRef getStrDWOSection() const { return ""; } in getStrDWOSection() function
H A DDWARFContext.h357 return DataExtractor(DObj->getStrDWOSection(), false, 0); in getStringDWOExtractor()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp1230 DObj->getStrDWOSection())) in dump()
1231 DumpStrSection(DObj->getStrDWOSection()); in dump()
1320 DObj->getStrDWOSection(), dwo_units(), in dump()
2345 StringRef getStrDWOSection() const override { return StrDWOSection; } in getStrDWOSection() function in __anonfc0a132e1211::DWARFObjInMemory
H A DDWARFUnit.cpp59 &D.getLocDWOSection(), D.getStrDWOSection(), in addUnitsForDWOSection()
H A DDWARFVerifier.cpp1906 DObj.getStrOffsetsDWOSection(), DObj.getStrDWOSection()); in handleDebugStrOffsets()