Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/ObjectYAML/
DDWARFEmitter.cpp834 uint64_t DescriptionsLength = 0; in writeListEntry() local
839 DescriptionsLength += *OpSize; in writeListEntry()
844 if (Entry.DescriptionsLength) in writeListEntry()
845 DescriptionsLength = *Entry.DescriptionsLength; in writeListEntry()
847 DescriptionsLength = OpBuffer.size(); in writeListEntry()
849 encodeULEB128(DescriptionsLength, OS); in writeListEntry()
DDWARFYAML.cpp295 IO.mapOptional("DescriptionsLength", LoclistEntry.DescriptionsLength); in mapping()
/external/llvm-project/llvm/include/llvm/ObjectYAML/
DDWARFYAML.h190 Optional<yaml::Hex64> DescriptionsLength; member