Searched refs:emitGlobalConstantImpl (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | AsmPrinter.cpp | 1788 static void emitGlobalConstantImpl(const Constant *C, AsmPrinter &AP, 1932 emitGlobalConstantImpl(CA->getOperand(i), AP, BaseCV, Offset); in emitGlobalConstantArray() 1940 emitGlobalConstantImpl(CV->getOperand(i), AP); in emitGlobalConstantVector() 1961 emitGlobalConstantImpl(Field, AP, BaseCV, Offset+SizeSoFar); in emitGlobalConstantStruct() 2171 static void emitGlobalConstantImpl(const Constant *CV, AsmPrinter &AP, in emitGlobalConstantImpl() function 2223 return emitGlobalConstantImpl(CE->getOperand(0), AP); in emitGlobalConstantImpl() 2231 return emitGlobalConstantImpl(New, AP); in emitGlobalConstantImpl() 2256 emitGlobalConstantImpl(CV, *this); in EmitGlobalConstant()
|