Searched refs:getStringOffsetDWOSection (Results 1 – 6 of 6) sorted by relevance
/external/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFContext.h | 215 virtual StringRef getStringOffsetDWOSection() = 0; 313 StringRef getStringOffsetDWOSection() override { in getStringOffsetDWOSection() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFObject.h | 62 virtual const DWARFSection &getStringOffsetDWOSection() const { in getStringOffsetDWOSection() function
|
/external/llvm/lib/DebugInfo/DWARF/ |
D | DWARFContext.cpp | 247 !getStringOffsetDWOSection().empty()) { in dump() 249 DataExtractor strOffsetExt(getStringOffsetDWOSection(), isLittleEndian(), in dump() 252 uint64_t size = getStringOffsetDWOSection().size(); in dump()
|
D | DWARFUnit.cpp | 30 C.getStringDWOSection(), C.getStringOffsetDWOSection(), in parseDWO()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/ |
D | DWARFContext.cpp | 555 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
|
D | DWARFUnit.cpp | 46 D.getStringDWOSection(), D.getStringOffsetDWOSection(), in parseDWO()
|