Home
last modified time | relevance | path

Searched refs:getStringOffset (Results 1 – 6 of 6) 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.h580 StringOffset getStringOffset(StringRef str) const;
H A DSyntheticSections.cpp853 in.objcMethnameSection->getStringOffset(methname).outSecOff; in makeSelRef()
1770 DeduplicatedCStringSection::getStringOffset(StringRef str) const { in getStringOffset() function in DeduplicatedCStringSection
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.cpp850 W.startLine() << format("String: 0x%08" PRIx64, NTE.getStringOffset()); in dumpName()