Searched refs:getStringOffsetSection (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFObject.h | 54 virtual const DWARFSection &getStringOffsetSection() const { return Dummy; } in getStringOffsetSection() function
|
D | DWARFUnit.h | 348 const DWARFSection &getStringOffsetSection() const { in getStringOffsetSection() function
|
/external/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFUnit.h | 159 StringRef getStringOffsetSection() const { return StringOffsetSection; } in getStringOffsetSection() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/ |
D | DWARFContext.cpp | 549 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
|
D | DWARFVerifier.cpp | 286 DObj.getStringOffsetSection(), &DObj.getAppleObjCSection(), in handleDebugInfo() 300 DObj.getStringOffsetSection(), &DObj.getAppleObjCSection(), in handleDebugInfo()
|
D | DWARFUnit.cpp | 37 D.getStringSection(), D.getStringOffsetSection(), in parse()
|