Searched refs:binary_size (Results 1 - 14 of 14) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/
H A DYAML.h80 ArrayRef<uint8_t>::size_type binary_size() const { function in class:llvm::yaml::BinaryRef
/netbsd-current/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DYAML.cpp56 if (binary_size() == 0)
H A DMinidumpEmitter.cpp47 return allocateCallback(Data.binary_size(), [Data](raw_ostream &OS) {
117 return {support::ulittle32_t(Data.binary_size()),
199 assert(Raw.Content.binary_size() <= Raw.Size);
200 OS << std::string(Raw.Size - Raw.Content.binary_size(), '\0');
H A DCOFFEmitter.cpp221 if (S.Name == ".debug$S" && S.SectionData.binary_size() == 0) {
233 if (S.SectionData.binary_size() == 0) {
241 if (S.SectionData.binary_size() == 0)
244 if (S.SectionData.binary_size() == 0)
247 if (S.DebugH.hasValue() && S.SectionData.binary_size() == 0)
251 if (S.SectionData.binary_size() > 0) {
254 S.Header.SizeOfRawData = S.SectionData.binary_size();
509 assert(S.Header.SizeOfRawData >= S.SectionData.binary_size());
510 OS.write_zeros(S.Header.SizeOfRawData - S.SectionData.binary_size());
H A DELFEmitter.cpp97 if (!checkLimit(Bin.binary_size()))
683 ContentSize = Content->binary_size();
1654 if (NE.Desc.binary_size() == 0)
1657 CBA.write<uint32_t>(NE.Desc.binary_size(), ELFT::TargetEndianness);
1670 if (NE.Desc.binary_size() != 0) {
1733 size_t PatternSize = Fill.Pattern ? Fill.Pattern->binary_size() : 0;
H A DMinidumpYAML.cpp292 IO.mapOptional("Size", Stream.Size, Stream.Content.binary_size());
296 if (Stream.Size.value < Stream.Content.binary_size())
H A DCOFFYAML.cpp583 if (Sec.SectionData.binary_size() == 0 &&
H A DMachOEmitter.cpp310 ZeroFillBytes(OS, Sec.size - Content.binary_size());
H A DMachOYAML.cpp311 if (Section.content && Section.size < Section.content->binary_size())
H A DWasmEmitter.cpp548 encodeULEB128(Segment.Content.binary_size(), OS);
H A DELFYAML.cpp1602 if (F->Pattern && F->Pattern->binary_size() != 0 && !F->Size)
1615 (uint64_t)(*Sec.Size) < Sec.Content->binary_size())
H A DDWARFEmitter.cpp940 Length += List.Content->binary_size();
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/include/
H A Ddiscovery.h61 uint16_t binary_size; /* Binary Size*/ member in struct:binary_header
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
H A Damdgpu_discovery.c197 size = bhdr->binary_size - offset;

Completed in 222 milliseconds