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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2413 static void emitGlobalConstantImpl(const DataLayout &DL, const Constant *C,
2523 emitGlobalConstantImpl(DL, CA->getOperand(i), AP, BaseCV, Offset);
2532 emitGlobalConstantImpl(DL, CV->getOperand(i), AP);
2552 emitGlobalConstantImpl(DL, Field, AP, BaseCV, Offset + SizeSoFar);
2765 static void emitGlobalConstantImpl(const DataLayout &DL, const Constant *CV, function
2771 // are handled recursively by emitGlobalConstantImpl. Keep track of the
2819 return emitGlobalConstantImpl(DL, CE->getOperand(0), AP);
2827 return emitGlobalConstantImpl(DL, New, AP);
2851 emitGlobalConstantImpl(DL, CV, *this);

Completed in 44 milliseconds