Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DDWARFEmitter.cpp1022 uint64_t DescriptionsLength = 0; in writeListEntry() local
1027 DescriptionsLength += *OpSize; in writeListEntry()
1032 if (Entry.DescriptionsLength) in writeListEntry()
1033 DescriptionsLength = *Entry.DescriptionsLength; in writeListEntry()
1035 DescriptionsLength = OpBuffer.size(); in writeListEntry()
1037 encodeULEB128(DescriptionsLength, OS); in writeListEntry()
H A DDWARFYAML.cpp322 IO.mapOptional("DescriptionsLength", LoclistEntry.DescriptionsLength); in mapping()
/src/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DDWARFYAML.h213 std::optional<yaml::Hex64> DescriptionsLength; member