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

/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp67 /// getGVAlignmentLog2 - Return the alignment to use for the specified global
70 static unsigned getGVAlignmentLog2(const GlobalValue *GV, const TargetData &TD, function
289 unsigned AlignLog = getGVAlignmentLog2(GV, *TD);
1417 if (GV) NumBits = getGVAlignmentLog2(GV, *TM.getTargetData(), NumBits);

Completed in 84 milliseconds