Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/TableGen/
H A DStringToOffsetTable.h25 StringMap<unsigned> StringOffset; variable
29 bool Empty() const { return StringOffset.empty(); } in Empty()
33 StringOffset.insert(std::make_pair(Str, AggregateString.size()));
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.h360 uint64_t StringOffset; variable
365 uint64_t StringOffset, uint64_t EntryOffset) in NameTableEntry() argument
366 : StrData(StrData), Index(Index), StringOffset(StringOffset), in NameTableEntry()
373 uint64_t getStringOffset() const { return StringOffset; } in getStringOffset()
378 uint64_t Off = StringOffset; in getString()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DArchive.cpp155 std::size_t StringOffset; in getName() local
156 if (Name.substr(1).rtrim(' ').getAsInteger(10, StringOffset)) { in getName()
170 if (StringOffset >= Parent->getStringTable().size()) { in getName()
173 return malformedError("long name offset " + Twine(StringOffset) + " past " in getName()
181 size_t End = Parent->getStringTable().find('\n', /*From=*/StringOffset); in getName()
185 Twine(StringOffset) + "not terminated"); in getName()
187 return Parent->getStringTable().slice(StringOffset, End - 1); in getName()
189 return Parent->getStringTable().begin() + StringOffset; in getName()
H A DArchiveWriter.cpp350 for (unsigned StringOffset : M.Symbols) { in writeSymbolTable() local
352 printNBits(Out, Kind, StringOffset); in writeSymbolTable()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.cpp173 uint64_t StringOffset = AccelSection.getRelocatedValue(4, DataOffset); in dumpName() local
174 if (!StringOffset) in dumpName()
178 W.startLine() << format("String: 0x%08" PRIx64, StringOffset); in dumpName()
179 W.getOStream() << " \"" << StringSection.getCStr(&StringOffset) << "\"\n"; in dumpName()
354 uint64_t StringOffset = AccelSection.getRelocatedValue(4, &DataOffset); in equal_range() local
355 if (!StringOffset) in equal_range()
359 if (Key == StringSection.getCStr(&StringOffset)) in equal_range()
646 uint64_t StringOffset = in getNameTableEntry() local
650 return {Section.StringSection, Index, StringOffset, EntryOffset}; in getNameTableEntry()
H A DDWARFVerifier.cpp680 uint64_t StringOffset = *DieCU->getStringOffsetSectionItem(Index); in verifyDebugInfoForm() local
681 if (StringOffset >= DObj.getStrSection().size()) { in verifyDebugInfoForm()
929 uint64_t StringOffset; in verifyAppleAccelTable() local
943 StringOffset = StrpOffset; in verifyAppleAccelTable()
944 const char *Name = StrData->getCStr(&StringOffset); in verifyAppleAccelTable()
H A DDWARFContext.cpp200 uint64_t StringOffset = in dumpStringOffsetsSection() local
202 OS << format("%0*" PRIx64 " ", OffsetDumpWidth, StringOffset); in dumpStringOffsetsSection()
203 const char *S = StrData.getCStr(&StringOffset); in dumpStringOffsetsSection()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/MIRParser/
H A DMILexer.cpp307 unsigned StringOffset = PrefixLength + Number.size(); // Drop '%bb.<id>' in maybeLexMachineBasicBlock() local
313 ++StringOffset; in maybeLexMachineBasicBlock()
321 .setStringValue(Range.upto(C).drop_front(StringOffset)); in maybeLexMachineBasicBlock()
348 unsigned StringOffset = Rule.size() + Number.size(); in maybeLexIndexAndName() local
351 ++StringOffset; in maybeLexIndexAndName()
357 .setStringValue(Range.upto(C).drop_front(StringOffset)); in maybeLexIndexAndName()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/
H A DDiagnosticIDs.cpp130 uint32_t StringOffset = StaticDiagInfoDescriptionOffsets[MyIndex]; in getDescription() local
132 return StringRef(&Table[StringOffset], DescriptionLen); in getDescription()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/BPF/
H A DBTFDebug.cpp807 uint32_t StringOffset = 0; in emitBTFSection() local
809 OS.AddComment("string offset=" + std::to_string(StringOffset)); in emitBTFSection()
812 StringOffset += S.size() + 1; in emitBTFSection()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExpr.cpp1204 unsigned StringOffset = 0; in getLocationOfByte() local
1208 StringOffset = *StartTokenByteOffset; in getLocationOfByte()
1209 ByteNo -= StringOffset; in getLocationOfByte()
1227 *StartTokenByteOffset = StringOffset; in getLocationOfByte()
1253 *StartTokenByteOffset = StringOffset; in getLocationOfByte()
1260 StringOffset += TokNumBytes; in getLocationOfByte()
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/windows/
H A Dwinnt.d2840 DWORD StringOffset;