Searched refs:emitGlobalAliasInline (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | AsmPrinter.cpp | 3351 static void emitGlobalAliasInline(AsmPrinter &AP, uint64_t Offset, in emitGlobalAliasInline() function 3383 emitGlobalAliasInline(AP, ElementByteSize * I, AliasList); in emitGlobalConstantDataSequential() 3393 emitGlobalAliasInline(AP, ElementByteSize * I, AliasList); in emitGlobalConstantDataSequential() 3449 emitGlobalAliasInline(AP, 0, AliasList); in emitGlobalConstantVector() 3454 emitGlobalAliasInline(AP, DL.getTypeAllocSize(CV->getType()) * I, AliasList); in emitGlobalConstantVector() 3693 emitGlobalAliasInline(AP, Offset, AliasList); in emitGlobalConstantImpl()
|