OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getSectionAddressSize
(Results
1 - 8
of
8
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCAsmLayout.h
88
uint64_t
getSectionAddressSize
(const MCSection *Sec) const;
/src/external/apache2/llvm/dist/llvm/lib/MC/
MCFragment.cpp
194
uint64_t MCAsmLayout::
getSectionAddressSize
(const MCSection *Sec) const {
206
return
getSectionAddressSize
(Sec);
MachObjectWriter.cpp
122
uint64_t EndAddr = getSectionAddress(Sec) + Layout.
getSectionAddressSize
(Sec);
219
uint64_t SectionSize = Layout.
getSectionAddressSize
(&Sec);
648
StartAddress += Layout.
getSectionAddressSize
(Sec);
821
uint64_t Size = Layout.
getSectionAddressSize
(&Sec);
XCOFFObjectWriter.cpp
894
Csect.Size = Layout.
getSectionAddressSize
(MCSec);
MCAssembler.cpp
779
OS.tell() - Start == Layout.
getSectionAddressSize
(Sec));
WinCOFFObjectWriter.cpp
969
Sec->Header.SizeOfRawData = Layout.
getSectionAddressSize
(&Section);
ELFObjectWriter.cpp
1058
Size = Layout.
getSectionAddressSize
(Section);
/src/external/apache2/llvm/dist/llvm/tools/dsymutil/
MachOUtils.cpp
325
FileOffset += Layout.
getSectionAddressSize
(Sec);
326
VMAddr += Layout.
getSectionAddressSize
(Sec);
Completed in 26 milliseconds
Indexes created Sun Aug 30 00:27:18 UTC 2026