Home
last modified time | relevance | path

Searched refs:getStringSection (Results 1 – 2 of 2) sorted by relevance

/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFUnit.h340 StringRef getStringSection() const { return StringSection; } in getStringSection() function
/llvm-project/bolt/lib/Core/
H A DDebugNames.cpp85 StrSection = Unit.getStringSection(); in addUnit()