Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp77 static unsigned getGVAlignmentLog2(const GlobalValue *GV, const DataLayout &TD, in getGVAlignmentLog2() function
370 unsigned AlignLog = getGVAlignmentLog2(GV, *DL); in EmitGlobalVariable()
1534 if (GV) NumBits = getGVAlignmentLog2(GV, *TM.getDataLayout(), NumBits); in EmitAlignment()