Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFObject.h67 virtual StringRef getStrDWOSection() const { return ""; } in getStrDWOSection() function
H A DDWARFContext.h333 return DataExtractor(DObj->getStrDWOSection(), false, 0); in getStringDWOExtractor()
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp579 DObj->getStrDWOSection())) in dump()
580 DumpStrSection(DObj->getStrDWOSection()); in dump()
668 DObj->getStrDWOSection(), dwo_units(), in dump()
1873 StringRef getStrDWOSection() const override { return StrDWOSection; } in getStrDWOSection() function in __anond6a2cae20f11::DWARFObjInMemory
H A DDWARFUnit.cpp52 &D.getLocDWOSection(), D.getStrDWOSection(), in addUnitsForDWOSection()