OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getSectionAlignment
(Results
1 - 10
of
10
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/Object/
ObjectFile.h
266
virtual uint64_t
getSectionAlignment
(DataRefImpl Sec) const = 0;
468
return OwningObject->
getSectionAlignment
(SectionPimpl);
Wasm.h
187
uint64_t
getSectionAlignment
(DataRefImpl Sec) const override;
XCOFFObjectFile.h
292
uint64_t
getSectionAlignment
(DataRefImpl Sec) const override;
ELFObjectFile.h
284
uint64_t
getSectionAlignment
(DataRefImpl Sec) const override;
853
uint64_t ELFObjectFile<ELFT>::
getSectionAlignment
(DataRefImpl Sec) const {
MachO.h
303
uint64_t
getSectionAlignment
(DataRefImpl Sec) const override;
COFF.h
956
uint64_t
getSectionAlignment
(DataRefImpl Sec) const override;
/src/external/apache2/llvm/dist/llvm/lib/Object/
XCOFFObjectFile.cpp
293
uint64_t XCOFFObjectFile::
getSectionAlignment
(DataRefImpl Sec) const {
COFFObjectFile.cpp
302
uint64_t COFFObjectFile::
getSectionAlignment
(DataRefImpl Ref) const {
WasmObjectFile.cpp
1660
uint64_t WasmObjectFile::
getSectionAlignment
(DataRefImpl Sec) const {
MachOObjectFile.cpp
1980
uint64_t MachOObjectFile::
getSectionAlignment
(DataRefImpl Sec) const {
Completed in 40 milliseconds
Indexes created Mon Sep 07 00:24:45 UTC 2026