HomeSort by: relevance | last modified time | path
    Searched refs:AssemblyAnnotationWriter (Results 1 - 12 of 12) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
AssemblyAnnotationWriter.h 1 //===-- AssemblyAnnotationWriter.h - Annotation .ll files -------*- C++ -*-===//
27 class AssemblyAnnotationWriter {
29 virtual ~AssemblyAnnotationWriter();
BasicBlock.h 34 class AssemblyAnnotationWriter;
288 /// AssemblyAnnotationWriter.
289 void print(raw_ostream &OS, AssemblyAnnotationWriter *AAW = nullptr,
Function.h 49 class AssemblyAnnotationWriter;
857 /// AssemblyAnnotationWriter.
858 void print(raw_ostream &OS, AssemblyAnnotationWriter *AAW = nullptr,
Module.h 797 /// AssemblyAnnotationWriter. If \c ShouldPreserveUseListOrder, then include
800 void print(raw_ostream &OS, AssemblyAnnotationWriter *AAW,
  /src/external/apache2/llvm/dist/llvm/tools/llvm-dis/
llvm-dis.cpp 19 #include "llvm/IR/AssemblyAnnotationWriter.h"
79 class CommentWriter : public AssemblyAnnotationWriter {
221 std::unique_ptr<AssemblyAnnotationWriter> Annotator;
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
StackLifetime.cpp 16 #include "llvm/IR/AssemblyAnnotationWriter.h"
348 : public AssemblyAnnotationWriter {
MustExecute.cpp 18 #include "llvm/IR/AssemblyAnnotationWriter.h"
413 class MustExecuteAnnotatedWriter : public AssemblyAnnotationWriter {
LazyValueInfo.cpp 24 #include "llvm/IR/AssemblyAnnotationWriter.h"
345 class LazyValueInfoAnnotatedWriter : public AssemblyAnnotationWriter {
InlineCost.cpp 31 #include "llvm/IR/AssemblyAnnotationWriter.h"
149 class InlineCostAnnotationWriter : public AssemblyAnnotationWriter {
MemorySSA.cpp 32 #include "llvm/IR/AssemblyAnnotationWriter.h"
106 class MemorySSAAnnotatedWriter : public AssemblyAnnotationWriter {
  /src/external/apache2/llvm/dist/llvm/lib/IR/
AsmWriter.cpp 34 #include "llvm/IR/AssemblyAnnotationWriter.h"
92 AssemblyAnnotationWriter::~AssemblyAnnotationWriter() = default;
2587 AssemblyAnnotationWriter *AnnotationWriter = nullptr;
2600 AssemblyAnnotationWriter *AAW, bool IsForDebug,
2681 const Module *M, AssemblyAnnotationWriter *AAW,
4518 void Function::print(raw_ostream &ROS, AssemblyAnnotationWriter *AAW,
4529 void BasicBlock::print(raw_ostream &ROS, AssemblyAnnotationWriter *AAW,
4540 void Module::print(raw_ostream &ROS, AssemblyAnnotationWriter *AAW,
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
PredicateInfo.cpp 21 #include "llvm/IR/AssemblyAnnotationWriter.h"
853 class PredicateInfoAnnotatedWriter : public AssemblyAnnotationWriter {

Completed in 40 milliseconds