Home | History | Annotate | Download | only in IR

Lines Matching refs:AssemblyWriter

1202 void AssemblyWriter::init() {
1208 AssemblyWriter::AssemblyWriter(formatted_raw_ostream &o, SlotTracker &Mac,
1215 AssemblyWriter::AssemblyWriter(formatted_raw_ostream &o, const Module *M,
1222 AssemblyWriter::~AssemblyWriter() { }
1224 void AssemblyWriter::writeOperand(const Value *Operand, bool PrintType) {
1236 void AssemblyWriter::writeAtomic(AtomicOrdering Ordering,
1257 void AssemblyWriter::writeParamOperand(const Value *Operand,
1274 void AssemblyWriter::printModule(const Module *M) {
1351 void AssemblyWriter::printNamedMDNode(const NamedMDNode *NMD) {
1443 void AssemblyWriter::printGlobal(const GlobalVariable *GV) {
1480 void AssemblyWriter::printAlias(const GlobalAlias *GA) {
1510 void AssemblyWriter::printTypeIdentities() {
1550 void AssemblyWriter::printFunction(const Function *F) {
1667 void AssemblyWriter::printArgument(const Argument *Arg,
1685 void AssemblyWriter::printBasicBlock(const BasicBlock *BB) {
1733 void AssemblyWriter::printInstructionLine(const Instruction &I) {
1741 void AssemblyWriter::printInfoComment(const Value &V) {
1747 void AssemblyWriter::printInstruction(const Instruction &I) {
2086 void AssemblyWriter::writeMDNode(unsigned Slot, const MDNode *Node) {
2091 void AssemblyWriter::writeAllMDNodes() {
2103 void AssemblyWriter::printMDNodeBody(const MDNode *Node) {
2109 void AssemblyWriter::writeAllAttributeGroups() {
2132 AssemblyWriter W(OS, SlotTable, this, AAW);
2139 AssemblyWriter W(OS, SlotTable, getParent(), AAW);
2168 AssemblyWriter W(OS, SlotTable, getModuleFromVal(I), AAW);
2172 AssemblyWriter W(OS, SlotTable, getModuleFromVal(BB), AAW);
2176 AssemblyWriter W(OS, SlotTable, GV->getParent(), AAW);
2186 AssemblyWriter W(OS, SlotTable, F ? F->getParent() : 0, AAW);