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

  /external/llvm/lib/IR/
AsmWriter.h 40 // TypePrinting Class: Type printing machinery
43 class TypePrinting {
44 TypePrinting(const TypePrinting &) LLVM_DELETED_FUNCTION;
45 void operator=(const TypePrinting&) LLVM_DELETED_FUNCTION;
55 TypePrinting() {}
56 ~TypePrinting() {}
73 TypePrinting TypePrinter;
AsmWriter.cpp 169 void TypePrinting::incorporateTypes(const Module &M) {
196 void TypePrinting::print(Type *Ty, raw_ostream &OS) {
271 void TypePrinting::printStructBody(StructType *STy, raw_ostream &OS) {
677 TypePrinting *TypePrinter,
766 TypePrinting &TypePrinter,
    [all...]

Completed in 75 milliseconds