OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getSectionType
(Results
1 - 8
of
8
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
Mangling.cpp
136
auto SecType = MachOObj.
getSectionType
(Sec);
/src/external/apache2/llvm/dist/llvm/include/llvm/Object/
ELFObjectFile.h
68
virtual uint32_t
getSectionType
(DataRefImpl Sec) const = 0;
112
return getObject()->
getSectionType
(getRawDataRefImpl());
306
uint32_t
getSectionType
(DataRefImpl Sec) const override;
524
uint32_t ELFObjectFile<ELFT>::
getSectionType
(DataRefImpl Sec) const {
XCOFFObjectFile.h
63
uint16_t
getSectionType
() const;
MachO.h
284
unsigned
getSectionType
(SectionRef Sec) const;
/src/external/apache2/llvm/dist/llvm/lib/Object/
XCOFFObjectFile.cpp
62
template <typename T> uint16_t XCOFFSectionHeader<T>::
getSectionType
() const {
69
return
getSectionType
() & SectionFlagsReservedMask;
MachOObjectFile.cpp
1770
unsigned MachOObjectFile::
getSectionType
(SectionRef Sec) const {
/src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
XCOFFDumper.cpp
483
uint16_t SectionType = Sec.
getSectionType
();
/src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyld.cpp
518
unsigned SectionType = MachO->
getSectionType
(Section);
Completed in 33 milliseconds
Indexes created Mon Sep 07 00:24:45 UTC 2026