Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFObject.h54 virtual const DWARFSection &getStringOffsetSection() const { return Dummy; } in getStringOffsetSection() function
DDWARFUnit.h348 const DWARFSection &getStringOffsetSection() const { in getStringOffsetSection() function
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFUnit.h159 StringRef getStringOffsetSection() const { return StringOffsetSection; } in getStringOffsetSection() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp549 DObj->getStringOffsetSection().Data)) in dump()
551 OS, "debug_str_offsets", *DObj, DObj->getStringOffsetSection(), in dump()
1523 const DWARFSection &getStringOffsetSection() const override { in getStringOffsetSection() function in __anonddd817f10c11::DWARFObjInMemory
DDWARFVerifier.cpp286 DObj.getStringOffsetSection(), &DObj.getAppleObjCSection(), in handleDebugInfo()
300 DObj.getStringOffsetSection(), &DObj.getAppleObjCSection(), in handleDebugInfo()
DDWARFUnit.cpp37 D.getStringSection(), D.getStringOffsetSection(), in parse()