HomeSort by relevance Sort by last modified time
    Searched refs:TypePrinting (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/IR/
AsmWriter.cpp 424 class TypePrinting {
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) {
    [all...]
  /external/swiftshader/third_party/LLVM/lib/VMCore/
AsmWriter.cpp 133 // TypePrinting Class: Type printing machinery
136 /// TypePrinting - Type printing machinery.
138 class TypePrinting {
139 TypePrinting(const TypePrinting &); // DO NOT IMPLEMENT
140 void operator=(const TypePrinting&); // DO NOT IMPLEMENT
150 TypePrinting() {}
151 ~TypePrinting() {}
162 void TypePrinting::incorporateTypes(const Module &M) {
189 void TypePrinting::print(Type *Ty, raw_ostream &OS)
    [all...]

Completed in 48 milliseconds