Home
last modified time | relevance | path

Searched defs:getStringOffset (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DNonRelocatableStringpool.h42 uint64_t getStringOffset(StringRef S) { return getEntry(S).getOffset(); } in getStringOffset() function
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.h526 uint64_t getStringOffset() const { return StringOffset; } in getStringOffset() function
/freebsd-14.2/contrib/llvm-project/lld/MachO/
H A DSyntheticSections.cpp1705 DeduplicatedCStringSection::getStringOffset(StringRef str) const { in getStringOffset() function in DeduplicatedCStringSection