OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TextSection
(Results
1 - 12
of
12
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDGPUTargetObjectFile.cpp
24
return
TextSection
;
/src/external/apache2/llvm/dist/llvm/lib/Target/ARM/MCTargetDesc/
ARMELFObjectWriter.cpp
278
MCSectionELF *
TextSection
=
280
if (Sec.getKind().isExecuteOnly() && !
TextSection
->hasInstructions()) {
281
for (auto &F :
TextSection
->getFragmentList())
285
TextSection
->setFlags(
TextSection
->getFlags() | ELF::SHF_ARM_PURECODE);
/src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCWinEH.h
47
MCSection *
TextSection
= nullptr;
MCObjectFileInfo.h
55
MCSection *
TextSection
= nullptr;
254
MCSection *getTextSection() const { return
TextSection
; }
/src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMTargetObjectFile.cpp
52
TextSection
=
/src/external/apache2/llvm/dist/llvm/lib/MC/
MCWin64EH.cpp
228
MCSection *XData = Streamer.getAssociatedXDataSection(CFI->
TextSection
);
235
MCSection *PData = Streamer.getAssociatedPDataSection(CFI->
TextSection
);
246
MCSection *XData = Streamer.getAssociatedXDataSection(info->
TextSection
);
1092
MCSection *XData = Streamer.getAssociatedXDataSection(CFI->
TextSection
);
1105
MCSection *PData = Streamer.getAssociatedPDataSection(CFI->
TextSection
);
1121
Streamer.SwitchSection(info->
TextSection
);
1126
MCSection *XData = Streamer.getAssociatedXDataSection(info->
TextSection
);
MCObjectFileInfo.cpp
73
TextSection
// .text
153
TextCoalSection =
TextSection
;
354
TextSection
= Ctx->getELFSection(".text", ELF::SHT_PROGBITS,
525
TextSection
= Ctx->getCOFFSection(
789
TextSection
= Ctx->getWasmSection(".text", SectionKind::getText());
879
TextSection
= Ctx->getXCOFFSection(
MCStreamer.cpp
698
CurrentWinFrameInfo->
TextSection
= getCurrentSectionOnly();
716
SwitchSection(CurFrame->
TextSection
);
740
CurrentWinFrameInfo->
TextSection
= getCurrentSectionOnly();
MCDwarf.cpp
998
const auto
TextSection
= Sections.begin();
999
assert(
TextSection
!= Sections.end() && "No text section found");
1001
MCSymbol *StartSymbol = (*
TextSection
)->getBeginSymbol();
1002
MCSymbol *EndSymbol = (*
TextSection
)->getEndSymbol(context);
/src/external/apache2/llvm/dist/llvm/lib/Target/XCore/
XCoreTargetObjectFile.cpp
60
//
TextSection
- see MObjectFileInfo.cpp
113
if (Kind.isText()) return
TextSection
;
/src/external/apache2/llvm/dist/llvm/lib/Target/Mips/MCTargetDesc/
MipsTargetStreamer.cpp
881
MCSection &
TextSection
= *OFI.getTextSection();
882
MCA.registerSection(
TextSection
);
888
TextSection
.setAlignment(Align(std::max(16u,
TextSection
.getAlignment())));
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp
1258
return GO->isWeakForLinker() ? TextCoalSection :
TextSection
;
1663
return
TextSection
;
2314
return
TextSection
;
Completed in 33 milliseconds
Indexes created Mon Jun 08 00:24:58 UTC 2026