Home
last modified time | relevance | path

Searched refs:getAbbreviations (Results 1 – 14 of 14) sorted by relevance

/external/llvm/lib/DebugInfo/DWARF/
DDWARFCompileUnit.cpp20 << " abbr_offset = " << format("0x%04x", getAbbreviations()->getOffset()) in dump()
DDWARFTypeUnit.cpp29 << " abbr_offset = " << format("0x%04x", getAbbreviations()->getOffset()) in dump()
DDWARFDebugInfoEntry.cpp197 AbbrevDecl = U->getAbbreviations()->getAbbreviationDeclaration(AbbrCode); in extractFast()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFCompileUnit.cpp24 OS << " abbr_offset = " << format("0x%04x", getAbbreviations()->getOffset()) in dump()
DDWARFTypeUnit.cpp37 OS << " abbr_offset = " << format("0x%04x", getAbbreviations()->getOffset()) in dump()
DDWARFDebugInfoEntry.cpp42 AbbrevDecl = U.getAbbreviations()->getAbbreviationDeclaration(AbbrCode); in extractFast()
DDWARFUnit.cpp634 const DWARFAbbreviationDeclarationSet *DWARFUnit::getAbbreviations() const { in getAbbreviations() function in DWARFUnit
/external/swiftshader/third_party/LLVM/lib/DebugInfo/
DDWARFCompileUnit.h63 const DWARFAbbreviationDeclarationSet *getAbbreviations() const { in getAbbreviations() function
DDWARFDebugInfoEntry.cpp109 AbbrevDecl = cu->getAbbreviations()->getAbbreviationDeclaration(abbrCode); in extractFast()
223 AbbrevDecl = cu->getAbbreviations()->getAbbreviationDeclaration(abbrCode); in extract()
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFUnit.h194 const DWARFAbbreviationDeclarationSet *getAbbreviations() const { in getAbbreviations() function
/external/cldr/tools/java/org/unicode/cldr/tool/
DMisc.java842 Set<String> abb = getAbbreviations(ruleID_Rules, lastZoneLine, zoneLine); in getZoneData()
847 abb = getAbbreviations(ruleID_Rules, lastZoneLine, zoneLine); in getZoneData()
903 …private static Set<String> getAbbreviations(Map<String, List<RuleLine>> rules, ZoneLine lastZoneLi… in getAbbreviations() method in Misc
/external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/
Ddwarf2yaml.cpp123 NewUnit.AbbrOffset = CU->getAbbreviations()->getOffset(); in dumpDebugInfo()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFUnit.h397 const DWARFAbbreviationDeclarationSet *getAbbreviations() const;
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/DWARF/
DDWARFDebugInfoTest.cpp1671 const auto *Abbrevs = U->getAbbreviations(); in TEST()