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

/external/swiftshader/third_party/LLVM/lib/VMCore/
H A DAsmWriter.cpp133 // TypePrinting Class: Type printing machinery
136 /// TypePrinting - Type printing machinery.
138 class TypePrinting { class in namespace:__anon19005
139 TypePrinting(const TypePrinting &); // DO NOT IMPLEMENT
140 void operator=(const TypePrinting&); // DO NOT IMPLEMENT
150 TypePrinting() {} function in class:__anon19005::TypePrinting
151 ~TypePrinting() {}
162 void TypePrinting::incorporateTypes(const Module &M) {
189 void TypePrinting
[all...]
/external/llvm/lib/IR/
H A DAsmWriter.cpp424 class TypePrinting { class in namespace:__anon12703
425 TypePrinting(const TypePrinting &) = delete;
426 void operator=(const TypePrinting&) = delete;
435 TypePrinting() = default;
445 void TypePrinting::incorporateTypes(const Module &M) {
472 void TypePrinting::print(Type *Ty, raw_ostream &OS) {
548 void TypePrinting::printStructBody(StructType *STy, raw_ostream &OS) {
1035 TypePrinting *TypePrinter,
1040 TypePrinting *TypePrinte
[all...]

Completed in 83 milliseconds