Home
last modified time | relevance | path

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

/freebsd/contrib/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
/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinkerParallel/
H A DStringPool.h
/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/
H A DDWARFLinkerDeclContext.h
/freebsd/contrib/llvm-project/compiler-rt/lib/orc/
H A Dstring_pool.h56 friend class StringPool; variable
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVSupport.cpp25 LVStringPool StringPool; variable
/freebsd/contrib/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
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DSanitizerBinaryMetadata.cpp186 UniqueStringSaver StringPool{Alloc}; member in __anon0ee657d00111::SanitizerBinaryMetadata
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFStreamer.cpp
H A DDWARFLinker.cpp
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFStreamer.cpp1278 OffsetsStringPool &StringPool) { in emitMacroTables()
1296 OffsetsStringPool &StringPool, in emitMacroTableImpl()
H A DDWARFLinker.cpp155 OffsetsStringPool &StringPool, in getDIENames()
1626 OffsetsStringPool &StringPool, in addObjCAccelerator()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinkerParallel/
H A DDWARFEmitterImpl.h
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp851 llvm::StringSaver StringPool(Alloc); in RoundTrip() local