Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp1679 static void emitGlobalConstantImpl(const Constant *C, AsmPrinter &AP);
1816 emitGlobalConstantImpl(CA->getOperand(i), AP); in emitGlobalConstantArray()
1822 emitGlobalConstantImpl(CV->getOperand(i), AP); in emitGlobalConstantVector()
1848 emitGlobalConstantImpl(Field, AP); in emitGlobalConstantStruct()
1964 static void emitGlobalConstantImpl(const Constant *CV, AsmPrinter &AP) { in emitGlobalConstantImpl() function
2008 return emitGlobalConstantImpl(CE->getOperand(0), AP); in emitGlobalConstantImpl()
2016 return emitGlobalConstantImpl(New, AP); in emitGlobalConstantImpl()
2032 emitGlobalConstantImpl(CV, *this); in EmitGlobalConstant()