Home
last modified time | relevance | path

Searched refs:getDebugInfoExtractor (Results 1 – 6 of 6) 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/llvm/include/llvm/DebugInfo/DWARF/
DDWARFUnit.h173 DataExtractor getDebugInfoExtractor() const { in getDebugInfoExtractor() function
/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()