Home
last modified time | relevance | path

Searched full:descriptionslength (Results 1 – 4 of 4) sorted by relevance

/llvm-project/llvm/lib/ObjectYAML/
H A DDWARFEmitter.cpp1051 uint64_t DescriptionsLength = 0; in writeListEntry()
1056 DescriptionsLength += *OpSize; in writeListEntry()
1061 if (Entry.DescriptionsLength) in writeListEntry()
1062 DescriptionsLength = *Entry.DescriptionsLength; in writeListEntry()
1064 DescriptionsLength = OpBuffer.size(); in writeListEntry()
1066 encodeULEB128(DescriptionsLength, OS); in writeListEntry()
1022 uint64_t DescriptionsLength = 0; writeListEntry() local
H A DDWARFYAML.cpp338 IO.mapOptional("DescriptionsLength", LoclistEntry.DescriptionsLength); in validate()
/llvm-project/llvm/include/llvm/ObjectYAML/
H A DDWARFYAML.h216 std::optional<yaml::Hex64> DescriptionsLength;
213 std::optional<yaml::Hex64> DescriptionsLength; global() member
/llvm-project/llvm/test/tools/yaml2obj/ELF/DWARF/
H A Ddebug-loclists.yaml342 DescriptionsLength: 0x4321