Home
last modified time | relevance | path

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

/external/llvm/lib/DebugInfo/
DDWARFContext.h174 virtual const Section &getInfoSection() = 0;
251 const Section &getInfoSection() override { return InfoSection; } in getInfoSection() function
DDWARFContext.cpp318 const DataExtractor &DIData = DataExtractor(getInfoSection().Data, in parseCompileUnits()
322 getDebugAbbrev(), getInfoSection().Data, getRangeSection(), in parseCompileUnits()
324 &getInfoSection().Relocs, isLittleEndian())); in parseCompileUnits()