Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:TextSection
(Results
1 - 13
of
13
) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/MCTargetDesc/
H
A
D
ARMELFObjectWriter.cpp
256
MCSectionELF *
TextSection
=
in addTargetSectionFlags()
local
258
if (Sec.getKind().isExecuteOnly() && !
TextSection
->hasInstructions()) {
in addTargetSectionFlags()
259
for (auto &F :
TextSection
->getFragmentList())
in addTargetSectionFlags()
263
TextSection
->setFlags(
TextSection
->getFlags() | ELF::SHF_ARM_PURECODE);
in addTargetSectionFlags()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
H
A
D
MCWin64EH.cpp
228
MCSection *XData = Streamer.getAssociatedXDataSection(CFI->
TextSection
);
in Emit()
235
MCSection *PData = Streamer.getAssociatedPDataSection(CFI->
TextSection
);
in Emit()
245
MCSection *XData = Streamer.getAssociatedXDataSection(info->
TextSection
);
in EmitUnwindInfo()
660
MCSection *XData = Streamer.getAssociatedXDataSection(CFI->
TextSection
);
in Emit()
667
MCSection *PData = Streamer.getAssociatedPDataSection(CFI->
TextSection
);
in Emit()
677
MCSection *XData = Streamer.getAssociatedXDataSection(info->
TextSection
);
in EmitUnwindInfo()
H
A
D
MCObjectFileInfo.cpp
72
TextSection
// .text
in initMachOMCObjectFileInfo()
152
TextCoalSection =
TextSection
;
in initMachOMCObjectFileInfo()
348
TextSection
= Ctx->getELFSection(".text", ELF::SHT_PROGBITS,
in initELFMCObjectFileInfo()
512
TextSection
= Ctx->getCOFFSection(
in initCOFFMCObjectFileInfo()
746
TextSection
= Ctx->getWasmSection(".text", SectionKind::getText());
in initWasmMCObjectFileInfo()
787
TextSection
= Ctx->getXCOFFSection(
in initXCOFFMCObjectFileInfo()
H
A
D
MCDwarf.cpp
993
const auto
TextSection
= Sections.begin();
in EmitGenDwarfInfo()
local
994
assert(
TextSection
!= Sections.end() && "No text section found");
in EmitGenDwarfInfo()
996
MCSymbol *StartSymbol = (*
TextSection
)->getBeginSymbol();
in EmitGenDwarfInfo()
997
MCSymbol *EndSymbol = (*
TextSection
)->getEndSymbol(context);
in EmitGenDwarfInfo()
H
A
D
MCStreamer.cpp
685
CurrentWinFrameInfo->
TextSection
= getCurrentSectionOnly();
in EmitWinCFIStartProc()
720
CurrentWinFrameInfo->
TextSection
= getCurrentSectionOnly();
in EmitWinCFIStartChained()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H
A
D
AMDGPUTargetObjectFile.cpp
27
return
TextSection
;
in SelectSectionForGlobal()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
H
A
D
MCWinEH.h
39
const MCSection *
TextSection
= nullptr;
member
H
A
D
MCObjectFileInfo.h
55
MCSection *
TextSection
= nullptr;
member in llvm::MCObjectFileInfo
243
MCSection *getTextSection() const { return
TextSection
; }
in getTextSection()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
H
A
D
ARMTargetObjectFile.cpp
52
TextSection
= Ctx.getELFSection(".text", Type, Flags, 0, "", 0U);
in Initialize()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/
H
A
D
XCoreTargetObjectFile.cpp
60
//
TextSection
- see MObjectFileInfo.cpp
in Initialize()
113
if (Kind.isText()) return
TextSection
;
in SelectSectionForGlobal()
/third_party/protobuf/objectivec/DevTools/
H
A
D
pddm.py
438
class
TextSection
(SectionBase):
class in SourceFile
591
section = self.
TextSection
(line_num)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/MCTargetDesc/
H
A
D
MipsTargetStreamer.cpp
862
MCSection &
TextSection
= *OFI.getTextSection();
in finish()
local
863
MCA.registerSection(
TextSection
);
in finish()
869
TextSection
.setAlignment(Align(std::max(16u,
TextSection
.getAlignment())));
in finish()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H
A
D
TargetLoweringObjectFileImpl.cpp
987
return GO->isWeakForLinker() ? TextCoalSection :
TextSection
;
in SelectSectionForGlobal()
1388
return
TextSection
;
in SelectSectionForGlobal()
1871
return
TextSection
;
in SelectSectionForGlobal()
Completed in 17 milliseconds