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

/external/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1835 static void emitGlobalConstantImpl(const DataLayout &DL, const Constant *C,
1945 emitGlobalConstantImpl(DL, CA->getOperand(i), AP, BaseCV, Offset);
1954 emitGlobalConstantImpl(DL, CV->getOperand(i), AP);
1974 emitGlobalConstantImpl(DL, Field, AP, BaseCV, Offset + SizeSoFar);
2189 static void emitGlobalConstantImpl(const DataLayout &DL, const Constant *CV, function
2195 // are handled recursively by emitGlobalConstantImpl. Keep track of the
2241 return emitGlobalConstantImpl(DL, CE->getOperand(0), AP);
2249 return emitGlobalConstantImpl(DL, New, AP);
2273 emitGlobalConstantImpl(DL, CV, *this);

Completed in 44 milliseconds