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

/freebsd-10.3-release/contrib/llvm/lib/DebugInfo/
H A DDWARFContext.h140 virtual const Section &getInfoSection() = 0;
210 virtual const Section &getInfoSection() { return InfoSection; } function in class:llvm::DWARFContextInMemory
H A DDWARFContext.cpp282 const DataExtractor &DIData = DataExtractor(getInfoSection().Data,
286 getDebugAbbrev(), getInfoSection().Data, getAbbrevSection(),
288 &getInfoSection().Relocs, isLittleEndian()));

Completed in 105 milliseconds