/external/llvm/test/MC/ELF/ |
compression.s | 84 .long .Lsection_abbrev # Offset Into Abbrev. Section 86 .byte 1 # Abbrev [1] DW_TAG_compile_unit
|
/external/ltp/testcases/kernel/device-drivers/v4l/user_space/doc/spec/ |
x7561.htm | 84 CLASS="ABBREV" 90 CLASS="ABBREV"
|
r10211.htm | 373 CLASS="ABBREV" 383 CLASS="ABBREV" 405 CLASS="ABBREV"
|
/external/strace/ |
btrfs.c | 315 if (abbrev(tcp)) { 353 if (abbrev(tcp)) { 396 if (abbrev(tcp)) { 428 !abbrev(tcp)) { 434 !abbrev(tcp)) { 457 if (abbrev(tcp)) 1202 if (abbrev(tcp)) 1249 if (abbrev(tcp)) [all...] |
/external/swiftshader/third_party/subzero/pnacl-llvm/ |
NaClBitcodeParser.cpp | 73 ProcessAbbreviation(NaClBitCodeAbbrev *Abbrev, bool IsLocal) { 80 Abbrev, IsLocal);
|
/art/compiler/debug/dwarf/ |
dwarf_test.cc | 292 DW_CHECK("Abbrev Number: 1 (DW_TAG_compile_unit)"); 300 DW_CHECK("Abbrev Number: 2 (DW_TAG_subprogram)"); 309 DW_CHECK("Abbrev Number: 2 (DW_TAG_subprogram)"); 322 // The abbrev table is just side product, but check it as well. 323 DW_CHECK("Abbrev Number: 3 (DW_TAG_compile_unit)");
|
/external/llvm/tools/dsymutil/ |
DwarfLinker.cpp | [all...] |
/external/llvm/tools/llvm-dwp/ |
llvm-dwp.cpp | 92 static uint32_t getCUAbbrev(StringRef Abbrev, uint64_t AbbrCode) { 95 DataExtractor AbbrevData(Abbrev, true, 0); 130 static Expected<CompileUnitIdentifiers> getCUIdentifiers(StringRef Abbrev, 138 InfoData.getU32(&Offset); // Abbrev offset (should be zero) 143 DataExtractor AbbrevData(Abbrev, true, 0); 144 uint32_t AbbrevOffset = getCUAbbrev(Abbrev, AbbrCode); 249 Data.getU32(&Offset); // Abbrev offset
|
/external/swiftshader/third_party/LLVM/include/llvm/Bitcode/ |
BitstreamReader.h | 71 // Free blockinfo abbrev info. 225 /// GetAbbrevIDWidth - Return the number of bits used to encode an abbrev #. 451 // If the abbrev specifies the literal value to use, use it. 478 assert(AbbrevNo < CurAbbrevs.size() && "Invalid abbrev #!"); 553 // Abbrev Processing 598 // Read abbrev records, associate them with CurBID. 603 // ReadAbbrevRecord installs the abbrev in CurAbbrevs. Move it to the
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/ |
DIE.cpp | 120 Abbrev.AddFirstAttribute(dwarf::DW_AT_sibling, dwarf::DW_FORM_ref4); 128 bool isBlock = Abbrev.getTag() == 0; 138 << dwarf::TagString(Abbrev.getTag()) 140 << dwarf::ChildrenString(Abbrev.getChildrenFlag()) << "\n"; 145 const SmallVector<DIEAbbrevData, 8> &Data = Abbrev.getData(); 326 const SmallVector<DIEAbbrevData, 8> &AbbrevData = Abbrev.getData(); 345 const SmallVector<DIEAbbrevData, 8> &AbbrevData = Abbrev.getData();
|
/external/caliper/caliper/src/main/java/com/google/caliper/util/ |
ShortDuration.java | 72 String abbrev = matcher.group(2); local 73 TimeUnit unit = ABBREV_TO_UNIT.get(abbrev); 74 checkArgument(unit != null, "Unrecognized time unit: %s", abbrev);
|
/external/elfutils/tests/ |
show-die-info.c | 334 Dwarf_Off abbrev; local 337 while (dwarf_nextcu (dbg, off, &off, &hsize, &abbrev, &addresssize, 343 (unsigned long long int) abbrev, addresssize,
|
/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/DebugInfo/DWARF/ |
DWARFVerifier.h | 109 /// \param Abbrev Pointer to the abbreviations section we are verifying 110 /// Abbrev can be a pointer to either .debug_abbrev or debug_abbrev.dwo. 113 unsigned verifyAbbrevSection(const DWARFDebugAbbrev *Abbrev);
|
/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/DebugInfo/DWARF/ |
DWARFVerifier.h | 109 /// \param Abbrev Pointer to the abbreviations section we are verifying 110 /// Abbrev can be a pointer to either .debug_abbrev or debug_abbrev.dwo. 113 unsigned verifyAbbrevSection(const DWARFDebugAbbrev *Abbrev);
|
/prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/DebugInfo/DWARF/ |
DWARFVerifier.h | 109 /// \param Abbrev Pointer to the abbreviations section we are verifying 110 /// Abbrev can be a pointer to either .debug_abbrev or debug_abbrev.dwo. 113 unsigned verifyAbbrevSection(const DWARFDebugAbbrev *Abbrev);
|
/prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/DebugInfo/DWARF/ |
DWARFVerifier.h | 109 /// \param Abbrev Pointer to the abbreviations section we are verifying 110 /// Abbrev can be a pointer to either .debug_abbrev or debug_abbrev.dwo. 113 unsigned verifyAbbrevSection(const DWARFDebugAbbrev *Abbrev);
|
/prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/DebugInfo/DWARF/ |
DWARFVerifier.h | 109 /// \param Abbrev Pointer to the abbreviations section we are verifying 110 /// Abbrev can be a pointer to either .debug_abbrev or debug_abbrev.dwo. 113 unsigned verifyAbbrevSection(const DWARFDebugAbbrev *Abbrev);
|
/prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/DebugInfo/DWARF/ |
DWARFVerifier.h | 109 /// \param Abbrev Pointer to the abbreviations section we are verifying 110 /// Abbrev can be a pointer to either .debug_abbrev or debug_abbrev.dwo. 113 unsigned verifyAbbrevSection(const DWARFDebugAbbrev *Abbrev);
|
/prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/DebugInfo/DWARF/ |
DWARFVerifier.h | 109 /// \param Abbrev Pointer to the abbreviations section we are verifying 110 /// Abbrev can be a pointer to either .debug_abbrev or debug_abbrev.dwo. 113 unsigned verifyAbbrevSection(const DWARFDebugAbbrev *Abbrev);
|
/prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/DebugInfo/DWARF/ |
DWARFVerifier.h | 109 /// \param Abbrev Pointer to the abbreviations section we are verifying 110 /// Abbrev can be a pointer to either .debug_abbrev or debug_abbrev.dwo. 113 unsigned verifyAbbrevSection(const DWARFDebugAbbrev *Abbrev);
|
/prebuilts/go/darwin-x86/src/debug/pe/ |
file.go | 223 var names = [...]string{"abbrev", "info", "line", "ranges", "str"} 241 abbrev, info, line, ranges, str := dat[0], dat[1], dat[2], dat[3], dat[4] 242 return dwarf.New(abbrev, nil, nil, info, line, nil, ranges, str)
|
/prebuilts/go/darwin-x86/src/time/ |
zoneinfo_windows.go | 94 // abbrev returns the abbreviations to use for the given zone z. 95 func abbrev(z *syscall.Timezoneinformation) (std, dst string) { func 153 stdname, dstname := abbrev(i)
|
/prebuilts/go/linux-x86/src/debug/pe/ |
file.go | 223 var names = [...]string{"abbrev", "info", "line", "ranges", "str"} 241 abbrev, info, line, ranges, str := dat[0], dat[1], dat[2], dat[3], dat[4] 242 return dwarf.New(abbrev, nil, nil, info, line, nil, ranges, str)
|
/prebuilts/go/linux-x86/src/time/ |
zoneinfo_windows.go | 94 // abbrev returns the abbreviations to use for the given zone z. 95 func abbrev(z *syscall.Timezoneinformation) (std, dst string) { func 153 stdname, dstname := abbrev(i)
|
/external/google-breakpad/src/common/dwarf/ |
dwarf2reader.cc | 61 // Each abbrev consists of a abbreviation number, a tag, a byte 80 abbrevs_ = new std::vector<Abbrev>; 94 CompilationUnit::Abbrev abbrev; local 100 abbrev.number = number; 106 abbrev.tag = static_cast<enum DwarfTag>(tag); 109 abbrev.has_children = reader_->ReadOneByte(abbrevptr); 127 abbrev.attributes.push_back(std::make_pair(name, form)); 129 assert(abbrev.number == abbrevs_->size()); 130 abbrevs_->push_back(abbrev); 502 const Abbrev& abbrev = abbrevs_->at(static_cast<size_t>(abbrev_num)); local [all...] |