Home
last modified time | relevance | path

Searched refs:DWARFAbbreviationDeclaration (Results 1 – 7 of 7) sorted by relevance

/external/llvm/lib/DebugInfo/
DDWARFAbbreviationDeclaration.cpp18 DWARFAbbreviationDeclaration::extract(DataExtractor data, uint32_t* offset_ptr){ in extract()
23 DWARFAbbreviationDeclaration::extract(DataExtractor data, uint32_t* offset_ptr, in extract()
50 void DWARFAbbreviationDeclaration::dump(raw_ostream &OS) const { in dump()
77 DWARFAbbreviationDeclaration::findAttributeIndex(uint16_t attr) const { in findAttributeIndex()
DDWARFDebugAbbrev.h20 typedef std::vector<DWARFAbbreviationDeclaration>
30 std::vector<DWARFAbbreviationDeclaration> Decls;
46 const DWARFAbbreviationDeclaration *
DDWARFAbbreviationDeclaration.h21 class DWARFAbbreviationDeclaration {
28 DWARFAbbreviationDeclaration() in DWARFAbbreviationDeclaration() function
DDWARFDebugAbbrev.cpp20 DWARFAbbreviationDeclaration abbrevDeclaration; in extract()
40 const DWARFAbbreviationDeclaration*
DDWARFDebugInfoEntry.h37 const DWARFAbbreviationDeclaration *AbbrevDecl;
114 const DWARFAbbreviationDeclaration *getAbbreviationDeclarationPtr() const { in getAbbreviationDeclarationPtr()
DCMakeLists.txt3 DWARFAbbreviationDeclaration.cpp
DDWARFCompileUnit.cpp128 const DWARFAbbreviationDeclaration *curr_die_abbrev = in setDIERelations()
191 const DWARFAbbreviationDeclaration *abbrDecl = in extractDIEsIfNeeded()