Searched refs:getStringDWOSection (Results 1 – 6 of 6) sorted by relevance
/external/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFContext.h | 214 virtual StringRef getStringDWOSection() = 0; 312 StringRef getStringDWOSection() override { return StringDWOSection; } in getStringDWOSection() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFObject.h | 61 virtual StringRef getStringDWOSection() const { return ""; } in getStringDWOSection() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/ |
D | DWARFContext.cpp | 467 DObj->getStringDWOSection())) { in dump() 468 DataExtractor strDWOData(DObj->getStringDWOSection(), isLittleEndian(), 0); in dump() 558 DObj->getStringDWOSection(), dwo_compile_units(), in dump() 1507 StringRef getStringDWOSection() const override { return StringDWOSection; } in getStringDWOSection() function in __anonddd817f10c11::DWARFObjInMemory
|
D | DWARFUnit.cpp | 46 D.getStringDWOSection(), D.getStringOffsetDWOSection(), in parseDWO()
|
/external/llvm/lib/DebugInfo/DWARF/ |
D | DWARFUnit.cpp | 30 C.getStringDWOSection(), C.getStringOffsetDWOSection(), in parseDWO()
|
D | DWARFContext.cpp | 205 !getStringDWOSection().empty()) { in dump() 207 DataExtractor strDWOData(getStringDWOSection(), isLittleEndian(), 0); in dump()
|