Home
last modified time | relevance | path

Searched refs:TypePrinting (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/IR/
DAsmWriter.cpp424 class TypePrinting { class
425 TypePrinting(const TypePrinting &) = delete;
426 void operator=(const TypePrinting&) = delete;
435 TypePrinting() = default;
445 void TypePrinting::incorporateTypes(const Module &M) { in incorporateTypes()
472 void TypePrinting::print(Type *Ty, raw_ostream &OS) { in print()
548 void TypePrinting::printStructBody(StructType *STy, raw_ostream &OS) { in printStructBody()
1035 TypePrinting *TypePrinter,
1040 TypePrinting *TypePrinter,
1129 TypePrinting &TypePrinter, in WriteConstantInternal()
[all …]
/external/swiftshader/third_party/LLVM/lib/VMCore/
DAsmWriter.cpp138 class TypePrinting { class
139 TypePrinting(const TypePrinting &); // DO NOT IMPLEMENT
140 void operator=(const TypePrinting&); // DO NOT IMPLEMENT
150 TypePrinting() {} in TypePrinting() function in __anon4c5db9b60111::TypePrinting
151 ~TypePrinting() {} in ~TypePrinting()
162 void TypePrinting::incorporateTypes(const Module &M) { in incorporateTypes()
189 void TypePrinting::print(Type *Ty, raw_ostream &OS) { in print()
265 void TypePrinting::printStructBody(StructType *STy, raw_ostream &OS) { in printStructBody()
623 TypePrinting *TypePrinter,
698 TypePrinting &TypePrinter, in WriteConstantInternal()
[all …]
/external/llvm/docs/
DExtendingLLVM.rst326 modify ``void TypePrinting::print(Type *Ty, raw_ostream &OS)``