Home
last modified time | relevance | path

Searched refs:getInfoSection (Results 1 – 8 of 8) 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
DDWARFCompileUnit.cpp20 return DataExtractor(Context.getInfoSection(), in getDebugInfoExtractor()
DDWARFContext.cpp104 const DataExtractor &debug_info_data = DataExtractor(getInfoSection(), in parseCompileUnits()
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFContext.h190 virtual const DWARFSection &getInfoSection() = 0;
284 const DWARFSection &getInfoSection() override { return InfoSection; } in getInfoSection() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFObject.h36 virtual const DWARFSection &getInfoSection() const { return Dummy; } in getInfoSection() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFVerifier.cpp259 DWARFDataExtractor DebugInfoData(DObj, DObj.getInfoSection(), in handleDebugInfo()
284 DCtx, DObj.getInfoSection(), Header, DCtx.getDebugAbbrev(), in handleDebugInfo()
298 DCtx, DObj.getInfoSection(), Header, DCtx.getDebugAbbrev(), in handleDebugInfo()
488 if (*RefVal >= DObj.getInfoSection().Data.size()) { in verifyDebugInfoForm()
DDWARFContext.cpp354 dumpDebugInfo(Explicit, ".debug_info", DObj->getInfoSection(), in dump()
847 CUs.parse(*this, DObj->getInfoSection()); in parseCompileUnits()
1576 const DWARFSection &getInfoSection() const override { return InfoSection; } in getInfoSection() function in __anon81815f480c11::DWARFObjInMemory
/external/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp417 CUs.parse(*this, getInfoSection()); in parseCompileUnits()