/netbsd-src/external/apache2/llvm/dist/clang/include/clang/IndexSerialization/ |
H A D | SerializablePathCollection.h | 28 class StringPool { 55 StringPool::StringOffsetSize Path; 57 DirPath(RootDirKind Root, const StringPool::StringOffsetSize &Path) in DirPath() 63 StringPool::StringOffsetSize Filename; 65 FilePath(const DirPath &Dir, const StringPool::StringOffsetSize &Filename) in FilePath() 70 size_t addFilePath(RootDirKind Root, const StringPool::StringOffsetSize &Dir, 74 StringPool::StringOffsetSize addDirPath(StringRef Dir); 81 StringPool Paths; 95 const StringPool::StringOffsetSize WorkDirPath; 96 const StringPool::StringOffsetSize SysRootPath; [all …]
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/IndexSerialization/ |
H A D | SerializablePathCollection.cpp | 16 StringPool::StringOffsetSize StringPool::add(StringRef Str) { in add() 19 return StringPool::StringOffsetSize(Offset, Str.size()); in add() 23 const StringPool::StringOffsetSize &Dir, in addFilePath() 29 StringPool::StringOffsetSize PathPool::addDirPath(StringRef Dir) { in addDirPath()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DWARFLinker/ |
H A D | DWARFLinker.cpp | 171 OffsetsStringPool &StringPool, in getDIENames() argument 181 Info.MangledName = StringPool.getEntry(MangledName); in getDIENames() 185 Info.Name = StringPool.getEntry(Name); in getDIENames() 193 Info.NameWithoutTemplate = StringPool.getEntry(*StrippedName); in getDIENames() 847 const DWARFUnit &U, OffsetsStringPool &StringPool, AttributesInfo &Info) { in cloneStringAttribute() argument 853 auto StringEntry = StringPool.getEntry(*String); in cloneStringAttribute() 1206 CompileUnit &Unit, OffsetsStringPool &StringPool, const DWARFFormValue &Val, in cloneAttribute() argument 1219 return cloneStringAttribute(Die, AttrSpec, Val, U, StringPool, Info); in cloneAttribute() 1266 OffsetsStringPool &StringPool, in addObjCAccelerator() argument 1281 Unit.addNameAccelerator(Die, StringPool.getEntry(Selector), SkipPubSection); in addObjCAccelerator() [all …]
|
H A D | DWARFLinkerDeclContext.cpp | 87 NameRef = StringPool.internString(LinkageName); in getChildDeclContext() 89 NameRef = StringPool.internString(ShortName); in getChildDeclContext() 207 StringRef ResolvedPath = PathResolver.resolve(FileName, StringPool); in getResolvedPath()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DWARFLinker/ |
H A D | DWARFLinkerDeclContext.h | 36 NonRelocatableStringpool &StringPool) { in resolve() argument 52 return StringPool.internString(ResolvedPath); in resolve() 155 NonRelocatableStringpool StringPool; variable
|
H A D | DWARFLinker.h | 418 OffsetsStringPool &StringPool); 568 CompileUnit &U, OffsetsStringPool &StringPool, 577 OffsetsStringPool &StringPool, 623 OffsetsStringPool &StringPool, 633 OffsetsStringPool &StringPool, 680 OffsetsStringPool &StringPool, bool StripTemplate = false); 692 OffsetsStringPool &StringPool, bool SkipPubSection);
|
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/ |
H A D | CXString.cpp | 145 return TU->StringPool->getCXStringBuf(TU); in getCXStringBuf() 149 TU->StringPool->Pool.push_back(this); in dispose()
|
H A D | CXTranslationUnit.h | 31 clang::cxstring::CXStringPool *StringPool; member
|
H A D | CIndex.cpp | 81 D->StringPool = new cxstring::CXStringPool(); in MakeCXTranslationUnit() 4205 delete CTUnit->StringPool; in clang_disposeTranslationUnit()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/TableGen/ |
H A D | Record.cpp | 528 static StringMap<StringInit*, BumpPtrAllocator &> StringPool(Allocator); in get() local 532 auto &Entry = *StringPool.insert(std::make_pair(V, nullptr)).first; in get()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/ |
H A D | CompilerInvocation.cpp | 682 llvm::StringSaver StringPool(Alloc); in RoundTrip() local 683 auto SA = [&StringPool](const Twine &Arg) { in RoundTrip() 684 return StringPool.save(Arg).data(); in RoundTrip()
|