OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getSectionAlignment
(Results
1 - 6
of
6
) sorted by null
/external/llvm/include/llvm/Object/
ObjectFile.h
313
virtual error_code
getSectionAlignment
(DataRefImpl Sec, uint64_t &Res)const=0;
494
return OwningObject->
getSectionAlignment
(SectionPimpl, Result);
MachO.h
83
virtual error_code
getSectionAlignment
(DataRefImpl Sec, uint64_t &Res) const;
COFF.h
231
virtual error_code
getSectionAlignment
(DataRefImpl Sec, uint64_t &Res) const;
ELF.h
695
virtual error_code
getSectionAlignment
(DataRefImpl Sec, uint64_t &Res) const;
[
all
...]
/external/llvm/lib/Object/
COFFObjectFile.cpp
337
error_code COFFObjectFile::
getSectionAlignment
(DataRefImpl Sec,
MachOObjectFile.cpp
727
MachOObjectFile::
getSectionAlignment
(DataRefImpl Sec, uint64_t &Res) const {
[
all
...]
Completed in 1031 milliseconds