Searched refs:emitGlobalConstantImpl (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1562 static void emitGlobalConstantImpl(const Constant *C, unsigned AddrSpace,
1701 emitGlobalConstantImpl(CA->getOperand(i), AddrSpace, AP);
1708 emitGlobalConstantImpl(CV->getOperand(i), AddrSpace, AP);
1735 emitGlobalConstantImpl(Field, AddrSpace, AP);
1847 static void emitGlobalConstantImpl(const Constant *CV, unsigned AddrSpace, function
1892 return emitGlobalConstantImpl(CE->getOperand(0), AddrSpace, AP);
1900 return emitGlobalConstantImpl(New, AddrSpace, AP);
1916 emitGlobalConstantImpl(CV, AddrSpace, *this);

Completed in 187 milliseconds