Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/DWARFLinker/
H A DDWARFLinkerDeclContext.h37 NonRelocatableStringpool &StringPool) { in resolve()
161 NonRelocatableStringpool StringPool; variable
/llvm-project-15.0.7/clang/tools/libclang/
H A DCXTranslationUnit.h31 clang::cxstring::CXStringPool *StringPool; member
/llvm-project-15.0.7/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp173 OffsetsStringPool &StringPool, in getDIENames()
884 const DWARFUnit &, OffsetsStringPool &StringPool, AttributesInfo &Info) { in cloneStringAttribute()
1243 CompileUnit &Unit, OffsetsStringPool &StringPool, const DWARFFormValue &Val, in cloneAttribute()
1303 OffsetsStringPool &StringPool, in addObjCAccelerator()
1371 OffsetsStringPool &StringPool, in cloneDIE()
2022 OffsetsStringPool &StringPool, in registerModuleReference()
2081 const DWARFFile &File, OffsetsStringPool &StringPool, in loadClangModule()
2165 OffsetsStringPool &StringPool, bool IsLittleEndian) { in cloneAllCompileUnits()
2263 OffsetsStringPool &StringPool) { in emitPaperTrailWarnings()
/llvm-project-15.0.7/lldb/source/Utility/
H A DConstString.cpp62 typedef llvm::StringMap<StringPoolValueType, Allocator> StringPool; typedef in Pool
195 static Pool &StringPool() { in StringPool() function
/llvm-project-15.0.7/llvm/unittests/DebugInfo/DWARF/
H A DDwarfGenerator.h256 std::unique_ptr<DwarfStringPool> StringPool; // Entries owned by Allocator. variable
/llvm-project-15.0.7/clang/lib/Frontend/
H A DCompilerInvocation.cpp710 llvm::StringSaver StringPool(Alloc); in RoundTrip() local