Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DAssemblyAnnotationWriter.h27 class AssemblyAnnotationWriter {
29 virtual ~AssemblyAnnotationWriter();
H A DBasicBlock.h33 class AssemblyAnnotationWriter; variable
431 void print(raw_ostream &OS, AssemblyAnnotationWriter *AAW = nullptr,
H A DFunction.h47 class AssemblyAnnotationWriter; variable
896 void print(raw_ostream &OS, AssemblyAnnotationWriter *AAW = nullptr,
H A DModule.h893 void print(raw_ostream &OS, AssemblyAnnotationWriter *AAW,
/freebsd/contrib/llvm-project/llvm/tools/llvm-dis/
H A Dllvm-dis.cpp96 class CommentWriter : public AssemblyAnnotationWriter {
254 std::unique_ptr<AssemblyAnnotationWriter> Annotator; in main()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DStackLifetime.cpp357 : public AssemblyAnnotationWriter {
H A DMustExecute.cpp325 class MustExecuteAnnotatedWriter : public AssemblyAnnotationWriter {
H A DMemorySSA.cpp97 class MemorySSAAnnotatedWriter : public AssemblyAnnotationWriter {
118 class MemorySSAWalkerAnnotatedWriter : public AssemblyAnnotationWriter {
H A DLazyValueInfo.cpp346 class LazyValueInfoAnnotatedWriter : public AssemblyAnnotationWriter {
H A DInlineCost.cpp219 class InlineCostAnnotationWriter : public AssemblyAnnotationWriter {
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DAsmWriter.cpp93 AssemblyAnnotationWriter::~AssemblyAnnotationWriter() = default;
2697 AssemblyAnnotationWriter *AnnotationWriter = nullptr;
2710 AssemblyAnnotationWriter *AAW, bool IsForDebug,
2801 const Module *M, AssemblyAnnotationWriter *AAW, in AssemblyWriter()
4851 void Function::print(raw_ostream &ROS, AssemblyAnnotationWriter *AAW, in print()
4862 void BasicBlock::print(raw_ostream &ROS, AssemblyAnnotationWriter *AAW, in print()
4873 void Module::print(raw_ostream &ROS, AssemblyAnnotationWriter *AAW, in print()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DPredicateInfo.cpp856 class PredicateInfoAnnotatedWriter : public AssemblyAnnotationWriter {