Home
last modified time | relevance | path

Searched refs:binary_size (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/ObjectYAML/
H A DYAML.cpp54 if (binary_size() == 0) in writeAsHex()
H A DELFYAML.cpp837 IO.mapOptional("Size", Section.Size, Hex64(Section.Content.binary_size())); in sectionMapping()
925 if (!RawSection || RawSection->Size >= RawSection->Content.binary_size()) in validate()
/freebsd-12.1/contrib/llvm/include/llvm/ObjectYAML/
H A DYAML.h82 ArrayRef<uint8_t>::size_type binary_size() const { in binary_size() function