Home
last modified time | relevance | path

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

/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFContext.h214 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/
DDWARFObject.h61 virtual StringRef getStringDWOSection() const { return ""; } in getStringDWOSection() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp467 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
DDWARFUnit.cpp46 D.getStringDWOSection(), D.getStringOffsetDWOSection(), in parseDWO()
/external/llvm/lib/DebugInfo/DWARF/
DDWARFUnit.cpp30 C.getStringDWOSection(), C.getStringOffsetDWOSection(), in parseDWO()
DDWARFContext.cpp205 !getStringDWOSection().empty()) { in dump()
207 DataExtractor strDWOData(getStringDWOSection(), isLittleEndian(), 0); in dump()