Searched refs:AssemblyAnnotationWriter (Results 1 – 12 of 12) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | AssemblyAnnotationWriter.h | 27 class AssemblyAnnotationWriter { 29 virtual ~AssemblyAnnotationWriter();
|
| H A D | BasicBlock.h | 33 class AssemblyAnnotationWriter; variable 430 void print(raw_ostream &OS, AssemblyAnnotationWriter *AAW = nullptr,
|
| H A D | Function.h | 47 class AssemblyAnnotationWriter; variable 875 void print(raw_ostream &OS, AssemblyAnnotationWriter *AAW = nullptr,
|
| H A D | Module.h | 880 void print(raw_ostream &OS, AssemblyAnnotationWriter *AAW,
|
| /freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-dis/ |
| H A D | llvm-dis.cpp | 92 class CommentWriter : public AssemblyAnnotationWriter { 246 std::unique_ptr<AssemblyAnnotationWriter> Annotator; in main()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | StackLifetime.cpp | 357 : public AssemblyAnnotationWriter {
|
| H A D | MustExecute.cpp | 325 class MustExecuteAnnotatedWriter : public AssemblyAnnotationWriter {
|
| H A D | MemorySSA.cpp | 96 class MemorySSAAnnotatedWriter : public AssemblyAnnotationWriter { 117 class MemorySSAWalkerAnnotatedWriter : public AssemblyAnnotationWriter {
|
| H A D | LazyValueInfo.cpp | 344 class LazyValueInfoAnnotatedWriter : public AssemblyAnnotationWriter {
|
| H A D | InlineCost.cpp | 219 class InlineCostAnnotationWriter : public AssemblyAnnotationWriter {
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/IR/ |
| H A D | AsmWriter.cpp | 93 AssemblyAnnotationWriter::~AssemblyAnnotationWriter() = default; 2610 AssemblyAnnotationWriter *AnnotationWriter = nullptr; 2623 AssemblyAnnotationWriter *AAW, bool IsForDebug, 2711 const Module *M, AssemblyAnnotationWriter *AAW, in AssemblyWriter() 4734 void Function::print(raw_ostream &ROS, AssemblyAnnotationWriter *AAW, in print() 4745 void BasicBlock::print(raw_ostream &ROS, AssemblyAnnotationWriter *AAW, in print() 4756 void Module::print(raw_ostream &ROS, AssemblyAnnotationWriter *AAW, in print()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | PredicateInfo.cpp | 858 class PredicateInfoAnnotatedWriter : public AssemblyAnnotationWriter {
|