Searched refs:CppWriter (Results 1 - 1 of 1) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Target/CppBackend/
H A DCPPBackend.cpp89 /// CppWriter - This class is the main chunk of code that converts an LLVM
91 class CppWriter : public ModulePass { class in namespace:__anon18766
106 explicit CppWriter(formatted_raw_ostream &o) : function in class:__anon18766::CppWriter
163 formatted_raw_ostream &CppWriter::nl(formatted_raw_ostream &Out, int delta) {
195 void CppWriter::error(const std::string& msg) {
202 void CppWriter::printCFP(const ConstantFP *CFP) {
254 void CppWriter::printCallingConv(CallingConv::ID cc){
265 void CppWriter::printLinkageType(GlobalValue::LinkageTypes LT) {
302 void CppWriter::printVisibilityType(GlobalValue::VisibilityTypes VisType) {
319 void CppWriter
[all...]

Completed in 217 milliseconds