Home
last modified time | relevance | path

Searched defs:getStringSection (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/DebugInfo/
DDWARFContext.h113 virtual StringRef getStringSection() { return StringSection; } in getStringSection() function
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/pool/
DDexPool.java212 @Nonnull @Override public StringPool getStringSection() { in getStringSection() method in DexPool.DexPoolSectionProvider
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFUnit.h158 StringRef getStringSection() const { return StringSection; } in getStringSection() function
DDWARFContext.h292 StringRef getStringSection() override { return StringSection; } in getStringSection() function