Home
last modified time | relevance | path

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

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