/freebsd-src/contrib/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
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DWARFLinker/ |
H A D | StringPool.h | 55 StringPool() in StringPool() function 60 StringPool(size_t InitialSize) in StringPool() function
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/ |
H A D | DWARFLinkerDeclContext.h | 39 NonRelocatableStringpool &StringPool) { in resolve() 163 NonRelocatableStringpool StringPool; variable
|
/freebsd-src/contrib/llvm-project/compiler-rt/lib/orc/ |
H A D | string_pool.h | 56 friend class StringPool; variable
|
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/ |
H A D | LVSupport.cpp | 25 LVStringPool StringPool; variable
|
/freebsd-src/contrib/llvm-project/lldb/source/Utility/ |
H A D | ConstString.cpp | 62 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 D | SanitizerBinaryMetadata.cpp | 184 UniqueStringSaver StringPool{Alloc}; global() member in __anon6407de220111::SanitizerBinaryMetadata
|
/freebsd-src/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/ |
H A D | DWARFStreamer.cpp | 1269 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 D | DWARFLinker.cpp | 146 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 D | CompilerInvocation.cpp | 827 llvm::StringSaver StringPool(Alloc); RoundTrip() local
|