Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/CodeGen/
H A DNonRelocatableStringpool.h39 uint64_t getStringOffset(StringRef S) { return getEntry(S).getOffset(); } in getStringOffset() function
/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.h560 uint64_t getStringOffset() const { return StringOffset; }
559 uint64_t getStringOffset() const { return StringOffset; } getStringOffset() function
/llvm-project/llvm/tools/dsymutil/
H A DMachOUtils.cpp207 NList.n_strx = NewStrings.getStringOffset(Name) + 1; in transferSymbol()
/llvm-project/lld/MachO/
H A DSyntheticSections.h582 StringOffset getStringOffset(StringRef str) const;
H A DSyntheticSections.cpp854 in.objcMethnameSection->getStringOffset(methname).outSecOff; in makeSelRef()
1792 DeduplicatedCStringSection::getStringOffset(StringRef str) const { in finalizeContents()
1760 DeduplicatedCStringSection::getStringOffset(StringRef str) const { getStringOffset() function in DeduplicatedCStringSection
/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.cpp850 W.startLine() << format("String: 0x%08" PRIx64, NTE.getStringOffset()); in dumpName()