/llvm-project/clang-tools-extra/clangd/index/ |
H A D | Serialization.cpp | 102 llvm::StringRef consumeString(llvm::ArrayRef<llvm::StringRef> Strings) { in consumeString() argument 214 std::vector<llvm::StringRef> Strings; member 266 void writeLocation(const SymbolLocation &Loc, const StringTableOut &Strings, in writeLocation() argument 276 llvm::ArrayRef<llvm::StringRef> Strings) { in readLocation() argument 287 readIncludeGraphNode(Reader & Data,llvm::ArrayRef<llvm::StringRef> Strings) readIncludeGraphNode() argument 301 writeIncludeGraphNode(const IncludeGraphNode & IGN,const StringTableOut & Strings,llvm::raw_ostream & OS) writeIncludeGraphNode() argument 313 writeSymbol(const Symbol & Sym,const StringTableOut & Strings,llvm::raw_ostream & OS) writeSymbol() argument 341 readSymbol(Reader & Data,llvm::ArrayRef<llvm::StringRef> Strings,SymbolOrigin Origin) readSymbol() argument 379 writeRefs(const SymbolID & ID,llvm::ArrayRef<Ref> Refs,const StringTableOut & Strings,llvm::raw_ostream & OS) writeRefs() argument 390 readRefs(Reader & Data,llvm::ArrayRef<llvm::StringRef> Strings) readRefs() argument 429 writeCompileCommand(const InternedCompileCommand & Cmd,const StringTableOut & Strings,llvm::raw_ostream & CmdOS) writeCompileCommand() argument 438 readCompileCommand(Reader CmdReader,llvm::ArrayRef<llvm::StringRef> Strings) readCompileCommand() argument 486 auto Strings = readStringTable(Chunks.lookup("stri")); readRIFF() local 572 StringTableOut Strings; writeRIFF() local [all...] |
/llvm-project/llvm/lib/DebugInfo/CodeView/ |
H A D | StringsAndChecksums.cpp | 23 const DebugStringTableSubsectionRef &Strings) in StringsAndChecksumsRef() 27 const DebugStringTableSubsectionRef &Strings, in StringsAndChecksumsRef()
|
/llvm-project/clang-tools-extra/clangd/unittests/remote/ |
H A D | MarshallingTests.cpp | 40 llvm::UniqueStringSaver &Strings) { in testPathURI() 46 llvm::UniqueStringSaver &Strings) { in createSymbol() 92 llvm::UniqueStringSaver Strings(Arena); in TEST() local 147 llvm::UniqueStringSaver Strings(Arena); in TEST() local 216 llvm::UniqueStringSaver Strings(Arena); in TEST() local 239 llvm::UniqueStringSaver Strings(Arena); in TEST() local 405 llvm::UniqueStringSaver Strings(Arena); in TEST() local 435 llvm::UniqueStringSaver Strings(Arena); in TEST() local
|
/llvm-project/llvm/unittests/DWARFLinkerParallel/ |
H A D | StringPoolTest.cpp | 20 StringPool Strings; in TEST() local 47 StringPool Strings; in TEST() local
|
/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
H A D | NativeEnumInjectedSources.cpp | 45 : Entry(Entry), Strings(Strings), File(File) {} in NativeInjectedSource() argument 100 : File(File), Stream(IJS), Strings(String in NativeEnumInjectedSources() argument 40 const PDBStringTable &Strings; global() member in llvm::pdb::__anonb0c5f9a60111::NativeInjectedSource [all...] |
H A D | InjectedSourceStream.cpp | 27 Error InjectedSourceStream::reload(const PDBStringTable &Strings) { in reload()
|
/llvm-project/clang-tools-extra/clangd/index/remote/marshalling/ |
H A D | Marshalling.h | 101 llvm::UniqueStringSaver Strings; global() variable
|
/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/ |
H A D | PDBStringTable.h | 49 codeview::DebugStringTableSubsectionRef Strings; variable
|
H A D | NativeEnumInjectedSources.h | 37 const PDBStringTable &Strings; variable
|
H A D | PDBStringTableBuilder.h | 64 codeview::DebugStringTableSubsection Strings; variable
|
H A D | PDBFileBuilder.h | 98 PDBStringTableBuilder Strings; variable
|
H A D | PDBFile.h | 140 std::unique_ptr<PDBStringTable> Strings; variable
|
/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | DebugSubsectionVisitor.h | 90 const DebugStringTableSubsectionRef &Strings) { in visitDebugSubsections() 98 const DebugStringTableSubsectionRef &Strings, in visitDebugSubsections()
|
H A D | StringsAndChecksums.h | 79 const DebugStringTableSubsectionRef *Strings = nullptr; variable
|
/llvm-project/llvm/lib/IR/ |
H A D | Assumptions.cpp | 30 SmallVector<StringRef, 8> Strings; in hasAssumption() local 42 SmallVector<StringRef, 8> Strings; in getAssumptions() local
|
/llvm-project/llvm/unittests/Remarks/ |
H A D | RemarksStrTabParsingTest.cpp | 25 StringRef Strings("str1\0str2\0str3\0str4", 20); in TEST() local
|
/llvm-project/clang/include/clang/Tooling/ |
H A D | Execution.h | 70 llvm::UniqueStringSaver Strings; variable
|
/llvm-project/clang/include/clang-c/ |
H A D | CXString.h | 43 CXString *Strings; member
|
/llvm-project/llvm/lib/ObjectYAML/ |
H A D | CodeViewYAMLDebugSections.cpp | 204 std::vector<StringRef> Strings; global() member 541 convertOneChecksum(const DebugStringTableSubsectionRef & Strings,const FileChecksumEntry & CS) convertOneChecksum() argument 555 getFileName(const DebugStringTableSubsectionRef & Strings,const DebugChecksumsSubsectionRef & Checksums,uint32_t FileID) getFileName() argument 566 fromCodeViewSubsection(const DebugStringTableSubsectionRef & Strings,const DebugChecksumsSubsectionRef & FC) fromCodeViewSubsection() argument 581 fromCodeViewSubsection(const DebugStringTableSubsectionRef & Strings,const DebugChecksumsSubsectionRef & Checksums,const DebugLinesSubsectionRef & Lines) fromCodeViewSubsection() argument 619 fromCodeViewSubsection(const DebugStringTableSubsectionRef & Strings,const DebugChecksumsSubsectionRef & Checksums,const DebugInlineeLinesSubsectionRef & Lines) fromCodeViewSubsection() argument 656 fromCodeViewSubsection(const DebugStringTableSubsectionRef & Strings,const DebugCrossModuleImportsSubsectionRef & Imports) fromCodeViewSubsection() argument 691 fromCodeViewSubsection(const DebugStringTableSubsectionRef & Strings) fromCodeViewSubsection() argument 709 fromCodeViewSubsection(const DebugStringTableSubsectionRef & Strings,const DebugFrameDataSubsectionRef & Frames) fromCodeViewSubsection() argument 853 visitStringTable(DebugStringTableSubsectionRef & Strings,const StringsAndChecksumsRef & State) visitStringTable() argument [all...] |
/llvm-project/clang-tools-extra/clang-tidy/utils/ |
H A D | OptionsUtils.cpp | 59 std::string serializeStringList(ArrayRef<StringRef> Strings) { in serializeStringList()
|
/llvm-project/llvm/include/llvm/Support/ |
H A D | StringSaver.h | 45 StringSaver Strings; variable
|
/llvm-project/llvm/lib/Remarks/ |
H A D | RemarkStringTable.cpp | 66 std::vector<StringRef> Strings{StrTab.size()}; in serialize() local
|
/llvm-project/llvm/unittests/Object/ |
H A D | OffloadingTest.cpp | 20 std::vector<std::pair<std::string, std::string>> Strings(SizeDist(Rng)); in TEST() local
|
/llvm-project/llvm/docs/ |
H A D | CoverageMappingFormat.rst | 455 Strings subsection 463 .. _file id mapping:
|
/llvm-project/llvm/unittests/DebugInfo/DWARF/ |
H A D | DWARFDieManualExtractTest.cpp | 70 SmallVector<StringRef, NumOfLines> Strings; in TEST() local
|