Searched refs:getInfoSection (Results 1 – 8 of 8) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/DebugInfo/ |
D | DWARFContext.h | 73 virtual StringRef getInfoSection() = 0; 109 virtual StringRef getInfoSection() { return InfoSection; } in getInfoSection() function
|
D | DWARFCompileUnit.cpp | 20 return DataExtractor(Context.getInfoSection(), in getDebugInfoExtractor()
|
D | DWARFContext.cpp | 104 const DataExtractor &debug_info_data = DataExtractor(getInfoSection(), in parseCompileUnits()
|
/external/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFContext.h | 190 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/ |
D | DWARFObject.h | 36 virtual const DWARFSection &getInfoSection() const { return Dummy; } in getInfoSection() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/ |
D | DWARFVerifier.cpp | 259 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()
|
D | DWARFContext.cpp | 354 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/ |
D | DWARFContext.cpp | 417 CUs.parse(*this, getInfoSection()); in parseCompileUnits()
|