Home
last modified time | relevance | path

Searched defs:StringPool (Results 1 – 17 of 17) sorted by relevance

/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/pool/
DStringPool.java41 public class StringPool extends StringTypeBasePool implements StringSection<CharSequence, StringRef… class
43 public StringPool(@Nonnull DexPool dexPool) { in StringPool() method in StringPool
/external/pdfium/core/fxcrt/
Dstring_pool_template_unittest.cpp11 TEST(StringPool, ByteString) { in TEST() argument
54 TEST(StringPool, WideString) { in TEST() argument
/external/llvm/lib/Support/
DStringPool.cpp19 StringPool::StringPool() {} in StringPool() function in StringPool
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DStringPool.cpp18 StringPool::StringPool() {} in StringPool() function in StringPool
/external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/analysis/
DStringPool.java26 public final class StringPool { class
/external/clang/tools/libclang/
DCXTranslationUnit.h32 clang::cxstring::CXStringPool *StringPool; member
/external/llvm-project/llvm/lib/DWARFLinker/
DDWARFLinkerDeclContext.cpp45 UniquingStringPool &StringPool, bool InClangModule) { in getChildDeclContext()
DDWARFLinker.cpp172 OffsetsStringPool &StringPool, in getDIENames()
316 DeclContext *CurrentDeclContext, UniquingStringPool &StringPool, in analyzeContextInfo()
890 const DWARFUnit &U, OffsetsStringPool &StringPool, AttributesInfo &Info) { in cloneStringAttribute()
1226 CompileUnit &Unit, OffsetsStringPool &StringPool, const DWARFFormValue &Val, in cloneAttribute()
1279 OffsetsStringPool &StringPool, in addObjCAccelerator()
1344 OffsetsStringPool &StringPool, in cloneDIE()
2023 OffsetsStringPool &StringPool, UniquingStringPool &UniquingStringPool, in registerModuleReference()
2081 const DWARFFile &File, OffsetsStringPool &StringPool, in loadClangModule()
2167 OffsetsStringPool &StringPool, bool IsLittleEndian) { in cloneAllCompileUnits()
2261 OffsetsStringPool &StringPool) { in emitPaperTrailWarnings()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DWARFLinker/
DDWARFLinkerDeclContext.cpp45 UniquingStringPool &StringPool, bool InClangModule) { in getChildDeclContext()
/external/llvm-project/clang/tools/libclang/
DCXTranslationUnit.h31 clang::cxstring::CXStringPool *StringPool; member
/external/perfetto/src/trace_processor/containers/
Dstring_pool.cc42 StringPool::StringPool() { in StringPool() function in perfetto::trace_processor::StringPool
/external/llvm-project/llvm/include/llvm/DWARFLinker/
DDWARFLinkerDeclContext.h34 StringRef resolve(std::string Path, NonRelocatableStringpool &StringPool) { in resolve()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DWARFLinker/
DDWARFLinkerDeclContext.h33 StringRef resolve(std::string Path, NonRelocatableStringpool &StringPool) { in resolve()
/external/llvm-project/lldb/source/Utility/
DConstString.cpp62 typedef llvm::StringMap<StringPoolValueType, Allocator> StringPool; typedef in Pool
196 static Pool &StringPool() { in StringPool() function
/external/llvm-project/llvm/unittests/DebugInfo/DWARF/
DDwarfGenerator.h256 std::unique_ptr<DwarfStringPool> StringPool; // Entries owned by Allocator. variable
/external/llvm/tools/dsymutil/
DDwarfLinker.cpp1441 NonRelocatableStringpool StringPool; member in llvm::dsymutil::__anondabe43b60111::DwarfLinker
1545 NonRelocatableStringpool &StringPool, bool InClangModule) { in getChildDeclContext()
1765 NonRelocatableStringpool &StringPool, in analyzeContextInfo()
/external/llvm-project/llvm/lib/TableGen/
DRecord.cpp509 static StringMap<StringInit*, BumpPtrAllocator &> StringPool(Allocator); in get() local