Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DAssemblyAnnotationWriter.h29 class LLVM_ABI AssemblyAnnotationWriter {
31 virtual ~AssemblyAnnotationWriter();
H A DBasicBlock.h34 class AssemblyAnnotationWriter; variable
452 LLVM_ABI void print(raw_ostream &OS, AssemblyAnnotationWriter *AAW = nullptr,
H A DFunction.h48 class AssemblyAnnotationWriter; variable
931 void print(raw_ostream &OS, AssemblyAnnotationWriter *AAW = nullptr,
H A DModule.h867 void print(raw_ostream &OS, AssemblyAnnotationWriter *AAW,
/freebsd/contrib/llvm-project/llvm/tools/llvm-dis/
H A Dllvm-dis.cpp108 class CommentWriter : public AssemblyAnnotationWriter {
264 std::unique_ptr<AssemblyAnnotationWriter> Annotator; in main()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DStackLifetime.cpp357 : public AssemblyAnnotationWriter {
H A DMustExecute.cpp333 class MustExecuteAnnotatedWriter : public AssemblyAnnotationWriter {
H A DMemorySSA.cpp97 class MemorySSAAnnotatedWriter : public AssemblyAnnotationWriter {
118 class MemorySSAWalkerAnnotatedWriter : public AssemblyAnnotationWriter {
H A DLazyValueInfo.cpp294 class LazyValueInfoAnnotatedWriter : public AssemblyAnnotationWriter {
H A DInlineCost.cpp226 class InlineCostAnnotationWriter : public AssemblyAnnotationWriter {
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DAsmWriter.cpp104 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 DPredicateInfo.cpp811 class PredicateInfoAnnotatedWriter : public AssemblyAnnotationWriter {
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc20654 {"_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 …]