Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/DebugInfo/
DDWARFContext.h73 virtual StringRef getInfoSection() = 0;
109 virtual StringRef getInfoSection() { return InfoSection; } in getInfoSection() function
DDWARFContext.cpp104 const DataExtractor &debug_info_data = DataExtractor(getInfoSection(), in parseCompileUnits()
DDWARFCompileUnit.cpp20 return DataExtractor(Context.getInfoSection(), in getDebugInfoExtractor()
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFContext.h190 virtual const DWARFSection &getInfoSection() = 0;
284 const DWARFSection &getInfoSection() override { return InfoSection; } in getInfoSection() function
/external/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp417 CUs.parse(*this, getInfoSection()); in parseCompileUnits()