Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDNonRelocatableStringpool.h39 uint64_t getStringOffset(StringRef S) { return getEntry(S).getOffset(); } in getStringOffset() function
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
HDDWARFAcceleratorTable.h559 uint64_t getStringOffset() const { return StringOffset; } in getStringOffset() function
/freebsd-14-stable/contrib/llvm-project/lld/MachO/
HDSyntheticSections.h580 StringOffset getStringOffset(StringRef str) const;
HDSyntheticSections.cpp853 in.objcMethnameSection->getStringOffset(methname).outSecOff; in makeSelRef()
1770 DeduplicatedCStringSection::getStringOffset(StringRef str) const { in getStringOffset() function in DeduplicatedCStringSection
/freebsd-14-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
HDDWARFAcceleratorTable.cpp850 W.startLine() << format("String: 0x%08" PRIx64, NTE.getStringOffset()); in dumpName()