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:SectionData
(Results
1 - 16
of
16
) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
H
A
D
Decompressor.cpp
34
:
SectionData
(Data), DecompressedSize(0) {}
in Decompressor()
37
if (!
SectionData
.startswith("ZLIB"))
in consumeCompressedGnuHeader()
40
SectionData
=
SectionData
.substr(4);
in consumeCompressedGnuHeader()
43
if (
SectionData
.size() < 8)
in consumeCompressedGnuHeader()
45
DecompressedSize = read64be(
SectionData
.data());
in consumeCompressedGnuHeader()
46
SectionData
=
SectionData
.substr(8);
in consumeCompressedGnuHeader()
55
if (
SectionData
.size() < HdrSize)
in consumeCompressedZLibHeader()
58
DataExtractor Extractor(
SectionData
, IsLittleEndia
in consumeCompressedZLibHeader()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
H
A
D
COFFEmitter.cpp
220
// We support specifying exactly one of
SectionData
or Subsections. So if
in layoutCOFF()
221
// there is already some
SectionData
, then we don't need to do any of this.
in layoutCOFF()
222
if (S.Name == ".debug$S" && S.
SectionData
.binary_size() == 0) {
in layoutCOFF()
234
if (S.
SectionData
.binary_size() == 0) {
in layoutCOFF()
238
S.
SectionData
=
in layoutCOFF()
242
if (S.
SectionData
.binary_size() == 0)
in layoutCOFF()
243
S.
SectionData
= CodeViewYAML::toDebugT(S.DebugT, CP.Allocator, S.Name);
in layoutCOFF()
245
if (S.
SectionData
.binary_size() == 0)
in layoutCOFF()
246
S.
SectionData
= CodeViewYAML::toDebugT(S.DebugP, CP.Allocator, S.Name);
in layoutCOFF()
248
if (S.DebugH.hasValue() && S.
SectionData
in layoutCOFF()
[all...]
H
A
D
COFFYAML.cpp
571
IO.mapOptional("
SectionData
", Sec.
SectionData
);
in mapping()
583
if (Sec.
SectionData
.binary_size() == 0 &&
in mapping()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
H
A
D
Decompressor.h
59
StringRef
SectionData
;
member in llvm::object::Decompressor
/third_party/node/deps/v8/src/snapshot/embedded/
H
A
D
platform-embedded-file-writer-aix.h
25
void
SectionData
() override;
H
A
D
platform-embedded-file-writer-generic.h
27
void
SectionData
() override;
H
A
D
platform-embedded-file-writer-mac.h
25
void
SectionData
() override;
H
A
D
platform-embedded-file-writer-aix.cc
35
void PlatformEmbeddedFileWriterAIX::
SectionData
() {
in SectionData()
function in v8::internal::PlatformEmbeddedFileWriterAIX
H
A
D
platform-embedded-file-writer-base.h
57
virtual void
SectionData
() = 0;
H
A
D
platform-embedded-file-writer-mac.cc
32
void PlatformEmbeddedFileWriterMac::
SectionData
() { fprintf(fp_, ".data\n"); }
in SectionData()
function in v8::internal::PlatformEmbeddedFileWriterMac
H
A
D
platform-embedded-file-writer-win.h
24
void
SectionData
() override;
H
A
D
platform-embedded-file-writer-generic.cc
44
void PlatformEmbeddedFileWriterGeneric::
SectionData
() {
in SectionData()
function in v8::internal::PlatformEmbeddedFileWriterGeneric
H
A
D
platform-embedded-file-writer-win.cc
367
void PlatformEmbeddedFileWriterWin::
SectionData
() {
in SectionData()
function in v8::internal::PlatformEmbeddedFileWriterWin
587
void PlatformEmbeddedFileWriterWin::
SectionData
() {
in SectionData()
function in v8::internal::PlatformEmbeddedFileWriterWin
H
A
D
embedded-file-writer.cc
180
w->
SectionData
();
in WriteFileEpilogue()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
H
A
D
COFFYAML.h
72
yaml::BinaryRef
SectionData
;
member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
H
A
D
DWARFContext.cpp
1562
if (StringRef *
SectionData
= mapSectionToMember(SecIt.first()))
in DWARFObjInMemory()
1563
*
SectionData
= SecIt.second->getBuffer();
in DWARFObjInMemory()
1641
if (StringRef *
SectionData
= mapSectionToMember(Name)) {
in DWARFObjInMemory()
1642
*
SectionData
= Data;
in DWARFObjInMemory()
Completed in 10 milliseconds