Searched refs:AssemblyAnnotationWriter (Results 1 – 13 of 13) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | AssemblyAnnotationWriter.h | 29 class LLVM_ABI AssemblyAnnotationWriter { 31 virtual ~AssemblyAnnotationWriter();
|
| H A D | BasicBlock.h | 34 class AssemblyAnnotationWriter; variable 452 LLVM_ABI void print(raw_ostream &OS, AssemblyAnnotationWriter *AAW = nullptr,
|
| H A D | Function.h | 48 class AssemblyAnnotationWriter; variable 931 void print(raw_ostream &OS, AssemblyAnnotationWriter *AAW = nullptr,
|
| H A D | Module.h | 867 void print(raw_ostream &OS, AssemblyAnnotationWriter *AAW,
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-dis/ |
| H A D | llvm-dis.cpp | 108 class CommentWriter : public AssemblyAnnotationWriter { 264 std::unique_ptr<AssemblyAnnotationWriter> Annotator; in main()
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | StackLifetime.cpp | 357 : public AssemblyAnnotationWriter {
|
| H A D | MustExecute.cpp | 333 class MustExecuteAnnotatedWriter : public AssemblyAnnotationWriter {
|
| H A D | MemorySSA.cpp | 97 class MemorySSAAnnotatedWriter : public AssemblyAnnotationWriter { 118 class MemorySSAWalkerAnnotatedWriter : public AssemblyAnnotationWriter {
|
| H A D | LazyValueInfo.cpp | 294 class LazyValueInfoAnnotatedWriter : public AssemblyAnnotationWriter {
|
| H A D | InlineCost.cpp | 226 class InlineCostAnnotationWriter : public AssemblyAnnotationWriter {
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | AsmWriter.cpp | 104 AssemblyAnnotationWriter::~AssemblyAnnotationWriter() = default; 2860 AssemblyAnnotationWriter *AnnotationWriter = nullptr; 2873 AssemblyAnnotationWriter *AAW, bool IsForDebug, 2964 const Module *M, AssemblyAnnotationWriter *AAW, in AssemblyWriter() 5047 void Function::print(raw_ostream &ROS, AssemblyAnnotationWriter *AAW, in print() 5058 void BasicBlock::print(raw_ostream &ROS, AssemblyAnnotationWriter *AAW, in print() 5069 void Module::print(raw_ostream &ROS, AssemblyAnnotationWriter *AAW, in print()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | PredicateInfo.cpp | 811 class PredicateInfoAnnotatedWriter : public AssemblyAnnotationWriter {
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 20654 {"_ZN4llvm24AssemblyAnnotationWriterD0Ev", "llvm::AssemblyAnnotationWriter::~AssemblyAnnotationWrit… 20655 {"_ZN4llvm24AssemblyAnnotationWriterD1Ev", "llvm::AssemblyAnnotationWriter::~AssemblyAnnotationWrit… 20656 {"_ZN4llvm24AssemblyAnnotationWriterD2Ev", "llvm::AssemblyAnnotationWriter::~AssemblyAnnotationWrit… 20670 …otationWriterE", "llvm::Module::print(llvm::raw_ostream&, llvm::AssemblyAnnotationWriter*) const"}, 20672 …onWriterE", "llvm::NamedMDNode::print(llvm::raw_ostream&, llvm::AssemblyAnnotationWriter*) const"}, 20675 …notationWriterE", "llvm::Value::print(llvm::raw_ostream&, llvm::AssemblyAnnotationWriter*) const"}, 20702 …ctionAnnotEPKNS_8FunctionERNS_21formatted_raw_ostreamE", "llvm::AssemblyAnnotationWriter::emitFunc… 20703 …rtAnnotEPKNS_10BasicBlockERNS_21formatted_raw_ostreamE", "llvm::AssemblyAnnotationWriter::emitBasi… 20704 …ndAnnotEPKNS_10BasicBlockERNS_21formatted_raw_ostreamE", "llvm::AssemblyAnnotationWriter::emitBasi… 20705 …nAnnotEPKNS_11InstructionERNS_21formatted_raw_ostreamE", "llvm::AssemblyAnnotationWriter::emitInst… [all …]
|