HomeSort by: relevance | last modified time | path
    Searched refs:TIR (Results 1 - 24 of 24) sorted by relevancy

  /src/external/gpl3/binutils/dist/include/coff/
sym.h 286 } TIR, *pTIR;
287 #define cbTIR sizeof(TIR)
322 TIR type info
323 TIR additional TQ info (if first TIR was not enough)
343 TIR ti; /* type information record */
ecoff.h 397 void (*swap_tir_in) (int, const struct tir_ext *, TIR *);
408 void (*swap_tir_out) (int, const TIR *, struct tir_ext *);
  /src/external/gpl3/binutils.old/dist/include/coff/
sym.h 286 } TIR, *pTIR;
287 #define cbTIR sizeof(TIR)
322 TIR type info
323 TIR additional TQ info (if first TIR was not enough)
343 TIR ti; /* type information record */
ecoff.h 397 void (*swap_tir_in) (int, const struct tir_ext *, TIR *);
408 void (*swap_tir_out) (int, const TIR *, struct tir_ext *);
  /src/external/gpl3/gdb/dist/include/coff/
sym.h 286 } TIR, *pTIR;
287 #define cbTIR sizeof(TIR)
322 TIR type info
323 TIR additional TQ info (if first TIR was not enough)
343 TIR ti; /* type information record */
ecoff.h 397 void (*swap_tir_in) (int, const struct tir_ext *, TIR *);
408 void (*swap_tir_out) (int, const TIR *, struct tir_ext *);
  /src/external/gpl3/gdb.old/dist/include/coff/
sym.h 286 } TIR, *pTIR;
287 #define cbTIR sizeof(TIR)
322 TIR type info
323 TIR additional TQ info (if first TIR was not enough)
343 TIR ti; /* type information record */
ecoff.h 397 void (*swap_tir_in) (int, const struct tir_ext *, TIR *);
408 void (*swap_tir_out) (int, const TIR *, struct tir_ext *);
  /src/external/gpl3/binutils.old/dist/bfd/
libecoff.h 350 (int, const struct tir_ext *, TIR *);
352 (int, const TIR *, struct tir_ext *);
ecoffswap.h 69 (int, const struct tir_ext *, TIR *);
71 (int, const TIR *, struct tir_ext *);
ecofflink.c 57 TIR *intern)
115 const TIR *intern_copy,
118 TIR intern[1];
  /src/external/gpl3/gdb.old/dist/bfd/
libecoff.h 353 (int, const struct tir_ext *, TIR *);
355 (int, const TIR *, struct tir_ext *);
ecoffswap.h 69 (int, const struct tir_ext *, TIR *);
71 (int, const TIR *, struct tir_ext *);
ecofflink.c 47 TIR *intern)
105 const TIR *intern_copy,
108 TIR intern[1];
  /src/external/gpl3/gdb/dist/bfd/
libecoff.h 350 (int, const struct tir_ext *, TIR *);
352 (int, const TIR *, struct tir_ext *);
ecoffswap.h 69 (int, const struct tir_ext *, TIR *);
71 (int, const TIR *, struct tir_ext *);
ecofflink.c 57 TIR *intern)
115 const TIR *intern_copy,
118 TIR intern[1];
  /src/external/gpl3/binutils/dist/bfd/
libecoff.h 358 (int, const struct tir_ext *, TIR *) ATTRIBUTE_HIDDEN;
360 (int, const TIR *, struct tir_ext *) ATTRIBUTE_HIDDEN;
ecoffswap.h 69 (int, const struct tir_ext *, TIR *);
71 (int, const TIR *, struct tir_ext *);
ecofflink.c 57 TIR *intern)
115 const TIR *intern_copy,
118 TIR intern[1];
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
MLInlineAdvisor.cpp 182 auto &TIR = FAM.getResult<TargetIRAnalysis>(Callee);
210 llvm::getInliningCostEstimate(CB, TIR, GetAssumptionCache);
InlineAdvisor.cpp 487 auto &TIR = FAM.getResult<TargetIRAnalysis>(Callee);
490 llvm::getAttributeBasedInliningDecision(CB, &Callee, TIR, GetTLI);
  /src/external/gpl3/gdb.old/dist/gdb/
mdebugread.c 598 TIR tir;
924 &tir);
925 if ((tir.bt == btNil || tir.bt == btVoid
926 || (tir.bt == btEnum && sh->value == 0))
927 && tir.tq0 == tqNil)
1525 TIR t[1];
1589 /* Inhibit core dumps if TIR is corrupted. */
1602 complaint (_("can't handle TIR fBitfield for %s")
591 TIR tir; local
3768 TIR tir; local
4234 TIR tir; local
4362 TIR tir; local
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
mdebugread.c 598 TIR tir;
924 &tir);
925 if ((tir.bt == btNil || tir.bt == btVoid
926 || (tir.bt == btEnum && sh->value == 0))
927 && tir.tq0 == tqNil)
1525 TIR t[1];
1589 /* Inhibit core dumps if TIR is corrupted. */
1602 complaint (_("can't handle TIR fBitfield for %s")
591 TIR tir; local
3771 TIR tir; local
4237 TIR tir; local
4365 TIR tir; local
    [all...]

Completed in 54 milliseconds