OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AssemblyAnnotationWriter
(Results
1 - 10
of
10
) sorted by null
/external/llvm/include/llvm/Assembly/
AssemblyAnnotationWriter.h
1
//===--
AssemblyAnnotationWriter
.h - Annotation .ll files -------*- C++ -*-===//
28
class
AssemblyAnnotationWriter
{
31
virtual ~
AssemblyAnnotationWriter
();
/external/llvm/lib/IR/
AsmWriter.h
73
AssemblyAnnotationWriter
*AnnotationWriter;
78
const Module *M,
AssemblyAnnotationWriter
*AAW);
82
AssemblyAnnotationWriter
*AAW);
AsmWriter.cpp
24
#include "llvm/Assembly/
AssemblyAnnotationWriter
.h"
49
AssemblyAnnotationWriter
::~
AssemblyAnnotationWriter
() {}
[
all
...]
/external/llvm/tools/llvm-dis/
llvm-dis.cpp
20
#include "llvm/Assembly/
AssemblyAnnotationWriter
.h"
66
class CommentWriter : public
AssemblyAnnotationWriter
{
178
OwningPtr<
AssemblyAnnotationWriter
> Annotator;
/external/llvm/include/llvm/IR/
Value.h
38
class
AssemblyAnnotationWriter
;
104
void print(raw_ostream &O,
AssemblyAnnotationWriter
*AAW = 0) const;
Metadata.h
231
void print(raw_ostream &ROS,
AssemblyAnnotationWriter
*AAW = 0) const;
Module.h
573
///
AssemblyAnnotationWriter
.
574
void print(raw_ostream &OS,
AssemblyAnnotationWriter
*AAW) const;
/frameworks/compile/libbcc/bcinfo/tools/
main.cpp
23
#include <llvm/Assembly/
AssemblyAnnotationWriter
.h>
340
llvm::OwningPtr<llvm::
AssemblyAnnotationWriter
> ann;
/external/llvm/tools/llvm-prof/
llvm-prof.cpp
20
#include "llvm/Assembly/
AssemblyAnnotationWriter
.h"
77
class ProfileAnnotator : public
AssemblyAnnotationWriter
{
/external/llvm/lib/Transforms/Instrumentation/
DebugIR.cpp
22
#include "llvm/Assembly/
AssemblyAnnotationWriter
.h"
50
/// masquerading as an
AssemblyAnnotationWriter
.
51
class ValueToLineMap : public
AssemblyAnnotationWriter
{
Completed in 961 milliseconds