OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getSectionAlignment
(Results
1 - 3
of
3
) sorted by null
/external/llvm/include/llvm/Object/
ELFObjectFile.h
220
uint64_t
getSectionAlignment
(DataRefImpl Sec) const override;
574
uint64_t ELFObjectFile<ELFT>::
getSectionAlignment
(DataRefImpl Sec) const {
/external/llvm/lib/Object/
COFFObjectFile.cpp
291
uint64_t COFFObjectFile::
getSectionAlignment
(DataRefImpl Ref) const {
[
all
...]
MachOObjectFile.cpp
536
uint64_t MachOObjectFile::
getSectionAlignment
(DataRefImpl Sec) const {
[
all
...]
Completed in 87 milliseconds