Searched defs:TypePrinter (Results 1 - 4 of 4) sorted by relevance

/external/clang/utils/ABITest/
H A DABITestGen.py13 class TypePrinter: class in inherits:
635 P = TypePrinter(output,
/external/clang/lib/AST/
H A DTypePrinter.cpp1 //===--- TypePrinter.cpp - Pretty-Print Clang Types -----------------------===//
82 class TypePrinter { class in namespace:__anon1494
89 explicit TypePrinter(const PrintingPolicy &Policy, unsigned Indentation = 0) function in class:__anon1494::TypePrinter
137 void TypePrinter::spaceBeforePlaceHolder(raw_ostream &OS) {
142 void TypePrinter::print(QualType t, raw_ostream &OS, StringRef PlaceHolder) {
147 void TypePrinter::print(const Type *T, Qualifiers Quals, raw_ostream &OS,
161 bool TypePrinter::canPrefixQualifiers(const Type *T,
238 void TypePrinter::printBefore(QualType T, raw_ostream &OS) {
253 void TypePrinter::printBefore(const Type *T,Qualifiers Quals, raw_ostream &OS) {
299 void TypePrinter
[all...]
/external/swiftshader/third_party/LLVM/lib/VMCore/
H A DAsmWriter.cpp623 TypePrinting *TypePrinter,
698 TypePrinting &TypePrinter,
816 WriteAsOperandInternal(Out, BA->getFunction(), &TypePrinter, Machine,
819 WriteAsOperandInternal(Out, BA->getBasicBlock(), &TypePrinter, Machine,
837 TypePrinter.print(ETy, Out);
840 &TypePrinter, Machine,
844 TypePrinter.print(ETy, Out);
846 WriteAsOperandInternal(Out, CA->getOperand(i), &TypePrinter, Machine,
862 TypePrinter.print(CS->getOperand(0)->getType(), Out);
865 WriteAsOperandInternal(Out, CS->getOperand(0), &TypePrinter, Machin
697 WriteConstantInternal(raw_ostream &Out, const Constant *CV, TypePrinting &TypePrinter, SlotTracker *Machine, const Module *Context) argument
948 WriteMDNodeBodyInternal(raw_ostream &Out, const MDNode *Node, TypePrinting *TypePrinter, SlotTracker *Machine, const Module *Context) argument
975 WriteAsOperandInternal(raw_ostream &Out, const Value *V, TypePrinting *TypePrinter, SlotTracker *Machine, const Module *Context) argument
1092 TypePrinting TypePrinter; local
1109 TypePrinting TypePrinter; member in class:__anon23102::AssemblyWriter
2078 TypePrinting TypePrinter; local
[all...]
/external/llvm/lib/IR/
H A DAsmWriter.cpp1035 TypePrinting *TypePrinter,
1040 TypePrinting *TypePrinter,
1129 TypePrinting &TypePrinter,
1228 WriteAsOperandInternal(Out, BA->getFunction(), &TypePrinter, Machine,
1231 WriteAsOperandInternal(Out, BA->getBasicBlock(), &TypePrinter, Machine,
1240 TypePrinter.print(ETy, Out);
1243 &TypePrinter, Machine,
1247 TypePrinter.print(ETy, Out);
1249 WriteAsOperandInternal(Out, CA->getOperand(i), &TypePrinter, Machine,
1268 TypePrinter
1128 WriteConstantInternal(raw_ostream &Out, const Constant *CV, TypePrinting &TypePrinter, SlotTracker *Machine, const Module *Context) argument
1386 writeMDTuple(raw_ostream &Out, const MDTuple *Node, TypePrinting *TypePrinter, SlotTracker *Machine, const Module *Context) argument
1425 TypePrinting *TypePrinter; member in struct:__anon14057::MDFieldPrinter
1431 MDFieldPrinter(raw_ostream &Out, TypePrinting *TypePrinter, SlotTracker *Machine, const Module *Context) argument
1478 writeMetadataAsOperand(raw_ostream &Out, const Metadata *MD, TypePrinting *TypePrinter, SlotTracker *Machine, const Module *Context) argument
1548 writeGenericDINode(raw_ostream &Out, const GenericDINode *N, TypePrinting *TypePrinter, SlotTracker *Machine, const Module *Context) argument
1567 writeDILocation(raw_ostream &Out, const DILocation *DL, TypePrinting *TypePrinter, SlotTracker *Machine, const Module *Context) argument
1612 writeDIDerivedType(raw_ostream &Out, const DIDerivedType *N, TypePrinting *TypePrinter, SlotTracker *Machine, const Module *Context) argument
1632 writeDICompositeType(raw_ostream &Out, const DICompositeType *N, TypePrinting *TypePrinter, SlotTracker *Machine, const Module *Context) argument
1656 writeDISubroutineType(raw_ostream &Out, const DISubroutineType *N, TypePrinting *TypePrinter, SlotTracker *Machine, const Module *Context) argument
1679 writeDICompileUnit(raw_ostream &Out, const DICompileUnit *N, TypePrinting *TypePrinter, SlotTracker *Machine, const Module *Context) argument
1703 writeDISubprogram(raw_ostream &Out, const DISubprogram *N, TypePrinting *TypePrinter, SlotTracker *Machine, const Module *Context) argument
1733 writeDILexicalBlock(raw_ostream &Out, const DILexicalBlock *N, TypePrinting *TypePrinter, SlotTracker *Machine, const Module *Context) argument
1745 writeDILexicalBlockFile(raw_ostream &Out, const DILexicalBlockFile *N, TypePrinting *TypePrinter, SlotTracker *Machine, const Module *Context) argument
1759 writeDINamespace(raw_ostream &Out, const DINamespace *N, TypePrinting *TypePrinter, SlotTracker *Machine, const Module *Context) argument
1771 writeDIMacro(raw_ostream &Out, const DIMacro *N, TypePrinting *TypePrinter, SlotTracker *Machine, const Module *Context) argument
1783 writeDIMacroFile(raw_ostream &Out, const DIMacroFile *N, TypePrinting *TypePrinter, SlotTracker *Machine, const Module *Context) argument
1794 writeDIModule(raw_ostream &Out, const DIModule *N, TypePrinting *TypePrinter, SlotTracker *Machine, const Module *Context) argument
1808 writeDITemplateTypeParameter(raw_ostream &Out, const DITemplateTypeParameter *N, TypePrinting *TypePrinter, SlotTracker *Machine, const Module *Context) argument
1820 writeDITemplateValueParameter(raw_ostream &Out, const DITemplateValueParameter *N, TypePrinting *TypePrinter, SlotTracker *Machine, const Module *Context) argument
1835 writeDIGlobalVariable(raw_ostream &Out, const DIGlobalVariable *N, TypePrinting *TypePrinter, SlotTracker *Machine, const Module *Context) argument
1853 writeDILocalVariable(raw_ostream &Out, const DILocalVariable *N, TypePrinting *TypePrinter, SlotTracker *Machine, const Module *Context) argument
1868 writeDIExpression(raw_ostream &Out, const DIExpression *N, TypePrinting *TypePrinter, SlotTracker *Machine, const Module *Context) argument
1889 writeDIObjCProperty(raw_ostream &Out, const DIObjCProperty *N, TypePrinting *TypePrinter, SlotTracker *Machine, const Module *Context) argument
1904 writeDIImportedEntity(raw_ostream &Out, const DIImportedEntity *N, TypePrinting *TypePrinter, SlotTracker *Machine, const Module *Context) argument
1918 WriteMDNodeBodyInternal(raw_ostream &Out, const MDNode *Node, TypePrinting *TypePrinter, SlotTracker *Machine, const Module *Context) argument
1940 WriteAsOperandInternal(raw_ostream &Out, const Value *V, TypePrinting *TypePrinter, SlotTracker *Machine, const Module *Context) argument
2018 WriteAsOperandInternal(raw_ostream &Out, const Metadata *MD, TypePrinting *TypePrinter, SlotTracker *Machine, const Module *Context, bool FromValue) argument
2061 TypePrinting TypePrinter; member in class:__anon14058::AssemblyWriter
3430 TypePrinting TypePrinter; local
3456 TypePrinting TypePrinter; local
3497 TypePrinting TypePrinter; local
[all...]

Completed in 173 milliseconds