|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Declarations
include/llvm/IR/Type.h 124 void print(raw_ostream &O, bool IsForDebug = false,
References
include/llvm/IR/Type.h 472 T.print(OS);
lib/CodeGen/AsmPrinter/AsmPrinter.cpp 2482 ET->print(AP.OutStreamer->GetCommentOS());
lib/IR/AsmWriter.cpp 4434 void Type::dump() const { print(dbgs(), /*IsForDebug=*/true); dbgs() << '\n'; }
lib/IR/Attributes.cpp 402 Ty->print(OS, false, true);
lib/IR/Core.cpp 527 return unwrap(Ty)->print(errs(), /*IsForDebug=*/true);
535 unwrap(Ty)->print(os);
lib/Transforms/Instrumentation/PGOInstrumentation.cpp 273 CI->getOperand(0)->getType()->print(OS, true);
lib/Transforms/Vectorize/SLPVectorizer.cpp 5537 Ty->print(rso);
tools/clang/lib/CodeGen/TargetInfo.cpp 227 Ty->print(OS);
250 getCoerceAndExpandType()->print(OS);
tools/clang/unittests/CodeGen/CodeGenExternalTest.cpp 198 llvmTy->print(dbgs(), true);
236 xTy->print(dbgs(), true);
238 yTy->print(dbgs(), true);
240 zTy->print(dbgs(), true);
tools/lldb/source/Expression/IRInterpreter.cpp 65 type->print(rso);
tools/lldb/source/Plugins/ExpressionParser/Clang/IRForTarget.cpp 101 type->print(rso);
tools/polly/lib/Exchange/JSONExporter.cpp 120 SAI->getElementType()->print(RawStringOstream);
583 SAI->getElementType()->print(RawStringOstream);
unittests/FuzzMutate/OperationsTest.cpp 25 T->print(ROS);
unittests/IR/ConstantsTest.cpp 414 T->print(RSOS);