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

/external/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1572 static void emitGlobalConstantImpl(const Constant *C, unsigned AddrSpace,
1711 emitGlobalConstantImpl(CA->getOperand(i), AddrSpace, AP);
1718 emitGlobalConstantImpl(CV->getOperand(i), AddrSpace, AP);
1745 emitGlobalConstantImpl(Field, AddrSpace, AP);
1857 static void emitGlobalConstantImpl(const Constant *CV, unsigned AddrSpace, function
1902 return emitGlobalConstantImpl(CE->getOperand(0), AddrSpace, AP);
1910 return emitGlobalConstantImpl(New, AddrSpace, AP);
1926 emitGlobalConstantImpl(CV, AddrSpace, *this);

Completed in 35 milliseconds