Searched refs:AssemblyAnnotationWriter (Results 1 – 9 of 9) sorted by relevance
| /freebsd-12.1/contrib/llvm/include/llvm/IR/ |
| H A D | AssemblyAnnotationWriter.h | 28 class AssemblyAnnotationWriter { 30 virtual ~AssemblyAnnotationWriter();
|
| H A D | Function.h | 50 class AssemblyAnnotationWriter; variable 730 void print(raw_ostream &OS, AssemblyAnnotationWriter *AAW = nullptr,
|
| H A D | Module.h | 802 void print(raw_ostream &OS, AssemblyAnnotationWriter *AAW,
|
| /freebsd-12.1/contrib/llvm/tools/llvm-dis/ |
| H A D | llvm-dis.cpp | 80 class CommentWriter : public AssemblyAnnotationWriter { 196 std::unique_ptr<AssemblyAnnotationWriter> Annotator; in main()
|
| /freebsd-12.1/contrib/llvm/lib/Analysis/ |
| H A D | MustExecute.cpp | 330 class MustExecuteAnnotatedWriter : public AssemblyAnnotationWriter {
|
| H A D | LazyValueInfo.cpp | 354 class LazyValueInfoAnnotatedWriter : public AssemblyAnnotationWriter {
|
| H A D | MemorySSA.cpp | 93 class MemorySSAAnnotatedWriter : public AssemblyAnnotationWriter {
|
| /freebsd-12.1/contrib/llvm/lib/IR/ |
| H A D | AsmWriter.cpp | 93 AssemblyAnnotationWriter::~AssemblyAnnotationWriter() = default; 2335 AssemblyAnnotationWriter *AnnotationWriter = nullptr; 2348 AssemblyAnnotationWriter *AAW, bool IsForDebug, 2426 const Module *M, AssemblyAnnotationWriter *AAW, in AssemblyWriter() 4054 void Function::print(raw_ostream &ROS, AssemblyAnnotationWriter *AAW, in print() 4065 void Module::print(raw_ostream &ROS, AssemblyAnnotationWriter *AAW, in print()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Utils/ |
| H A D | PredicateInfo.cpp | 796 class PredicateInfoAnnotatedWriter : public AssemblyAnnotationWriter {
|