/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/ |
H A D | StringsAndChecksums.cpp | 23 const DebugStringTableSubsectionRef &Strings) in StringsAndChecksumsRef() 27 const DebugStringTableSubsectionRef &Strings, in StringsAndChecksumsRef()
|
H A D | DebugChecksumsSubsection.cpp | 64 DebugStringTableSubsection &Strings) in DebugChecksumsSubsection()
|
H A D | DebugLinesSubsection.cpp | 72 DebugStringTableSubsection &Strings) in DebugLinesSubsection()
|
H A D | SymbolDumper.cpp | 363 DebugStringTableSubsectionRef Strings = ObjDelegate->getStringTable(); in visitKnownRecord() local 382 DebugStringTableSubsectionRef Strings = ObjDelegate->getStringTable(); in visitKnownRecord() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
H A D | NativeEnumInjectedSources.cpp | 40 const PDBStringTable &Strings; member in llvm::pdb::__anonbacec5850111::NativeInjectedSource 45 PDBFile &File, const PDBStringTable &Strings) in NativeInjectedSource() 100 const PDBStringTable &Strings) in NativeEnumInjectedSources()
|
H A D | InjectedSourceStream.cpp | 27 Error InjectedSourceStream::reload(const PDBStringTable &Strings) { in reload()
|
H A D | FormatUtil.cpp | 42 ArrayRef<StringRef> Strings) { in typesetStringList()
|
H A D | PDBStringTableBuilder.cpp | 151 const codeview::DebugStringTableSubsection &Strings) { in setStrings()
|
/freebsd-src/contrib/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
|
/freebsd-src/contrib/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
|
/freebsd-src/contrib/llvm-project/llvm/lib/ObjectYAML/ |
H A D | CodeViewYAMLDebugSections.cpp | 204 std::vector<StringRef> Strings; member 541 convertOneChecksum(const DebugStringTableSubsectionRef &Strings, in convertOneChecksum() 555 getFileName(const DebugStringTableSubsectionRef &Strings, in getFileName() 566 const DebugStringTableSubsectionRef &Strings, in fromCodeViewSubsection() 581 const DebugStringTableSubsectionRef &Strings, in fromCodeViewSubsection() 619 const DebugStringTableSubsectionRef &Strings, in fromCodeViewSubsection() 656 const DebugStringTableSubsectionRef &Strings, in fromCodeViewSubsection() 691 const DebugStringTableSubsectionRef &Strings) { in fromCodeViewSubsection() 709 const DebugStringTableSubsectionRef &Strings, in fromCodeViewSubsection() 853 DebugStringTableSubsectionRef &Strings, in visitStringTable()
|
/freebsd-src/contrib/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
|
/freebsd-src/contrib/llvm-project/clang/include/clang/Tooling/ |
H A D | Execution.h | 70 llvm::UniqueStringSaver Strings; variable
|
/freebsd-src/contrib/llvm-project/clang/include/clang-c/ |
H A D | CXString.h | 43 CXString *Strings; member
|
/freebsd-src/contrib/one-true-awk/ |
H A D | README.md | 11 ### Strings ### subsection
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | StringSaver.h | 45 StringSaver Strings; variable
|
/freebsd-src/contrib/llvm-project/llvm/lib/Remarks/ |
H A D | RemarkStringTable.cpp | 66 std::vector<StringRef> Strings{StrTab.size()}; in serialize() local
|
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
H A D | DumpOutputStyle.cpp | 486 [&](uint32_t Modi, const SymbolGroup &Strings) -> Error { in dumpModules() argument 532 [this](uint32_t Modi, const SymbolGroup &Strings) -> Error { in dumpModuleFiles() argument 852 __anon4a174bff0902(uint32_t Modi, const SymbolGroup &Strings, DebugLinesSubsectionRef &Lines) dumpLines() argument 889 __anon4a174bff0a02(uint32_t Modi, const SymbolGroup &Strings, DebugInlineeLinesSubsectionRef &Lines) dumpInlineeLines() argument 916 __anon4a174bff0b02(uint32_t Modi, const SymbolGroup &Strings, DebugCrossModuleImportsSubsectionRef &Imports) dumpXmi() argument 956 __anon4a174bff0c02(uint32_t Modi, const SymbolGroup &Strings, DebugCrossModuleExportsSubsectionRef &Exports) dumpXme() argument 1135 __anon4a174bff0d02(uint32_t Modi, const SymbolGroup &Strings, DebugStringTableSubsectionRef &Strings2) dumpStringTableFromObj() argument 1410 auto &Strings = Err(getPdb().getStringTable()); dumpTpiStream() local 1445 __anon4a174bff0e02(uint32_t Modi, const SymbolGroup &Strings, DebugSymbolsSubsectionRef &Symbols) dumpModuleSymsForObj() argument 1471 __anon4a174bff0f02(uint32_t I, const SymbolGroup &Strings) dumpModuleSymsForPdb() argument [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/MC/ |
H A D | StringTableBuilder.cpp | 142 std::vector<StringPair *> Strings; in finalizeStringTable() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/ |
H A D | DWARFLinkerGlobalData.h | 163 StringPool Strings; global() variable
|