HomeSort by relevance Sort by last modified time
    Searched refs:DIE (Results 76 - 100 of 107) sorted by null

1 2 34 5

  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/CodeGen/
AsmPrinter.h 42 class DIE;
539 /// \brief Recursively emit Dwarf DIE tree.
540 void emitDwarfDIE(const DIE &Die) const;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/CodeGen/
AsmPrinter.h 42 class DIE;
538 /// \brief Recursively emit Dwarf DIE tree.
539 void emitDwarfDIE(const DIE &Die) const;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/CodeGen/
AsmPrinter.h 42 class DIE;
538 /// \brief Recursively emit Dwarf DIE tree.
539 void emitDwarfDIE(const DIE &Die) const;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/CodeGen/
AsmPrinter.h 42 class DIE;
538 /// \brief Recursively emit Dwarf DIE tree.
539 void emitDwarfDIE(const DIE &Die) const;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/CodeGen/
AsmPrinter.h 42 class DIE;
538 /// \brief Recursively emit Dwarf DIE tree.
539 void emitDwarfDIE(const DIE &Die) const;
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/support/genmk/
genmk_old.c 14 #define DIE return 0;
17 #define DIE return 1;
262 if ( argc == 1 ) { help(); DIE; }
genmk.c 15 #define DIE return 0;
18 #define DIE return 1;
382 if ( argc == 1 ) { help(); DIE; }
  /prebuilts/go/darwin-x86/src/cmd/internal/dwarf/
dwarf_defs.go 280 DW_OP_call2 = 0x98 // 1 2-byte offset of DIE
281 DW_OP_call4 = 0x99 // 1 4-byte offset of DIE
282 DW_OP_call_ref = 0x9a // 1 4- or 8-byte offset of DIE
  /prebuilts/go/darwin-x86/src/debug/dwarf/
const.go 437 opCall2 = 0x98 /* 2-byte offset of DIE */
438 opCall4 = 0x99 /* 4-byte offset of DIE */
439 opCallRef = 0x9A /* 4- or 8- byte offset of DIE */
  /prebuilts/go/linux-x86/src/cmd/internal/dwarf/
dwarf_defs.go 280 DW_OP_call2 = 0x98 // 1 2-byte offset of DIE
281 DW_OP_call4 = 0x99 // 1 4-byte offset of DIE
282 DW_OP_call_ref = 0x9a // 1 4- or 8-byte offset of DIE
  /prebuilts/go/linux-x86/src/debug/dwarf/
const.go 437 opCall2 = 0x98 /* 2-byte offset of DIE */
438 opCall4 = 0x99 /* 4-byte offset of DIE */
439 opCallRef = 0x9A /* 4- or 8- byte offset of DIE */
  /prebuilts/go/darwin-x86/src/cmd/link/internal/ld/
dwarf.go 117 func newattr(die *dwarf.DWDie, attr uint16, cls int, value int64, data interface{}) *dwarf.DWAttr {
119 a.Link = die.Attr
120 die.Attr = a
128 // Each DIE (except the root ones) has at least 1 attribute: its
131 func getattr(die *dwarf.DWDie, attr uint16) *dwarf.DWAttr {
132 if die.Attr.Atr == attr {
133 return die.Attr
136 a := die.Attr
141 b.Link = die.Attr
142 die.Attr =
    [all...]
  /prebuilts/go/linux-x86/src/cmd/link/internal/ld/
dwarf.go 117 func newattr(die *dwarf.DWDie, attr uint16, cls int, value int64, data interface{}) *dwarf.DWAttr {
119 a.Link = die.Attr
120 die.Attr = a
128 // Each DIE (except the root ones) has at least 1 attribute: its
131 func getattr(die *dwarf.DWDie, attr uint16) *dwarf.DWAttr {
132 if die.Attr.Atr == attr {
133 return die.Attr
136 a := die.Attr
141 b.Link = die.Attr
142 die.Attr =
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinterDwarf.cpp 19 #include "llvm/CodeGen/DIE.h"
249 void AsmPrinter::emitDwarfDIE(const DIE &Die) const {
252 OutStreamer->AddComment("Abbrev [" + Twine(Die.getAbbrevNumber()) + "] 0x" +
253 Twine::utohexstr(Die.getOffset()) + ":0x" +
254 Twine::utohexstr(Die.getSize()) + " " +
255 dwarf::TagString(Die.getTag()));
256 EmitULEB128(Die.getAbbrevNumber());
258 // Emit the DIE attribute values.
259 for (const auto &V : Die.values())
    [all...]
DwarfAccelTable.cpp 20 #include "llvm/CodeGen/DIE.h"
33 void DwarfAccelTable::AddName(DwarfStringPoolEntryRef Name, const DIE *die,
36 // If the string is in the list already then add this die to the list
41 DIEs.Values.push_back(new (Allocator) HashDataContents(die, Flags));
68 return A->Die->getOffset() < B->Die->getOffset();
126 Asm->OutStreamer->AddComment("HeaderData Die Offset Base");
223 // Emit the DIE offset
224 DwarfCompileUnit *CU = D->lookupUnit(HD->Die->getUnit())
    [all...]
  /external/vboot_reference/futility/
cmd_create.c 339 DIE;
cmd_sign.c 179 DIE;
233 DIE;
878 DIE;
993 DIE;
futility.c 342 DIE;
cmd_show.c 312 DIE;
669 DIE;
  /external/gflags/src/
gflags.cc 169 // Whether we should die when reporting an error.
170 enum DieWhenReporting { DIE, DO_NOT_DIE };
179 if (should_die == DIE) gflags_exitfunc(1);
722 ReportError(DIE, "ERROR: flag '%s' was defined more than once "
728 ReportError(DIE, "ERROR: something wrong with flag '%s' in file '%s'. "
    [all...]
  /external/replicaisland/src/com/replica/replicaisland/
AnimationComponent.java 293 parentObject.getPosition().y + 10.0f) == HotSpotSystem.HotSpotType.DIE) {
PlayerComponent.java 272 // we fell off the bottom of the screen, die.
284 parentObject.getPosition().y + 10.0f) == HotSpotSystem.HotSpotType.DIE) {
  /external/clang/lib/AST/
ASTImporter.cpp     [all...]
Expr.cpp     [all...]
  /external/clang/lib/CodeGen/
CGExprComplex.cpp 197 ComplexPairTy VisitCXXDefaultInitExpr(CXXDefaultInitExpr *DIE) {
199 return Visit(DIE->getExpr());
    [all...]

Completed in 1561 milliseconds

1 2 34 5