Home
last modified time | relevance | path

Searched refs:AssemblyAnnotationWriter (Results 1 – 9 of 9) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DAssemblyAnnotationWriter.h28 class AssemblyAnnotationWriter {
30 virtual ~AssemblyAnnotationWriter();
H A DFunction.h50 class AssemblyAnnotationWriter; variable
730 void print(raw_ostream &OS, AssemblyAnnotationWriter *AAW = nullptr,
H A DModule.h802 void print(raw_ostream &OS, AssemblyAnnotationWriter *AAW,
/freebsd-12.1/contrib/llvm/tools/llvm-dis/
H A Dllvm-dis.cpp80 class CommentWriter : public AssemblyAnnotationWriter {
196 std::unique_ptr<AssemblyAnnotationWriter> Annotator; in main()
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DMustExecute.cpp330 class MustExecuteAnnotatedWriter : public AssemblyAnnotationWriter {
H A DLazyValueInfo.cpp354 class LazyValueInfoAnnotatedWriter : public AssemblyAnnotationWriter {
H A DMemorySSA.cpp93 class MemorySSAAnnotatedWriter : public AssemblyAnnotationWriter {
/freebsd-12.1/contrib/llvm/lib/IR/
H A DAsmWriter.cpp93 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 DPredicateInfo.cpp796 class PredicateInfoAnnotatedWriter : public AssemblyAnnotationWriter {