Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DAssemblyAnnotationWriter.h27 class AssemblyAnnotationWriter {
29 virtual ~AssemblyAnnotationWriter();
H A DBasicBlock.h34 class AssemblyAnnotationWriter; variable
289 void print(raw_ostream &OS, AssemblyAnnotationWriter *AAW = nullptr,
H A DFunction.h49 class AssemblyAnnotationWriter; variable
858 void print(raw_ostream &OS, AssemblyAnnotationWriter *AAW = nullptr,
H A DModule.h800 void print(raw_ostream &OS, AssemblyAnnotationWriter *AAW,
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-dis/
H A Dllvm-dis.cpp79 class CommentWriter : public AssemblyAnnotationWriter {
221 std::unique_ptr<AssemblyAnnotationWriter> Annotator; in main()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DStackLifetime.cpp348 : public AssemblyAnnotationWriter {
H A DMustExecute.cpp413 class MustExecuteAnnotatedWriter : public AssemblyAnnotationWriter {
H A DLazyValueInfo.cpp345 class LazyValueInfoAnnotatedWriter : public AssemblyAnnotationWriter {
H A DMemorySSA.cpp106 class MemorySSAAnnotatedWriter : public AssemblyAnnotationWriter {
H A DInlineCost.cpp149 class InlineCostAnnotationWriter : public AssemblyAnnotationWriter {
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DAsmWriter.cpp92 AssemblyAnnotationWriter::~AssemblyAnnotationWriter() = default;
2587 AssemblyAnnotationWriter *AnnotationWriter = nullptr;
2600 AssemblyAnnotationWriter *AAW, bool IsForDebug,
2681 const Module *M, AssemblyAnnotationWriter *AAW, in AssemblyWriter()
4518 void Function::print(raw_ostream &ROS, AssemblyAnnotationWriter *AAW, in print()
4529 void BasicBlock::print(raw_ostream &ROS, AssemblyAnnotationWriter *AAW, in print()
4540 void Module::print(raw_ostream &ROS, AssemblyAnnotationWriter *AAW, in print()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DPredicateInfo.cpp853 class PredicateInfoAnnotatedWriter : public AssemblyAnnotationWriter {