Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DDWARFEmitter.cpp1048 uint64_t DescriptionsLength = 0; in writeListEntry() local
1053 DescriptionsLength += *OpSize; in writeListEntry()
1058 if (Entry.DescriptionsLength) in writeListEntry()
1059 DescriptionsLength = *Entry.DescriptionsLength; in writeListEntry()
1061 DescriptionsLength = OpBuffer.size(); in writeListEntry()
1063 encodeULEB128(DescriptionsLength, OS); in writeListEntry()
H A DDWARFYAML.cpp338 IO.mapOptional("DescriptionsLength", LoclistEntry.DescriptionsLength); in mapping()
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DDWARFYAML.h217 std::optional<yaml::Hex64> DescriptionsLength; member