Searched refs:getStringSection (Results 1 – 4 of 4) sorted by relevance
/external/llvm/lib/DebugInfo/ |
D | DWARFContext.h | 185 virtual StringRef getStringSection() = 0; 260 StringRef getStringSection() override { return StringSection; } in getStringSection() function
|
D | DWARFUnit.h | 72 StringRef getStringSection() const { return StringSection; } in getStringSection() function
|
D | DWARFContext.cpp | 156 DataExtractor strData(getStringSection(), isLittleEndian(), 0); in dump() 323 getStringSection(), StringRef(), getAddrSection(), in parseCompileUnits() 343 getStringSection(), StringRef(), getAddrSection(), in parseTypeUnits()
|
D | DWARFFormValue.cpp | 363 DataExtractor debug_str_data(cu->getStringSection(), true, 0); in dump()
|