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

/external/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp70 /// getGVAlignmentLog2 - Return the alignment to use for the specified global
73 static unsigned getGVAlignmentLog2(const GlobalValue *GV, const TargetData &TD, function
296 unsigned AlignLog = getGVAlignmentLog2(GV, *TD);
1427 if (GV) NumBits = getGVAlignmentLog2(GV, *TM.getTargetData(), NumBits);

Completed in 37 milliseconds