Searched refs:getAbbreviations (Results 1 – 14 of 14) sorted by relevance
/external/llvm/lib/DebugInfo/DWARF/ |
D | DWARFCompileUnit.cpp | 20 << " abbr_offset = " << format("0x%04x", getAbbreviations()->getOffset()) in dump()
|
D | DWARFTypeUnit.cpp | 29 << " abbr_offset = " << format("0x%04x", getAbbreviations()->getOffset()) in dump()
|
D | DWARFDebugInfoEntry.cpp | 197 AbbrevDecl = U->getAbbreviations()->getAbbreviationDeclaration(AbbrCode); in extractFast()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/ |
D | DWARFCompileUnit.cpp | 24 OS << " abbr_offset = " << format("0x%04x", getAbbreviations()->getOffset()) in dump()
|
D | DWARFTypeUnit.cpp | 37 OS << " abbr_offset = " << format("0x%04x", getAbbreviations()->getOffset()) in dump()
|
D | DWARFDebugInfoEntry.cpp | 42 AbbrevDecl = U.getAbbreviations()->getAbbreviationDeclaration(AbbrCode); in extractFast()
|
D | DWARFUnit.cpp | 634 const DWARFAbbreviationDeclarationSet *DWARFUnit::getAbbreviations() const { in getAbbreviations() function in DWARFUnit
|
/external/swiftshader/third_party/LLVM/lib/DebugInfo/ |
D | DWARFCompileUnit.h | 63 const DWARFAbbreviationDeclarationSet *getAbbreviations() const { in getAbbreviations() function
|
D | DWARFDebugInfoEntry.cpp | 109 AbbrevDecl = cu->getAbbreviations()->getAbbreviationDeclaration(abbrCode); in extractFast() 223 AbbrevDecl = cu->getAbbreviations()->getAbbreviationDeclaration(abbrCode); in extract()
|
/external/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFUnit.h | 194 const DWARFAbbreviationDeclarationSet *getAbbreviations() const { in getAbbreviations() function
|
/external/cldr/tools/java/org/unicode/cldr/tool/ |
D | Misc.java | 842 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/ |
D | dwarf2yaml.cpp | 123 NewUnit.AbbrOffset = CU->getAbbreviations()->getOffset(); in dumpDebugInfo()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFUnit.h | 397 const DWARFAbbreviationDeclarationSet *getAbbreviations() const;
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/DWARF/ |
D | DWARFDebugInfoTest.cpp | 1671 const auto *Abbrevs = U->getAbbreviations(); in TEST()
|