Home
last modified time | relevance | path

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

/llvm-project/compiler-rt/lib/orc/tests/unit/
H A Dstring_pool_test.cpp16 TEST(StringPool, UniquingAndComparisons) { in TEST() argument
35 TEST(StringPool, Dereference) { in TEST() argument
41 TEST(StringPool, ClearDeadEntries) { in TEST() argument
52 TEST(StringPool, NullPtr) { in TEST() argument
58 TEST(StringPool, Hashable) { in TEST() argument
[all...]
/llvm-project/llvm/include/llvm/DWARFLinker/
H A DStringPool.h55 StringPool() in StringPool() function
60 StringPool(size_t InitialSize) in StringPool() function
/llvm-project/compiler-rt/lib/orc/
H A Dstring_pool.h56 friend class StringPool; variable
[all...]
/llvm-project/llvm/include/llvm/DWARFLinker/Classic/
H A DDWARFLinkerDeclContext.h39 NonRelocatableStringpool &StringPool) { in resolve() argument
163 NonRelocatableStringpool StringPool; variable
/llvm-project/clang/tools/libclang/
H A DCXTranslationUnit.h31 clang::cxstring::CXStringPool *StringPool; member
/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVSupport.cpp25 LVStringPool &llvm::logicalview::getStringPool() { return StringPool; } variable
/llvm-project/lldb/source/Utility/
H A DConstString.cpp62 typedef llvm::StringMap<StringPoolValueType, Allocator> StringPool; typedef in Pool
201 static Pool &StringPool() { in StringPool() function
/llvm-project/llvm/unittests/DebugInfo/DWARF/
H A DDwarfGenerator.h259 std::unique_ptr<DwarfStringPool> StringPool; // Entries owned by Allocator. variable
/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DSanitizerBinaryMetadata.cpp186 UniqueStringSaver StringPool{Alloc}; global() member in __anon2cce3ac30111::SanitizerBinaryMetadata
/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFStreamer.cpp1276 emitMacroTables(DWARFContext * Context,const Offset2UnitMap & UnitMacroMap,OffsetsStringPool & StringPool) emitMacroTables() argument
1294 emitMacroTableImpl(const DWARFDebugMacro * MacroTable,const Offset2UnitMap & UnitMacroMap,OffsetsStringPool & StringPool,uint64_t & OutOffset) emitMacroTableImpl() argument
H A DDWARFLinker.cpp147 getDIENames(const DWARFDie & Die,AttributesInfo & Info,OffsetsStringPool & StringPool,bool StripTemplate) getDIENames() argument
1612 addObjCAccelerator(CompileUnit & Unit,const DIE * Die,DwarfStringPoolEntryRef Name,OffsetsStringPool & StringPool,bool SkipPubSection) addObjCAccelerator() argument
/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp838 llvm::StringSaver StringPool(Alloc); RoundTrip() local