Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/SPIRV/
H A DSPIRVUtils.cpp33 unsigned StrIndex = i + WordIndex; in convertCharsToWord() local
35 if (StrIndex < Str.size()) { // If it's within the string, get a real char. in convertCharsToWord()
36 CharToAdd = Str[StrIndex]; in convertCharsToWord()
/openbsd-src/gnu/llvm/llvm/lib/DWP/
H A DDWP.cpp60 uint64_t StrIndex; in getIndexedString() local
63 StrIndex = InfoData.getU8(&InfoOffset); in getIndexedString()
66 StrIndex = InfoData.getU16(&InfoOffset); in getIndexedString()
69 StrIndex = InfoData.getU24(&InfoOffset); in getIndexedString()
72 StrIndex = InfoData.getU32(&InfoOffset); in getIndexedString()
76 StrIndex = InfoData.getULEB128(&InfoOffset); in getIndexedString()
85 uint64_t StrOffsetsOffset = 4 * StrIndex; in getIndexedString()
/openbsd-src/gnu/llvm/llvm/tools/llvm-readobj/
H A DXCOFFDumper.cpp949 for (size_t StrIndex = 0; CurrentStr < TableEnd; ++StrIndex) { in printNeededLibraries() local
952 if (StrIndex % 3 == 1) in printNeededLibraries()
963 for (size_t StrIndex = 0; CurrentStr < TableEnd; in printNeededLibraries() local
964 ++StrIndex, CurrentStr += strlen(CurrentStr) + 1) { in printNeededLibraries()
965 if (StrIndex >= 3 && StrIndex % 3 != 0) { in printNeededLibraries()
966 if (StrIndex % 3 == 1) in printNeededLibraries()