OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getSectionAddressSize
(Results
1 - 5
of
5
) sorted by null
/external/llvm/include/llvm/MC/
MCAsmLayout.h
89
uint64_t
getSectionAddressSize
(const MCSectionData *SD) const;
/external/llvm/lib/MC/
MachObjectWriter.cpp
99
uint64_t EndAddr = getSectionAddress(SD) + Layout.
getSectionAddressSize
(SD);
188
uint64_t SectionSize = Layout.
getSectionAddressSize
(&SD);
537
StartAddress += Layout.
getSectionAddressSize
(SD);
661
uint64_t Size = Layout.
getSectionAddressSize
(&SD);
MCAssembler.cpp
136
uint64_t MCAsmLayout::
getSectionAddressSize
(const MCSectionData *SD) const {
148
return
getSectionAddressSize
(SD);
545
Layout.
getSectionAddressSize
(SD));
WinCOFFObjectWriter.cpp
732
if (Layout.
getSectionAddressSize
((*i)->MCData) > 0) {
792
Sec->Header.SizeOfRawData = Layout.
getSectionAddressSize
(i);
ELFObjectWriter.cpp
[
all
...]
Completed in 37 milliseconds