Home
last modified time | relevance | path

Searched refs:getStringOffsetDWOSection (Results 1 – 6 of 6) sorted by relevance

/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFContext.h215 virtual StringRef getStringOffsetDWOSection() = 0;
313 StringRef getStringOffsetDWOSection() override { in getStringOffsetDWOSection() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFObject.h62 virtual const DWARFSection &getStringOffsetDWOSection() const { in getStringOffsetDWOSection() function
/external/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp247 !getStringOffsetDWOSection().empty()) { in dump()
249 DataExtractor strOffsetExt(getStringOffsetDWOSection(), isLittleEndian(), in dump()
252 uint64_t size = getStringOffsetDWOSection().size(); in dump()
DDWARFUnit.cpp30 C.getStringDWOSection(), C.getStringOffsetDWOSection(), in parseDWO()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp555 DObj->getStringOffsetDWOSection().Data)) in dump()
557 OS, "debug_str_offsets.dwo", *DObj, DObj->getStringOffsetDWOSection(), in dump()
1508 const DWARFSection &getStringOffsetDWOSection() const override { in getStringOffsetDWOSection() function in __anonddd817f10c11::DWARFObjInMemory
DDWARFUnit.cpp46 D.getStringDWOSection(), D.getStringOffsetDWOSection(), in parseDWO()