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

  /external/e2fsprogs/doc/
Makefile.in 14 DVI=texi2dvi
20 all:: libext2fs.info libext2fs.dvi libext2fs.html
22 install-doc-libs: libext2fs.info libext2fs.dvi
40 libext2fs.dvi: $(srcdir)/libext2fs.texinfo
42 -$(Q) $(DVI) $(srcdir)/libext2fs.texinfo
44 libext2fs.ps: libext2fs.dvi
46 -$(Q) $(DVIPS) libext2fs.dvi
72 $(RM) -f *.aux *.cp *.dvi *.fn *.ky *.log *.pg *.toc *.tp *.vr *.fns
  /external/llvm/tools/llvm-dis/
llvm-dis.cpp 101 else if (const DbgValueInst *DVI = dyn_cast<DbgValueInst>(I)) {
102 DIVariable Var(DVI->getVariable());
  /external/llvm/lib/CodeGen/
CriticalAntiDepBreaker.cpp 671 for (DbgValueVector::iterator DVI = DbgValues.begin(),
672 DVE = DbgValues.end(); DVI != DVE; ++DVI)
673 if (DVI->second == Q->second->getParent())
674 UpdateDbgValue(DVI->first, AntiDepReg, NewReg);
AggressiveAntiDepBreaker.cpp     [all...]
CodeGenPrepare.cpp     [all...]
  /external/e2fsprogs/lib/et/
Makefile.in 63 DVI=texi2dvi
69 com_err.ps : com_err.dvi
70 com_err.dvi: com_err.texinfo
76 com_err.dvi: $(srcdir)/com_err.texinfo
78 -$(Q) $(DVI) $(srcdir)/com_err.texinfo
80 com_err.ps: com_err.dvi
82 -$(Q) $(DVIPS) com_err.dvi
156 $(RM) -f *~ \#* *.bak *.otl *.aux *.toc *.PS *.dvi *.ps TAGS *.ln \
  /external/llvm/lib/Transforms/Utils/
Local.cpp 285 if (DbgValueInst *DVI = dyn_cast<DbgValueInst>(I)) {
286 if (DVI->getValue())
    [all...]
InlineFunction.cpp 478 if (DbgValueInst *DVI = dyn_cast<DbgValueInst>(BI)) {
481 DVI->setOperand(2, createInlinedVariable(DVI->getVariable(),
    [all...]
  /external/llvm/lib/Transforms/Scalar/
ScalarReplAggregates.cpp     [all...]
SROA.cpp 823 else if (DbgValueInst *DVI = dyn_cast<DbgValueInst>(U))
824 DVIs.push_back(DVI);
    [all...]
  /external/llvm/include/llvm/IR/
DebugInfo.h 860 void processValue(const Module &M, const DbgValueInst *DVI);
    [all...]
  /external/llvm/lib/IR/
DebugInfo.cpp     [all...]
  /external/bison/build-aux/
texinfo.tex 48 % dvips foo.dvi -o # or whatever; this makes foo.ps.
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/build-aux/
texinfo.tex 48 % dvips foo.dvi -o # or whatever; this makes foo.ps.
    [all...]

Completed in 1158 milliseconds