HomeSort by relevance Sort by last modified time
    Searched refs:dies (Results 1 - 11 of 11) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/Inputs/
typeunit-header.s 10 # Real type unit dies have quite different attributes of course, but we
  /external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-dwarfdump/X86/Inputs/
typeunit-header.s 10 # Real type unit dies have quite different attributes of course, but we
  /external/u-boot/include/linux/mtd/
onenand.h 43 * @dies: [INTERN][FLEXONENAND] number of dies on chip
44 * @boundary: [INTERN][FLEXONENAND] Boundary of the dies
45 * @diesize: [INTERN][FLEXONENAND] Size of the dies
73 unsigned int dies; member in struct:onenand_chip
  /external/u-boot/drivers/mtd/onenand/
onenand_base.c     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/X86/
dwarfdump-rnglists.s 8 # We use very simplified compile unit dies.
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/
dwarf2yaml.cpp 125 for (auto DIE : CU->dies()) {
  /external/elfutils/src/
readelf.c 7561 Dwarf_Die *dies = (Dwarf_Die *) xmalloc (maxdies * sizeof (Dwarf_Die)); local
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DWARFUnit.h 473 /// address. The pointer is alive as long as parsed compile unit DIEs are not
479 /// chain is valid as long as parsed compile unit DIEs are not cleared.
486 /// Returns the number of DIEs in the unit. Parses the unit
518 /// The unit needs to have its DIEs extracted for this method to work.
539 die_iterator_range dies() { function in class:llvm::DWARFUnit
550 /// extractDIEsIfNeeded - Parses a compile unit and indexes its DIEs if it
551 /// hasn't already been done. Returns the number of DIEs parsed at this call.
554 /// extractDIEsToVector - Appends all parsed DIEs to a vector.
556 std::vector<DWARFDebugInfoEntry> &DIEs) const;
558 /// clearDIEs - Clear parsed DIEs to keep memory usage low
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-dwarfdump/
llvm-dwarfdump.cpp 243 // In -verify mode, print DIEs without children in error messages.
283 /// Print only DIEs that have a certain name.
287 for (const auto &Entry : CU->dies()) {
313 StringRef Name, SmallVectorImpl<DWARFDie> &Dies) {
317 Dies.push_back(Die);
344 StringRef Name, SmallVectorImpl<DWARFDie> &Dies) {
347 Dies.push_back(Die);
351 /// Print only DIEs that have a certain name.
354 SmallVector<DWARFDie, 4> Dies;
356 getDies(DICtx, DICtx.getAppleNames(), Name, Dies);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DWARFVerifier.cpp 360 error() << "DIEs have overlapping address ranges:";
530 << ". Offset is in between DIEs:\n";
572 error() << "two compile unit DIEs, "
    [all...]
  /external/syzkaller/vendor/google.golang.org/api/compute/v0.beta/
compute-gen.go     [all...]

Completed in 2519 milliseconds