Home
last modified time | relevance | path

Searched refs:getStringOffsetSectionItem (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFUnit.h309 Optional<uint64_t> getStringOffsetSectionItem(uint32_t Index) const;
/freebsd-12.1/contrib/llvm/lib/DebugInfo/DWARF/
H A DDWARFFormValue.cpp572 Optional<uint64_t> StrOffset = U->getStringOffsetSectionItem(Offset); in getAsCString()
H A DDWARFUnit.cpp223 Optional<uint64_t> DWARFUnit::getStringOffsetSectionItem(uint32_t Index) const { in getStringOffsetSectionItem() function in DWARFUnit
H A DDWARFVerifier.cpp645 uint64_t StringOffset = *DieCU->getStringOffsetSectionItem(Index); in verifyDebugInfoForm()