OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:findSectionByName
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
MachOPlatform.cpp
288
auto *Sec = G.
findSectionByName
(SectionName);
334
G.
findSectionByName
("__DATA,__objc_image_info")) {
407
if (auto *Sec = G.
findSectionByName
(SectionName)) {
424
auto *ObjCImageInfo = G.
findSectionByName
("__objc_imageinfo");
/src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/JITLink/
ELF_x86_64.cpp
462
auto JITSection = G->
findSectionByName
(*UpdateSectionName);
553
auto Section = G->
findSectionByName
(*Name);
646
auto JitSection = G->
findSectionByName
(*sectName);
741
if (auto *GOTSection = G.
findSectionByName
(ELFGOTSectionName)) {
760
if (auto *GOTSection = G.
findSectionByName
(ELFGOTSectionName)) {
886
G.
findSectionByName
(SymName.drop_front(StartSymbolPrefix.size())))
890
G.
findSectionByName
(SymName.drop_front(EndSymbolPrefix.size())))
EHFrameSupport.cpp
26
auto *EHFrame = G.
findSectionByName
(EHFrameSectionName);
130
auto *EHFrame = G.
findSectionByName
(EHFrameSectionName);
747
auto *EHFrame = G.
findSectionByName
(EHFrameSectionName);
795
if (auto *S = G.
findSectionByName
(EHFrameSectionName)) {
/src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
ELFDumper.cpp
253
const Elf_Shdr *
findSectionByName
(StringRef Name) const;
2124
ELFDumper<ELFT>::
findSectionByName
(StringRef Name) const {
2688
GotSec = Dumper.
findSectionByName
(".got");
3006
const Elf_Shdr *RegInfoSec =
findSectionByName
(".reginfo");
3070
const Elf_Shdr *MipsOpts =
findSectionByName
(".MIPS.options");
3107
const Elf_Shdr *StackMapSection =
findSectionByName
(".llvm_stackmaps");
6119
const typename ELFT::Shdr *Sec = Dumper.
findSectionByName
(".MIPS.abiflags");
/src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/JITLink/
JITLink.h
1022
Section *
findSectionByName
(StringRef Name) {
Completed in 73 milliseconds
Indexes created Tue Sep 08 00:25:21 UTC 2026