reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2816 uint64_t Result = decodeULEB128(Ptr, &Count, Trie.end(), error); 2818 if (Ptr > Trie.end()) 2819 Ptr = Trie.end(); 2847 return Stack.back().Start - Trie.begin(); 2855 const uint8_t *Ptr = Trie.begin() + offset; 2868 if (Children > Trie.end()) { 2923 if (End >= Trie.end()) { 2931 while(*End != '\0' && End < Trie.end()) 2974 if (State.ChildCount != 0 && Children + 1 >= Trie.end()) { 2994 for (;*Top.Current != 0 && Top.Current < Trie.end(); Top.Current++) { 2998 if (Top.Current >= Trie.end()) { 3000 Twine::utohexstr(Top.Start - Trie.begin()) + 3011 Twine::utohexstr(Top.Start - Trie.begin())); 3016 if (node.Start == Trie.begin() + childNodeIndex){ 3018 Twine::utohexstr(Top.Start - Trie.begin()) + 3033 Twine::utohexstr(Stack.back().Start - Trie.begin())); 3059 Twine::utohexstr(Stack.back().Start - Trie.begin()));