Home
last modified time | relevance | path

Searched refs:getStrDWOSection (Results 1 – 15 of 15) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFObject.h68 virtual StringRef getStrDWOSection() const { return ""; } in getStrDWOSection() function
H A DDWARFContext.h344 return DataExtractor(DObj->getStrDWOSection(), false, 0); in getStringDWOExtractor()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFObject.h65 virtual StringRef getStrDWOSection() const { return ""; } in getStrDWOSection() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/DebugInfo/DWARF/
DDWARFObject.h68 virtual StringRef getStrDWOSection() const { return ""; } in getStrDWOSection() function
DDWARFContext.h357 return DataExtractor(DObj->getStrDWOSection(), false, 0); in getStringDWOExtractor()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/DebugInfo/DWARF/
DDWARFObject.h68 virtual StringRef getStrDWOSection() const { return ""; } in getStrDWOSection() function
DDWARFContext.h357 return DataExtractor(DObj->getStrDWOSection(), false, 0); in getStringDWOExtractor()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/DebugInfo/DWARF/
DDWARFObject.h68 virtual StringRef getStrDWOSection() const { return ""; } in getStrDWOSection() function
DDWARFContext.h357 return DataExtractor(DObj->getStrDWOSection(), false, 0); in getStringDWOExtractor()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/DebugInfo/DWARF/
DDWARFObject.h68 virtual StringRef getStrDWOSection() const { return ""; } in getStrDWOSection() function
DDWARFContext.h357 return DataExtractor(DObj->getStrDWOSection(), false, 0); in getStringDWOExtractor()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp520 DObj->getStrDWOSection())) { in dump()
521 DataExtractor strDWOData(DObj->getStrDWOSection(), isLittleEndian(), 0); in dump()
619 DObj->getStrDWOSection(), dwo_units(), in dump()
1798 StringRef getStrDWOSection() const override { return StrDWOSection; } in getStrDWOSection() function in __anon67bd87680d11::DWARFObjInMemory
H A DDWARFUnit.cpp53 &D.getLocDWOSection(), D.getStrDWOSection(), in addUnitsForDWOSection()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp582 DObj->getStrDWOSection())) in dump()
583 DumpStrSection(DObj->getStrDWOSection()); in dump()
672 DObj->getStrDWOSection(), dwo_units(), in dump()
1971 StringRef getStrDWOSection() const override { return StrDWOSection; } in getStrDWOSection() function in __anon7dea586e1011::DWARFObjInMemory
H A DDWARFUnit.cpp59 &D.getLocDWOSection(), D.getStrDWOSection(), in addUnitsForDWOSection()