Searched defs:printInstruction (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Target/CppBackend/
H A DCPPBackend.cpp158 void printInstruction(const Instruction *I, const std::string& bbname);
1083 // printInstruction - This member is called for each Instruction in a function.
1084 void CppWriter::printInstruction(const Instruction *I, function in class:CppWriter
1788 printInstruction(I,bbname);
/external/llvm/lib/VMCore/
H A DAsmWriter.cpp1176 void printInstruction(const Instruction &I);
1683 printInstruction(*I);
1701 void AssemblyWriter::printInstruction(const Instruction &I) { function in class:AssemblyWriter
2125 W.printInstruction(*I);

Completed in 21 milliseconds