Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2860 static void emitGlobalConstantImpl(const DataLayout &DL, const Constant *C,
2986 emitGlobalConstantImpl(DL, CA->getOperand(I), AP, BaseCV, Offset, in emitGlobalConstantArray()
3022 emitGlobalConstantImpl(DL, CV->getOperand(I), AP); in emitGlobalConstantVector()
3045 emitGlobalConstantImpl(DL, Field, AP, BaseCV, Offset + SizeSoFar, in emitGlobalConstantStruct()
3260 static void emitGlobalConstantImpl(const DataLayout &DL, const Constant *CV, in emitGlobalConstantImpl() function
3316 return emitGlobalConstantImpl(DL, CE->getOperand(0), AP); in emitGlobalConstantImpl()
3324 return emitGlobalConstantImpl(DL, New, AP); in emitGlobalConstantImpl()
3349 emitGlobalConstantImpl(DL, CV, *this, nullptr, 0, AliasList); in emitGlobalConstant()