Searched refs:AssemblyAnnotationWriter (Results 1 – 12 of 12) sorted by relevance
| /llvm-project-15.0.7/llvm/include/llvm/IR/ |
| H A D | AssemblyAnnotationWriter.h | 27 class AssemblyAnnotationWriter { 29 virtual ~AssemblyAnnotationWriter();
|
| H A D | BasicBlock.h | 31 class AssemblyAnnotationWriter; variable 290 void print(raw_ostream &OS, AssemblyAnnotationWriter *AAW = nullptr,
|
| H A D | Function.h | 47 class AssemblyAnnotationWriter; variable 806 void print(raw_ostream &OS, AssemblyAnnotationWriter *AAW = nullptr,
|
| H A D | Module.h | 806 void print(raw_ostream &OS, AssemblyAnnotationWriter *AAW,
|
| /llvm-project-15.0.7/llvm/tools/llvm-dis/ |
| H A D | llvm-dis.cpp | 92 class CommentWriter : public AssemblyAnnotationWriter { 246 std::unique_ptr<AssemblyAnnotationWriter> Annotator; in main()
|
| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | StackLifetime.cpp | 341 : public AssemblyAnnotationWriter {
|
| H A D | MustExecute.cpp | 410 class MustExecuteAnnotatedWriter : public AssemblyAnnotationWriter {
|
| H A D | MemorySSA.cpp | 104 class MemorySSAAnnotatedWriter : public AssemblyAnnotationWriter { 125 class MemorySSAWalkerAnnotatedWriter : public AssemblyAnnotationWriter {
|
| H A D | LazyValueInfo.cpp | 344 class LazyValueInfoAnnotatedWriter : public AssemblyAnnotationWriter {
|
| H A D | InlineCost.cpp | 182 class InlineCostAnnotationWriter : public AssemblyAnnotationWriter {
|
| /llvm-project-15.0.7/llvm/lib/IR/ |
| H A D | AsmWriter.cpp | 92 AssemblyAnnotationWriter::~AssemblyAnnotationWriter() = default; 2527 AssemblyAnnotationWriter *AnnotationWriter = nullptr; 2540 AssemblyAnnotationWriter *AAW, bool IsForDebug, 2626 const Module *M, AssemblyAnnotationWriter *AAW, in AssemblyWriter() 4481 void Function::print(raw_ostream &ROS, AssemblyAnnotationWriter *AAW, in print() 4492 void BasicBlock::print(raw_ostream &ROS, AssemblyAnnotationWriter *AAW, in print() 4503 void Module::print(raw_ostream &ROS, AssemblyAnnotationWriter *AAW, in print()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Utils/ |
| H A D | PredicateInfo.cpp | 891 class PredicateInfoAnnotatedWriter : public AssemblyAnnotationWriter {
|