OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ELFSectionRef
(Results
1 - 10
of
10
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
ELFDump.h
20
class
ELFSectionRef
;
30
uint64_t getELFSectionLMA(const object::
ELFSectionRef
&Sec);
llvm-objdump.h
25
class
ELFSectionRef
;
ELFDump.cpp
145
const object::
ELFSectionRef
&Sec) {
161
uint64_t objdump::getELFSectionLMA(const object::
ELFSectionRef
&Sec) {
llvm-objdump.cpp
829
return
ELFSectionRef
(Section).getFlags() & ELF::SHF_ALLOC;
2189
if (
ELFSectionRef
(Section).getFlags() & ELF::SHF_ALLOC) {
/src/external/apache2/llvm/dist/llvm/include/llvm/Object/
ELFObjectFile.h
51
friend class
ELFSectionRef
;
101
class
ELFSectionRef
: public SectionRef {
103
ELFSectionRef
(const SectionRef &B) : SectionRef(B) {
130
const
ELFSectionRef
*operator->() const {
131
return static_cast<const
ELFSectionRef
*>(section_iterator::operator->());
134
const
ELFSectionRef
&operator*() const {
135
return static_cast<const
ELFSectionRef
&>(section_iterator::operator*());
/src/external/apache2/llvm/dist/llvm/tools/llvm-profgen/
ProfiledBinary.cpp
57
const object::
ELFSectionRef
&Sec,
73
static uint64_t getELFImageLMAForSec(const object::
ELFSectionRef
&Sec) {
/src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyld.cpp
471
return
ELFSectionRef
(Section).getFlags() & ELF::SHF_ALLOC;
494
return !(
ELFSectionRef
(Section).getFlags() &
512
return
ELFSectionRef
(Section).getType() == ELF::SHT_NOBITS;
/src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/IntelJITEvents/
IntelJITEventListener.cpp
81
object::
ELFSectionRef
ElfSection(Section);
/src/external/apache2/llvm/dist/llvm/tools/llvm-size/
llvm-size.cpp
187
switch (static_cast<
ELFSectionRef
>(Section).getType()) {
194
return static_cast<
ELFSectionRef
>(Section).getFlags() & ELF::SHF_ALLOC;
/src/external/apache2/llvm/dist/llvm/tools/llvm-cfi-verify/lib/
FileAnalysis.cpp
454
if (!(object::
ELFSectionRef
(Section).getFlags() & ELF::SHF_EXECINSTR))
Completed in 30 milliseconds
Indexes created Tue Sep 08 00:25:21 UTC 2026