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

/freebsd-10.2-release/contrib/llvm/lib/DebugInfo/
H A DDWARFContext.h156 virtual StringRef getAbbrevDWOSection() = 0;
228 virtual StringRef getAbbrevDWOSection() { return AbbrevDWOSection; } function in class:llvm::DWARFContextInMemory
H A DDWARFContext.cpp212 DataExtractor abbrData(getAbbrevDWOSection(), isLittleEndian(), 0);
325 getDebugAbbrevDWO(), getInfoDWOSection().Data, getAbbrevDWOSection(),

Completed in 44 milliseconds