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

/freebsd-10.3-release/contrib/llvm/lib/DebugInfo/
H A DDWARFContext.h143 virtual const Section &getLocSection() = 0;
215 virtual const Section &getLocSection() { return LocSection; } function in class:llvm::DWARFContextInMemory
H A DDWARFContext.cpp222 DataExtractor LocData(getLocSection().Data, isLittleEndian(), 0);
223 Loc.reset(new DWARFDebugLoc(getLocSection().Relocs));

Completed in 40 milliseconds