Searched defs:StringPool (Results 1 - 9 of 9) sorted by relevance

/external/llvm/lib/Support/
H A DStringPool.cpp1 //===-- StringPool.cpp - Interned string pool -----------------------------===//
10 // This file implements the StringPool class.
14 #include "llvm/Support/StringPool.h"
19 StringPool::StringPool() {} function in class:StringPool
21 StringPool::~StringPool() {
25 PooledStringPtr StringPool::intern(StringRef Key) {
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/pool/
H A DStringPool.java41 public class StringPool extends StringTypeBasePool implements StringSection<CharSequence, StringReference> { class in inherits:StringTypeBasePool,StringSection
/external/clang/tools/libclang/
H A DCXTranslationUnit.h32 clang::cxstring::CXStringPool *StringPool; member in struct:CXTranslationUnitImpl
/external/llvm/include/llvm/Support/
H A DStringPool.h1 //===-- StringPool.h - Interned string pool ---------------------*- C++ -*-===//
15 // StringPool Pool;
41 /// StringPool - An interned string pool. Use the intern method to add a
44 class StringPool { class in namespace:llvm
48 StringPool *Pool; ///< So the string can remove itself.
62 StringPool();
63 ~StringPool();
81 typedef StringPool::entry_t entry_t;
/external/lldb/source/Core/
H A DConstString.cpp21 typedef llvm::StringMap<StringPoolValueType, llvm::BumpPtrAllocator> StringPool; typedef in class:Pool
167 typedef StringPool::iterator iterator;
168 typedef StringPool::const_iterator const_iterator;
174 StringPool m_string_map;
193 StringPool() function
211 m_string (StringPool().GetConstCString (cstr))
216 m_string (StringPool().GetConstCStringWithLength (cstr, cstr_len))
221 m_string (StringPool().GetConstCStringWithLength (s.data(), s.size()))
231 llvm::StringRef lhs_string_ref (m_string, StringPool().GetConstCStringLength (m_string));
232 llvm::StringRef rhs_string_ref (rhs.m_string, StringPool()
[all...]
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp228 MCSymbol *StringPool = DU->getStringPool().getSectionSymbol(); local
229 Value = new (DIEValueAllocator) DIEDelta(Symb, StringPool);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.core_2.0.2.R36x_v20100804.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.preferences_3.3.0.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 199 milliseconds