Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp3282 static void emitGlobalConstantImpl(const DataLayout &DL, const Constant *C,
3408 emitGlobalConstantImpl(DL, CA->getOperand(I), AP, BaseCV, Offset, in emitGlobalConstantArray()
3444 emitGlobalConstantImpl(DL, CV->getOperand(I), AP); in emitGlobalConstantVector()
3467 emitGlobalConstantImpl(DL, Field, AP, BaseCV, Offset + SizeSoFar, in emitGlobalConstantStruct()
3678 static void emitGlobalConstantImpl(const DataLayout &DL, const Constant *CV, in emitGlobalConstantImpl() function
3734 return emitGlobalConstantImpl(DL, CE->getOperand(0), AP); in emitGlobalConstantImpl()
3742 return emitGlobalConstantImpl(DL, New, AP); in emitGlobalConstantImpl()
3767 emitGlobalConstantImpl(DL, CV, *this, nullptr, 0, AliasList); in emitGlobalConstant()