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

/freebsd-10.2-release/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp71 /// getGVAlignmentLog2 - Return the alignment to use for the specified global
74 static unsigned getGVAlignmentLog2(const GlobalValue *GV, const DataLayout &TD, function
314 unsigned AlignLog = getGVAlignmentLog2(GV, *DL);
1484 if (GV) NumBits = getGVAlignmentLog2(GV, *TM.getDataLayout(), NumBits);

Completed in 100 milliseconds