Home
last modified time | relevance | path

Searched defs:Strings (Results 1 – 25 of 84) sorted by relevance

1234

/llvm-project/clang-tools-extra/clangd/index/
H A DSerialization.cpp102 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 DStringsAndChecksums.cpp23 const DebugStringTableSubsectionRef &Strings) in StringsAndChecksumsRef()
27 const DebugStringTableSubsectionRef &Strings, in StringsAndChecksumsRef()
/llvm-project/clang-tools-extra/clangd/unittests/remote/
H A DMarshallingTests.cpp40 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 DStringPoolTest.cpp20 StringPool Strings; in TEST() local
47 StringPool Strings; in TEST() local
/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeEnumInjectedSources.cpp45 : 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 DInjectedSourceStream.cpp27 Error InjectedSourceStream::reload(const PDBStringTable &Strings) { in reload()
/llvm-project/clang-tools-extra/clangd/index/remote/marshalling/
H A DMarshalling.h101 llvm::UniqueStringSaver Strings; global() variable
/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DPDBStringTable.h49 codeview::DebugStringTableSubsectionRef Strings; variable
H A DNativeEnumInjectedSources.h37 const PDBStringTable &Strings; variable
H A DPDBStringTableBuilder.h64 codeview::DebugStringTableSubsection Strings; variable
H A DPDBFileBuilder.h98 PDBStringTableBuilder Strings; variable
H A DPDBFile.h140 std::unique_ptr<PDBStringTable> Strings; variable
/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugSubsectionVisitor.h90 const DebugStringTableSubsectionRef &Strings) { in visitDebugSubsections()
98 const DebugStringTableSubsectionRef &Strings, in visitDebugSubsections()
H A DStringsAndChecksums.h79 const DebugStringTableSubsectionRef *Strings = nullptr; variable
/llvm-project/llvm/lib/IR/
H A DAssumptions.cpp30 SmallVector<StringRef, 8> Strings; in hasAssumption() local
42 SmallVector<StringRef, 8> Strings; in getAssumptions() local
/llvm-project/llvm/unittests/Remarks/
H A DRemarksStrTabParsingTest.cpp25 StringRef Strings("str1\0str2\0str3\0str4", 20); in TEST() local
/llvm-project/clang/include/clang/Tooling/
H A DExecution.h70 llvm::UniqueStringSaver Strings; variable
/llvm-project/clang/include/clang-c/
H A DCXString.h43 CXString *Strings; member
/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp204 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 DOptionsUtils.cpp59 std::string serializeStringList(ArrayRef<StringRef> Strings) { in serializeStringList()
/llvm-project/llvm/include/llvm/Support/
H A DStringSaver.h45 StringSaver Strings; variable
/llvm-project/llvm/lib/Remarks/
H A DRemarkStringTable.cpp66 std::vector<StringRef> Strings{StrTab.size()}; in serialize() local
/llvm-project/llvm/unittests/Object/
H A DOffloadingTest.cpp20 std::vector<std::pair<std::string, std::string>> Strings(SizeDist(Rng)); in TEST() local
/llvm-project/llvm/docs/
H A DCoverageMappingFormat.rst455 Strings subsection
463 .. _file id mapping:
/llvm-project/llvm/unittests/DebugInfo/DWARF/
H A DDWARFDieManualExtractTest.cpp70 SmallVector<StringRef, NumOfLines> Strings; in TEST() local

1234