OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DVI
(Results
1 - 14
of
14
) sorted by null
/external/e2fsprogs/doc/
Makefile.in
14
DVI
=texi2dvi
19
all:: libext2fs.info libext2fs.
dvi
21
install-doc-libs: libext2fs.info libext2fs.
dvi
39
libext2fs.
dvi
: $(srcdir)/libext2fs.texinfo
41
-$(Q) $(
DVI
) $(srcdir)/libext2fs.texinfo
66
$(RM) -f *.aux *.cp *.
dvi
*.fn *.ky *.log *.pg *.toc *.tp *.vr *.fns
/external/llvm/tools/llvm-dis/
llvm-dis.cpp
100
else if (const DbgValueInst *
DVI
= dyn_cast<DbgValueInst>(I)) {
101
DIVariable Var(
DVI
->getVariable());
/external/llvm/lib/CodeGen/
CriticalAntiDepBreaker.cpp
625
for (DbgValueVector::iterator
DVI
= DbgValues.begin(),
626
DVE = DbgValues.end();
DVI
!= DVE; ++
DVI
)
627
if (
DVI
->second == Q->second->getParent())
628
UpdateDbgValue(
DVI
->first, AntiDepReg, NewReg);
AggressiveAntiDepBreaker.cpp
[
all
...]
/external/llvm/lib/Transforms/Utils/
Local.cpp
284
if (DbgValueInst *
DVI
= dyn_cast<DbgValueInst>(I)) {
285
if (
DVI
->getValue())
[
all
...]
InlineFunction.cpp
479
if (DbgValueInst *
DVI
= dyn_cast<DbgValueInst>(BI)) {
482
DVI
->setOperand(2, createInlinedVariable(
DVI
->getVariable(),
[
all
...]
/external/llvm/lib/Transforms/Scalar/
CodeGenPrepare.cpp
[
all
...]
ScalarReplAggregates.cpp
[
all
...]
SROA.cpp
749
else if (DbgValueInst *
DVI
= dyn_cast<DbgValueInst>(*UI))
750
DVIs.push_back(
DVI
);
781
DbgValueInst *
DVI
= *I;
798
DIB.insertDbgValueIntrinsic(Arg, 0, DIVariable(
DVI
->getVariable()),
800
DbgVal->setDebugLoc(
DVI
->getDebugLoc());
[
all
...]
/external/llvm/lib/IR/
DebugInfo.cpp
1006
void DebugInfoFinder::processValue(const DbgValueInst *
DVI
) {
1007
MDNode *N = dyn_cast<MDNode>(
DVI
->getVariable());
[
all
...]
/external/llvm/include/llvm/
DebugInfo.h
735
void processValue(const DbgValueInst *
DVI
);
/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
...]
/external/grub/docs/
texinfo.tex
50
% dvips foo.
dvi
-o # or whatever; this makes foo.ps.
[
all
...]
Completed in 1079 milliseconds