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

/freebsd-10.2-release/contrib/llvm/lib/DebugInfo/
H A DDWARFContext.h142 virtual StringRef getAbbrevSection() = 0;
214 virtual StringRef getAbbrevSection() { return AbbrevSection; } function in class:llvm::DWARFContextInMemory
H A DDWARFContext.cpp201 DataExtractor abbrData(getAbbrevSection(), isLittleEndian(), 0);
286 getDebugAbbrev(), getInfoSection().Data, getAbbrevSection(),
308 getDebugAbbrev(), I->second.Data, getAbbrevSection(),

Completed in 46 milliseconds