Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/DebugInfo/
DDWARFDebugInfoEntry.cpp25 DataExtractor debug_info_data = cu->getDebugInfoExtractor(); in dump()
88 if (!formValue.extractValue(cu->getDebugInfoExtractor(), offset_ptr, cu)) in dumpAttribute()
101 DataExtractor debug_info_data = cu->getDebugInfoExtractor(); in extractFast()
213 DataExtractor debug_info_data = cu->getDebugInfoExtractor(); in extract()
353 DataExtractor debug_info_data = cu->getDebugInfoExtractor(); in getAttributeValue()
DDWARFCompileUnit.h39 DataExtractor getDebugInfoExtractor() const;
DDWARFCompileUnit.cpp19 DataExtractor DWARFCompileUnit::getDebugInfoExtractor() const { in getDebugInfoExtractor() function in DWARFCompileUnit
/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-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFDebugInfoEntry.cpp24 DWARFDataExtractor DebugInfoData = U.getDebugInfoExtractor(); in extractFast()
DDWARFDie.cpp204 if (!formValue.extractValue(U->getDebugInfoExtractor(), OffsetPtr, in dumpAttribute()
486 DWARFDataExtractor debug_info_data = U->getDebugInfoExtractor(); in dump()
608 bool b = AttrValue.Value.extractValue(U->getDebugInfoExtractor(), in updateForIndex()
DDWARFAbbreviationDeclaration.cpp158 auto DebugInfoData = U.getDebugInfoExtractor(); in getAttributeValue()
DDWARFUnit.cpp66 DWARFDataExtractor DWARFUnit::getDebugInfoExtractor() const { in getDebugInfoExtractor() function in DWARFUnit
218 DWARFDataExtractor DebugInfoData = getDebugInfoExtractor(); in extractDIEsToVector()
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFUnit.h173 DataExtractor getDebugInfoExtractor() const { in getDebugInfoExtractor() function
/external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/
Ddwarf2yaml.cpp127 DataExtractor EntryData = CU->getDebugInfoExtractor(); in dumpDebugInfo()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFUnit.h368 DWARFDataExtractor getDebugInfoExtractor() const;
/external/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/
DDwarfLinker.cpp519 DataExtractor Data = Unit.getDebugInfoExtractor(); in getAttributeOffsets()
700 DWARFDataExtractor Data = Unit.getDebugInfoExtractor(); in keepDIEAndDependencies()
1403 DWARFDataExtractor Data = U.getDebugInfoExtractor(); in cloneDIE()
/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()