Home
last modified time | relevance | path

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

/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFUnit.h171 bool getStringOffsetSectionItem(uint32_t Index, uint32_t &Result) const;
/external/llvm/lib/DebugInfo/DWARF/
DDWARFUnit.cpp65 bool DWARFUnit::getStringOffsetSectionItem(uint32_t Index, in getStringOffsetSectionItem() function in llvm::DWARFUnit
DDWARFFormValue.cpp516 if (!U->getStringOffsetSectionItem(Offset, StrOffset)) in getAsCString()