OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getRelocatedSection
(Results
1 - 8
of
8
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/Object/
ObjectFile.h
135
Expected<section_iterator>
getRelocatedSection
() const;
280
virtual Expected<section_iterator>
getRelocatedSection
(DataRefImpl Sec) const;
519
inline Expected<section_iterator> SectionRef::
getRelocatedSection
() const {
520
return OwningObject->
getRelocatedSection
(SectionPimpl);
ELFObjectFile.h
297
getRelocatedSection
(DataRefImpl Sec) const override;
970
ELFObjectFile<ELFT>::
getRelocatedSection
(DataRefImpl Sec) const {
/src/external/apache2/llvm/dist/llvm/lib/Object/
ObjectFile.cpp
102
ObjectFile::
getRelocatedSection
(DataRefImpl Sec) const {
/src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyld.cpp
362
Expected<section_iterator> RelSecOrErr = SI->
getRelocatedSection
();
673
Expected<section_iterator> RelSecOrErr = SI->
getRelocatedSection
();
RuntimeDyldELF.cpp
675
Expected<section_iterator> RelSecOrErr = si->
getRelocatedSection
();
1950
Expected<section_iterator> RelSecOrErr = SI->
getRelocatedSection
();
/src/external/apache2/llvm/dist/llvm/tools/llvm-cxxdump/
llvm-cxxdump.cpp
177
Expected<section_iterator> ErrOrSec = Section.
getRelocatedSection
();
/src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
llvm-objdump.cpp
803
Expected<section_iterator> RelocatedOrErr = Sec.
getRelocatedSection
();
1654
Expected<section_iterator> SecOrErr = Section.
getRelocatedSection
();
/src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
DWARFContext.cpp
1680
Expected<section_iterator> SecOrErr = Section.
getRelocatedSection
();
Completed in 61 milliseconds
Indexes created Wed Jun 10 00:26:05 UTC 2026