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

/external/swiftshader/third_party/LLVM/lib/Target/CBackend/
H A DCBackend.cpp76 /// CWriter - This class is the main chunk of code that converts an LLVM
78 class CWriter : public FunctionPass, public InstVisitor<CWriter> { class in namespace:__anon20045
104 explicit CWriter(formatted_raw_ostream &o) function in class:__anon20045::CWriter
282 friend class InstVisitor<CWriter>;
346 char CWriter::ID = 0;
365 std::string CWriter::getStructName(StructType *ST) {
376 void CWriter::printStructReturnPointerFunctionType(raw_ostream &Out,
413 CWriter::printSimpleType(raw_ostream &Out, Type *Ty, bool isSigned,
466 raw_ostream &CWriter
[all...]

Completed in 75 milliseconds