Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp3035 static void emitGlobalConstantImpl(const DataLayout &DL, const Constant *C,
3161 emitGlobalConstantImpl(DL, CA->getOperand(I), AP, BaseCV, Offset, in emitGlobalConstantArray()
3197 emitGlobalConstantImpl(DL, CV->getOperand(I), AP); in emitGlobalConstantVector()
3220 emitGlobalConstantImpl(DL, Field, AP, BaseCV, Offset + SizeSoFar, in emitGlobalConstantStruct()
3435 static void emitGlobalConstantImpl(const DataLayout &DL, const Constant *CV, in emitGlobalConstantImpl() function
3491 return emitGlobalConstantImpl(DL, CE->getOperand(0), AP); in emitGlobalConstantImpl()
3499 return emitGlobalConstantImpl(DL, New, AP); in emitGlobalConstantImpl()
3524 emitGlobalConstantImpl(DL, CV, *this, nullptr, 0, AliasList); in emitGlobalConstant()