Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-objdump/
DMachODump.cpp6857 Optional<uint64_t> AugmentationLength; in printMachOEHFrameSection() local
6863 AugmentationLength = decodeULEB128((const uint8_t *)Pos, in printMachOEHFrameSection()
6905 if (AugmentationLength) { in printMachOEHFrameSection()
6906 outs() << " Augmentation Data Length: " << *AugmentationLength << "\n"; in printMachOEHFrameSection()
6931 AugmentationLength.hasValue() }; in printMachOEHFrameSection()
6959 Optional<uint64_t> AugmentationLength; in printMachOEHFrameSection() local
6964 AugmentationLength = decodeULEB128((const uint8_t *)Pos, in printMachOEHFrameSection()
6986 if (AugmentationLength) { in printMachOEHFrameSection()
6987 outs() << " Augmentation Data Length: " << *AugmentationLength << "\n"; in printMachOEHFrameSection()