Home
last modified time | relevance | path

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 DDecompressor.cpp34 : 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 DCOFFEmitter.cpp220 // 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 DCOFFYAML.cpp571 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 DDecompressor.h59 StringRef SectionData; member in llvm::object::Decompressor
/third_party/node/deps/v8/src/snapshot/embedded/
H A Dplatform-embedded-file-writer-aix.h25 void SectionData() override;
H A Dplatform-embedded-file-writer-generic.h27 void SectionData() override;
H A Dplatform-embedded-file-writer-mac.h25 void SectionData() override;
H A Dplatform-embedded-file-writer-aix.cc35 void PlatformEmbeddedFileWriterAIX::SectionData() { in SectionData() function in v8::internal::PlatformEmbeddedFileWriterAIX
H A Dplatform-embedded-file-writer-base.h57 virtual void SectionData() = 0;
H A Dplatform-embedded-file-writer-mac.cc32 void PlatformEmbeddedFileWriterMac::SectionData() { fprintf(fp_, ".data\n"); } in SectionData() function in v8::internal::PlatformEmbeddedFileWriterMac
H A Dplatform-embedded-file-writer-win.h24 void SectionData() override;
H A Dplatform-embedded-file-writer-generic.cc44 void PlatformEmbeddedFileWriterGeneric::SectionData() { in SectionData() function in v8::internal::PlatformEmbeddedFileWriterGeneric
H A Dplatform-embedded-file-writer-win.cc367 void PlatformEmbeddedFileWriterWin::SectionData() { in SectionData() function in v8::internal::PlatformEmbeddedFileWriterWin
587 void PlatformEmbeddedFileWriterWin::SectionData() { in SectionData() function in v8::internal::PlatformEmbeddedFileWriterWin
H A Dembedded-file-writer.cc180 w->SectionData(); in WriteFileEpilogue()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
H A DCOFFYAML.h72 yaml::BinaryRef SectionData; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp1562 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