Searched refs:AbbrCode (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugInfoEntry.cpp35 uint64_t AbbrCode = DebugInfoData.getULEB128(OffsetPtr);
36 if (0 == AbbrCode) {
42 AbbrevDecl = AbbrevSet->getAbbreviationDeclaration(AbbrCode);
H A DDWARFDebugAbbrev.cpp57 uint32_t AbbrCode) const {
60 if (Decl.getCode() == AbbrCode)
65 if (AbbrCode < FirstAbbrCode || AbbrCode >= FirstAbbrCode + Decls.size())
67 return &Decls[AbbrCode - FirstAbbrCode];
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugAbbrev.h40 getAbbreviationDeclaration(uint32_t AbbrCode) const;
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-dwp/
H A Dllvm-dwp.cpp203 static uint64_t getCUAbbrev(StringRef Abbrev, uint64_t AbbrCode) { argument
206 while (AbbrevData.getULEB128(&Offset) != AbbrCode) {
280 uint32_t AbbrCode = InfoData.getULEB128(&Offset); local
282 uint64_t AbbrevOffset = getCUAbbrev(Abbrev, AbbrCode);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DDWARFEmitter.cpp270 encodeULEB128(Entry.AbbrCode, OS);
271 uint32_t AbbrCode = Entry.AbbrCode;
272 if (AbbrCode == 0 || Entry.Values.empty())
286 if (AbbrCode > AbbrevDecls.size())
291 const DWARFYAML::Abbrev &Abbrev = AbbrevDecls[AbbrCode - 1];
H A DDWARFYAML.cpp196 IO.mapRequired("AbbrCode", Entry.AbbrCode);
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/
H A DDWARFYAML.h99 llvm::yaml::Hex32 AbbrCode; member in struct:llvm::DWARFYAML::Entry
/netbsd-current/external/apache2/llvm/dist/llvm/tools/obj2yaml/
H A Ddwarf2yaml.cpp238 NewEntry.AbbrCode = EntryData.getULEB128(&offset);

Completed in 223 milliseconds