Home
last modified time | relevance | path

Searched refs:getDebugInfoExtractor (Results 1 – 9 of 9) sorted by relevance

/external/llvm/lib/DebugInfo/DWARF/
DDWARFDebugInfoEntry.cpp39 DataExtractor debug_info_data = u->getDebugInfoExtractor(); in dump()
133 if (!formValue.extractValue(u->getDebugInfoExtractor(), offset_ptr, u)) in dumpAttribute()
187 DataExtractor DebugInfoData = U->getDebugInfoExtractor(); in extractFast()
243 DataExtractor DebugInfoData = U->getDebugInfoExtractor(); in getAttributeValue()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFDebugInfoEntry.cpp23 DWARFDataExtractor DebugInfoData = U.getDebugInfoExtractor(); in extractFast()
DDWARFAbbreviationDeclaration.cpp157 auto DebugInfoData = U.getDebugInfoExtractor(); in getAttributeValue()
DDWARFUnit.cpp214 DWARFDataExtractor DWARFUnit::getDebugInfoExtractor() const { in getDebugInfoExtractor() function in DWARFUnit
391 DWARFDataExtractor DebugInfoData = getDebugInfoExtractor(); in extractDIEsToVector()
DDWARFFormValue.cpp103 FormValue.extractValue(U->getDebugInfoExtractor(), OffsetPtr, in createFromUnit()
DDWARFDie.cpp573 DWARFDataExtractor debug_info_data = U->getDebugInfoExtractor(); in dump()
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFUnit.h173 DataExtractor getDebugInfoExtractor() const { in getDebugInfoExtractor() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFUnit.h324 DWARFDataExtractor getDebugInfoExtractor() const;
/external/llvm/tools/dsymutil/
DDwarfLinker.cpp2065 DataExtractor Data = Unit.getDebugInfoExtractor(); in getAttributeOffsets()
2221 DataExtractor Data = Unit.getDebugInfoExtractor(); in keepDIEAndDependencies()
2735 DataExtractor Data = U.getDebugInfoExtractor(); in cloneDIE()