Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DAsmWriter.cpp445 class TypePrinting { class
447 TypePrinting(const Module *M = nullptr) : DeferredM(M) {} in TypePrinting() function in __anon4f18fdef0411::TypePrinting
449 TypePrinting(const TypePrinting &) = delete;
450 TypePrinting &operator=(const TypePrinting &) = delete;
480 TypeFinder &TypePrinting::getNamedTypes() { in getNamedTypes()
485 std::vector<StructType *> &TypePrinting::getNumberedTypes() { in getNumberedTypes()
503 bool TypePrinting::empty() { in empty()
508 void TypePrinting::incorporateTypes() { in incorporateTypes()
536 void TypePrinting::print(Type *Ty, raw_ostream &OS) { in print()
640 void TypePrinting::printStructBody(StructType *STy, raw_ostream &OS) { in printStructBody()
[all …]
/openbsd-src/gnu/llvm/llvm/docs/
H A DExtendingLLVM.rst318 modify ``void TypePrinting::print(Type *Ty, raw_ostream &OS)``