Searched refs:getStringDWOSection (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.3-release/contrib/llvm/lib/DebugInfo/
H A DDWARFContext.h157 virtual StringRef getStringDWOSection() = 0;
229 virtual StringRef getStringDWOSection() { return StringDWOSection; } function in class:llvm::DWARFContextInMemory
H A DDWARFContext.cpp173 if (!getStringDWOSection().empty()) {
175 DataExtractor strDWOData(getStringDWOSection(), isLittleEndian(), 0);
326 getRangeDWOSection(), getStringDWOSection(),

Completed in 44 milliseconds