Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp163 static unsigned getGVAlignmentLog2(const GlobalValue *GV, const DataLayout &DL, in getGVAlignmentLog2() function
491 unsigned AlignLog = getGVAlignmentLog2(GV, DL); in EmitGlobalVariable()
2101 NumBits = getGVAlignmentLog2(GV, GV->getParent()->getDataLayout(), NumBits); in EmitAlignment()