Searched refs:TypePrinting (Results 1 – 5 of 5) sorted by relevance
/external/llvm/lib/IR/ |
D | AsmWriter.cpp | 424 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-7.0/llvm/lib/IR/ |
D | AsmWriter.cpp | 463 class TypePrinting { class 465 TypePrinting(const Module *M = nullptr) : DeferredM(M) {} in TypePrinting() function in __anond391111b0411::TypePrinting 467 TypePrinting(const TypePrinting &) = delete; 468 TypePrinting &operator=(const TypePrinting &) = delete; 498 TypeFinder &TypePrinting::getNamedTypes() { in getNamedTypes() 503 std::vector<StructType *> &TypePrinting::getNumberedTypes() { in getNumberedTypes() 521 bool TypePrinting::empty() { in empty() 526 void TypePrinting::incorporateTypes() { in incorporateTypes() 556 void TypePrinting::print(Type *Ty, raw_ostream &OS) { in print() 633 void TypePrinting::printStructBody(StructType *STy, raw_ostream &OS) { in printStructBody() [all …]
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | AsmWriter.cpp | 138 class TypePrinting { class 139 TypePrinting(const TypePrinting &); // DO NOT IMPLEMENT 140 void operator=(const TypePrinting&); // DO NOT IMPLEMENT 150 TypePrinting() {} in TypePrinting() function in __anon923a16800111::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/ |
D | ExtendingLLVM.rst | 326 modify ``void TypePrinting::print(Type *Ty, raw_ostream &OS)``
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/ |
D | ExtendingLLVM.rst | 326 modify ``void TypePrinting::print(Type *Ty, raw_ostream &OS)``
|