Searched refs:AssemblyAnnotationWriter (Results 1 – 12 of 12) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
H A D | AssemblyAnnotationWriter.h | 27 class AssemblyAnnotationWriter { 29 virtual ~AssemblyAnnotationWriter();
|
H A D | BasicBlock.h | 34 class AssemblyAnnotationWriter; variable 289 void print(raw_ostream &OS, AssemblyAnnotationWriter *AAW = nullptr,
|
H A D | Function.h | 49 class AssemblyAnnotationWriter; variable 858 void print(raw_ostream &OS, AssemblyAnnotationWriter *AAW = nullptr,
|
H A D | Module.h | 800 void print(raw_ostream &OS, AssemblyAnnotationWriter *AAW,
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-dis/ |
H A D | llvm-dis.cpp | 79 class CommentWriter : public AssemblyAnnotationWriter { 221 std::unique_ptr<AssemblyAnnotationWriter> Annotator; in main()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
H A D | StackLifetime.cpp | 348 : public AssemblyAnnotationWriter {
|
H A D | MustExecute.cpp | 413 class MustExecuteAnnotatedWriter : public AssemblyAnnotationWriter {
|
H A D | LazyValueInfo.cpp | 345 class LazyValueInfoAnnotatedWriter : public AssemblyAnnotationWriter {
|
H A D | MemorySSA.cpp | 106 class MemorySSAAnnotatedWriter : public AssemblyAnnotationWriter {
|
H A D | InlineCost.cpp | 149 class InlineCostAnnotationWriter : public AssemblyAnnotationWriter {
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
H A D | AsmWriter.cpp | 92 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 D | PredicateInfo.cpp | 853 class PredicateInfoAnnotatedWriter : public AssemblyAnnotationWriter {
|