/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/ |
H A D | StringsAndChecksums.cpp | 24 const DebugStringTableSubsectionRef &Strings) in StringsAndChecksumsRef() 28 const DebugStringTableSubsectionRef &Strings, in StringsAndChecksumsRef()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/ |
H A D | NativeEnumInjectedSources.cpp | 37 const PDBStringTable &Strings; member in llvm::pdb::__anon70d5adbe0111::NativeInjectedSource 42 PDBFile &File, const PDBStringTable &Strings) in NativeInjectedSource() 97 const PDBStringTable &Strings) in NativeEnumInjectedSources()
|
H A D | InjectedSourceStream.cpp | 28 Error InjectedSourceStream::reload(const PDBStringTable &Strings) { in reload()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | DebugSubsectionVisitor.h | 91 const DebugStringTableSubsectionRef &Strings) { in visitDebugSubsections() 99 const DebugStringTableSubsectionRef &Strings, in visitDebugSubsections()
|
H A D | StringsAndChecksums.h | 77 const DebugStringTableSubsectionRef *Strings = nullptr; variable
|
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/root/ |
H A D | filename.h | 15 typedef Array<const char *> Strings; typedef
|
H A D | filename.d | 54 alias Strings = Array!(const(char)*); variable
|
/netbsd-src/external/apache2/llvm/dist/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()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/root/ |
H A D | filename.h | 16 typedef Array<const char *> Strings; typedef
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/ |
H A D | NativeEnumInjectedSources.h | 37 const PDBStringTable &Strings; variable
|
H A D | PDBStringTable.h | 55 codeview::DebugStringTableSubsectionRef Strings; variable
|
H A D | PDBStringTableBuilder.h | 64 codeview::DebugStringTableSubsection Strings; variable
|
H A D | PDBFileBuilder.h | 95 PDBStringTableBuilder Strings; variable
|
H A D | PDBFile.h | 142 std::unique_ptr<PDBStringTable> Strings; variable
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
H A D | Assumptions.cpp | 24 SmallVector<StringRef, 8> Strings; in hasAssumption() local
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Tooling/ |
H A D | Execution.h | 70 llvm::UniqueStringSaver Strings; variable
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang-c/ |
H A D | CXString.h | 43 CXString *Strings; member
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Remarks/ |
H A D | RemarkStringTable.cpp | 66 std::vector<StringRef> Strings{StrTab.size()}; in serialize() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
H A D | StringSaver.h | 43 StringSaver Strings; variable
|
/netbsd-src/external/apache2/llvm/dist/llvm/docs/ |
H A D | CoverageMappingFormat.rst | 442 Strings subsection 450 .. _file id mapping:
|
H A D | LangRef.rst | 5047 .. _specialized-metadata: 5049 Specialized Metadata Nodes 5715 '``tbaa``' Metadata 5870 '``tbaa.struct``' Metadata 5901 '``noalias``' and '``alias.scope``' Metadata 5970 '``fpmath``' Metadata 5994 '``range``' Metadata 6030 '``absolute_symbol``' Metadata 6052 '``callees``' Metadata 6069 '``callback``' Metadata [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/ |
H A D | DumpOutputStyle.cpp | 599 File, PrintScope{P, 11}, [&](uint32_t Modi, const SymbolGroup &Strings) { in dumpModules() 636 [this, &Err](uint32_t Modi, const SymbolGroup &Strings) { in dumpModuleFiles() 951 DebugLinesSubsectionRef &Lines) { in dumpLines() 989 DebugInlineeLinesSubsectionRef &Lines) { in dumpInlineeLines() 1017 DebugCrossModuleImportsSubsectionRef &Imports) { in dumpXmi() 1058 DebugCrossModuleExportsSubsectionRef &Exports) { in dumpXme() 1238 DebugStringTableSubsectionRef &Strings2) { in dumpStringTableFromObj() 1507 auto &Strings = Err(getPdb().getStringTable()); in dumpTpiStream() local 1546 DebugSymbolsSubsectionRef &Symbols) { in dumpModuleSymsForObj() 1577 File, PrintScope{P, 2}, [&](uint32_t I, const SymbolGroup &Strings) { in dumpModuleSymsForPdb()
|
/netbsd-src/external/bsd/openldap/dist/tests/progs/ |
H A D | ldif-filter.c | 36 typedef struct { String *val; size_t len, alloc; } Strings; typedef 90 #define APPEND(s /* String or Strings */, data, count, isString) do { \ argument
|
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
H A D | arraytypes.d | 28 alias Strings = Array!(const(char)*); variable
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/dsymutil/ |
H A D | MachOUtils.cpp | 159 StringRef Strings, SmallVectorImpl<char> &NewSymtab, in transferSymbol() 203 StringRef Strings = Obj.getStringTableData(); in transferSymbols() local 588 std::vector<DwarfStringPoolEntryRef> Strings = in generateDsymCompanion() local
|