OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dbgs
(Results
226 - 250
of
265
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
/external/llvm/tools/llvm-objdump/
MachODump.cpp
285
raw_ostream &DebugOut = DebugFlag ?
dbgs
() : nulls();
/external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp
631
DEBUG(
dbgs
() << "\nReplacing.1 ";
633
dbgs
() << "\nWith: ";
635
dbgs
() << " and " << NumTo-1 << " other values\n";
707
DEBUG(
dbgs
() << "\nReplacing.2 ";
709
dbgs
() << "\nWith: ";
711
dbgs
() << '\n');
722
DEBUG(
dbgs
() << "\nReplacing.9 ";
724
dbgs
() << "\nWith: ";
726
dbgs
() << '\n');
855
DEBUG(
dbgs
() << "\nPromoting "
[
all
...]
SelectionDAGBuilder.cpp
[
all
...]
FunctionLoweringInfo.cpp
378
DEBUG(
dbgs
() << "Argument does not have assigned frame index!\n");
ResourcePriorityQueue.cpp
651
dbgs
() << "Height " << su->getHeight() << ": ";
/external/llvm/lib/Analysis/IPA/
InlineCost.cpp
[
all
...]
/external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp
496
DEBUG(
dbgs
() << "Unable to find original DIE for an inlined subprogram.");
[
all
...]
/external/llvm/lib/CodeGen/
LiveInterval.cpp
593
dbgs
() << *this << "\n";
630
dbgs
() << *this << "\n";
SjLjEHPrepare.cpp
341
DEBUG(
dbgs
() << "SJLJ Spill: " << *Inst << " around "
/external/llvm/lib/IR/
ConstantsContext.h
645
DEBUG(
dbgs
() << "Constant.cpp: ConstantUniqueMap\n");
768
DEBUG(
dbgs
() << "Constant.cpp: ConstantUniqueMap\n");
DebugInfo.cpp
[
all
...]
Verifier.cpp
102
dbgs
() << "Basic Block in function '" << F.getName()
104
WriteAsOperand(
dbgs
(), I, true);
105
dbgs
() << "\n";
240
dbgs
() << MessagesStr.str();
245
dbgs
() << MessagesStr.str();
[
all
...]
/external/llvm/lib/Transforms/InstCombine/
InstCombineLoadStoreAlloca.cpp
260
DEBUG(
dbgs
() << "Found alloca equal to global: " << AI << '\n');
261
DEBUG(
dbgs
() << " memcpy = " << *Copy << '\n');
InstCombineCasts.cpp
457
DEBUG(
dbgs
() << "ICE: EvaluateInDifferentType converting expression type"
786
DEBUG(
dbgs
() << "ICE: EvaluateInDifferentType converting expression type"
[
all
...]
/external/llvm/lib/Analysis/
LoopInfo.cpp
424
print(
dbgs
());
ScalarEvolution.cpp
133
print(
dbgs
());
134
dbgs
() << '\n';
[
all
...]
ScalarEvolutionExpander.cpp
[
all
...]
Lint.cpp
183
dbgs
() << MessagesStr.str();
RegionInfo.cpp
464
print(
dbgs
(), true, getDepth(), printStyle.getValue());
/external/llvm/lib/DebugInfo/
DWARFContext.cpp
647
DEBUG(
dbgs
() << "Writing " << format("%p", R.Value)
/external/llvm/lib/Support/
ConstantRange.cpp
731
print(
dbgs
());
/external/llvm/lib/Target/X86/Disassembler/
X86Disassembler.cpp
41
dbgs
() << file << ":" << line << ": " << s;
/external/llvm/lib/Transforms/Instrumentation/
ThreadSanitizer.cpp
407
DEBUG(
dbgs
() << " VPTR : " << *I << "\n");
/external/llvm/lib/Transforms/Scalar/
TailRecursionElimination.cpp
647
DEBUG(
dbgs
() << "FOLDING: " << *BB
/external/llvm/lib/MC/
MachObjectWriter.cpp
885
DEBUG(
dbgs
() << "data in code region-- kind: " << Data->Kind
[
all
...]
Completed in 1053 milliseconds
1
2
3
4
5
6
7
8
9
10
11