Home
last modified time | relevance | path

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

/freebsd-src/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-src/contrib/llvm-project/llvm/include/llvm/DWARFLinker/
H A DStringPool.h55 StringPool() in StringPool() function
60 StringPool(size_t InitialSize) in StringPool() function
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/
H A DDWARFLinkerDeclContext.h39 NonRelocatableStringpool &StringPool) { in resolve()
163 NonRelocatableStringpool StringPool; variable
/freebsd-src/contrib/llvm-project/compiler-rt/lib/orc/
H A Dstring_pool.h56 friend class StringPool; variable
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVSupport.cpp25 LVStringPool StringPool; variable
/freebsd-src/contrib/llvm-project/lldb/source/Utility/
H A DConstString.cpp62 typedef llvm::StringMap<StringPoolValueType, Allocator> StringPool; typedef in Pool
195 static Pool &StringPool() { StringPool() function
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DSanitizerBinaryMetadata.cpp184 UniqueStringSaver StringPool{Alloc}; global() member in __anon6407de220111::SanitizerBinaryMetadata
/freebsd-src/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFStreamer.cpp1269 emitMacroTables(DWARFContext * Context,const Offset2UnitMap & UnitMacroMap,OffsetsStringPool & StringPool) emitMacroTables() argument
1287 emitMacroTableImpl(const DWARFDebugMacro * MacroTable,const Offset2UnitMap & UnitMacroMap,OffsetsStringPool & StringPool,uint64_t & OutOffset) emitMacroTableImpl() argument
H A DDWARFLinker.cpp146 getDIENames(const DWARFDie & Die,AttributesInfo & Info,OffsetsStringPool & StringPool,bool StripTemplate) getDIENames() argument
1609 addObjCAccelerator(CompileUnit & Unit,const DIE * Die,DwarfStringPoolEntryRef Name,OffsetsStringPool & StringPool,bool SkipPubSection) addObjCAccelerator() argument
/freebsd-src/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp827 llvm::StringSaver StringPool(Alloc); RoundTrip() local