/llvm-project/compiler-rt/lib/orc/tests/unit/ |
H A D | string_pool_test.cpp | 16 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 D | StringPool.h | 55 StringPool() in StringPool() function 60 StringPool(size_t InitialSize) in StringPool() function
|
/llvm-project/compiler-rt/lib/orc/ |
H A D | string_pool.h | 56 friend class StringPool; variable [all...] |
/llvm-project/llvm/include/llvm/DWARFLinker/Classic/ |
H A D | DWARFLinkerDeclContext.h | 39 NonRelocatableStringpool &StringPool) { in resolve() argument 163 NonRelocatableStringpool StringPool; variable
|
/llvm-project/clang/tools/libclang/ |
H A D | CXTranslationUnit.h | 31 clang::cxstring::CXStringPool *StringPool; member
|
/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/ |
H A D | LVSupport.cpp | 25 LVStringPool &llvm::logicalview::getStringPool() { return StringPool; } variable
|
/llvm-project/lldb/source/Utility/ |
H A D | ConstString.cpp | 62 typedef llvm::StringMap<StringPoolValueType, Allocator> StringPool; typedef in Pool 201 static Pool &StringPool() { in StringPool() function
|
/llvm-project/llvm/unittests/DebugInfo/DWARF/ |
H A D | DwarfGenerator.h | 259 std::unique_ptr<DwarfStringPool> StringPool; // Entries owned by Allocator. variable
|
/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | SanitizerBinaryMetadata.cpp | 186 UniqueStringSaver StringPool{Alloc}; global() member in __anon2cce3ac30111::SanitizerBinaryMetadata
|
/llvm-project/llvm/lib/DWARFLinker/Classic/ |
H A D | DWARFStreamer.cpp | 1276 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 D | DWARFLinker.cpp | 147 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 D | CompilerInvocation.cpp | 838 llvm::StringSaver StringPool(Alloc); RoundTrip() local
|