OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getCommonAlignment
(Results
1 - 4
of
4
) sorted by null
/external/llvm/include/llvm/MC/
MCAssembler.h
606
///
getCommonAlignment
- Return the alignment of a 'common' symbol.
607
unsigned
getCommonAlignment
() const {
/external/llvm/lib/MC/
MCAssembler.cpp
952
<< " align: " <<
getCommonAlignment
() << ")";
MachObjectWriter.cpp
328
if (unsigned Align = Data.
getCommonAlignment
()) {
ELFObjectWriter.cpp
176
return Data.
getCommonAlignment
();
[
all
...]
Completed in 489 milliseconds