Searched refs:getStringSection (Results 1 – 4 of 4) sorted by relevance
| /trueos/contrib/llvm/lib/DebugInfo/ |
| HD | DWARFContext.h | 147 virtual StringRef getStringSection() = 0; 219 virtual StringRef getStringSection() { return StringSection; } in getStringSection() function
|
| HD | DWARFUnit.h | 73 StringRef getStringSection() const { return StringSection; } in getStringSection() function
|
| HD | DWARFContext.cpp | 118 DataExtractor strData(getStringSection(), isLittleEndian(), 0); in dump() 287 getRangeSection(), getStringSection(), StringRef(), getAddrSection(), in parseCompileUnits() 309 getRangeSection(), getStringSection(), StringRef(), getAddrSection(), in parseTypeUnits()
|
| HD | DWARFFormValue.cpp | 363 DataExtractor debug_str_data(cu->getStringSection(), true, 0); in dump()
|