Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DWP/
H A DDWP.cpp62 uint64_t StrIndex; in getIndexedString() local
65 StrIndex = InfoData.getU8(&InfoOffset); in getIndexedString()
68 StrIndex = InfoData.getU16(&InfoOffset); in getIndexedString()
71 StrIndex = InfoData.getU24(&InfoOffset); in getIndexedString()
74 StrIndex = InfoData.getU32(&InfoOffset); in getIndexedString()
78 StrIndex = InfoData.getULEB128(&InfoOffset); in getIndexedString()
87 uint64_t StrOffsetsOffset = 4 * StrIndex; in getIndexedString()
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVUtils.cpp35 unsigned StrIndex = i + WordIndex; in convertCharsToWord() local
37 if (StrIndex < Str.size()) { // If it's within the string, get a real char. in convertCharsToWord()
38 CharToAdd = Str[StrIndex]; in convertCharsToWord()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DXCOFFDumper.cpp956 for (size_t StrIndex = 0; CurrentStr < TableEnd; ++StrIndex) { in printNeededLibraries() local
959 if (StrIndex % 3 == 1) in printNeededLibraries()
970 for (size_t StrIndex = 0; CurrentStr < TableEnd; in printNeededLibraries() local
971 ++StrIndex, CurrentStr += strlen(CurrentStr) + 1) { in printNeededLibraries()
972 if (StrIndex >= 3 && StrIndex % 3 != 0) { in printNeededLibraries()
973 if (StrIndex % 3 == 1) in printNeededLibraries()
/freebsd/lib/libefivar/
H A Defivar-dp-format.c490 UINT8 StrIndex; in DevPathToTextAcpiEx() local
501 StrIndex = 0; in DevPathToTextAcpiEx()
502 while (CurrentLength < AcpiEx->Header.Length[0] && StrIndex < ARRAY_SIZE (Strings)) { in DevPathToTextAcpiEx()
503 Strings[StrIndex] = CurrentPos; in DevPathToTextAcpiEx()
507 StrIndex++; in DevPathToTextAcpiEx()