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
97
uint64_t
getSectionAddressSize
(const MCSectionData *SD) const;
/external/llvm/lib/MC/
MachObjectWriter.cpp
114
uint64_t EndAddr = getSectionAddress(SD) + Layout.
getSectionAddressSize
(SD);
203
uint64_t SectionSize = Layout.
getSectionAddressSize
(&SD);
594
StartAddress += Layout.
getSectionAddressSize
(SD);
765
uint64_t Size = Layout.
getSectionAddressSize
(&SD);
[
all
...]
MCAssembler.cpp
151
uint64_t MCAsmLayout::
getSectionAddressSize
(const MCSectionData *SD) const {
163
return
getSectionAddressSize
(SD);
740
Layout.
getSectionAddressSize
(SD));
[
all
...]
WinCOFFObjectWriter.cpp
718
if (Layout.
getSectionAddressSize
((*i)->MCData) > 0) {
805
Sec->Header.SizeOfRawData = Layout.
getSectionAddressSize
(i);
ELFObjectWriter.cpp
55
static uint64_t
GetSectionAddressSize
(const MCAsmLayout &Layout,
[
all
...]
Completed in 53 milliseconds