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

1 2

  /hardware/interfaces/tv/input/1.0/
types.hal 39 DVI = 8,
  /external/swiftshader/third_party/LLVM/lib/VMCore/
DebugInfoProbe.cpp 82 } else if (DbgValueInst *DVI = dyn_cast<DbgValueInst>(BI)) {
83 Addr = DVI->getValue();
84 Node = DVI->getVariable();
133 } else if (DbgValueInst *DVI = dyn_cast<DbgValueInst>(BI)) {
134 Addr = DVI->getValue();
135 Node = DVI->getVariable();
  /external/e2fsprogs/doc/
Makefile.in 14 DVI=texi2dvi --clean
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/swiftshader/third_party/LLVM/tools/llvm-dis/
llvm-dis.cpp 100 else if (const DbgValueInst *DVI = dyn_cast<DbgValueInst>(I)) {
101 DIVariable Var(DVI->getVariable());
  /external/llvm/include/llvm/IR/
DebugInfo.h 66 void processValue(const Module &M, const DbgValueInst *DVI);
  /external/llvm/lib/Transforms/Utils/
Local.cpp 304 if (DbgValueInst *DVI = dyn_cast<DbgValueInst>(I)) {
305 if (DVI->getValue())
    [all...]