Searched refs:CppWriter (Results 1 - 1 of 1) sorted by last modified time

/external/llvm/lib/Target/CppBackend/
H A DCPPBackend.cpp91 /// CppWriter - This class is the main chunk of code that converts an LLVM
93 class CppWriter : public ModulePass { class in namespace:__anon26007
108 explicit CppWriter(formatted_raw_ostream &o) : function in class:__anon26007::CppWriter
167 formatted_raw_ostream &CppWriter::nl(formatted_raw_ostream &Out, int delta) {
198 void CppWriter::error(const std::string& msg) {
217 void CppWriter::printCFP(const ConstantFP *CFP) {
269 void CppWriter::printCallingConv(CallingConv::ID cc){
280 void CppWriter::printLinkageType(GlobalValue::LinkageTypes LT) {
307 void CppWriter::printVisibilityType(GlobalValue::VisibilityTypes VisType) {
321 void CppWriter
[all...]

Completed in 50 milliseconds