Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DWARFLinker/
H A DDWARFLinkerDeclContext.h36 NonRelocatableStringpool &StringPool) { in resolve()
155 NonRelocatableStringpool StringPool; variable
/freebsd-13.1/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp171 OffsetsStringPool &StringPool, in getDIENames()
847 const DWARFUnit &U, OffsetsStringPool &StringPool, AttributesInfo &Info) { in cloneStringAttribute()
1206 CompileUnit &Unit, OffsetsStringPool &StringPool, const DWARFFormValue &Val, in cloneAttribute()
1266 OffsetsStringPool &StringPool, in addObjCAccelerator()
1334 OffsetsStringPool &StringPool, in cloneDIE()
1991 OffsetsStringPool &StringPool, in registerModuleReference()
2050 const DWARFFile &File, OffsetsStringPool &StringPool, in loadClangModule()
2135 OffsetsStringPool &StringPool, bool IsLittleEndian) { in cloneAllCompileUnits()
2233 OffsetsStringPool &StringPool) { in emitPaperTrailWarnings()
/freebsd-13.1/contrib/llvm-project/lldb/source/Utility/
H A DConstString.cpp62 typedef llvm::StringMap<StringPoolValueType, Allocator> StringPool; typedef in Pool
196 static Pool &StringPool() { in StringPool() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/TableGen/
H A DRecord.cpp528 static StringMap<StringInit*, BumpPtrAllocator &> StringPool(Allocator); in get() local
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp682 llvm::StringSaver StringPool(Alloc); in RoundTrip() local