/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/GSYM/ |
H A D | StringTable.h | 21 struct StringTable { struct 23 StringTable() = default; argument 24 StringTable(StringRef D) : Data(D) {} in StringTable() function 36 inline raw_ostream &operator<<(raw_ostream &OS, const StringTable &S) { argument
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Remarks/ |
H A D | RemarkStringTable.h | 36 struct StringTable { struct 43 StringTable() = default; argument 47 StringTable &operator=(const StringTable &) = delete; argument 50 StringTable &operator=(StringTable &&) = default; argument
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinkerParallel/ |
H A D | StringTable.h |
|
/freebsd/contrib/llvm-project/llvm/lib/Remarks/ |
H A D | RemarkStringTable.cpp | 23 StringTable::StringTable(const ParsedStringTable &Other) { in StringTable() function in StringTable
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/ |
H A D | XCOFFYAML.h | 205 struct StringTable { struct 218 StringTable StrTbl; argument
|
H A D | MachOYAML.h | 130 std::vector<StringRef> StringTable; member
|
/freebsd/contrib/llvm-project/openmp/runtime/src/ |
H A D | extractExternal.cpp | 101 class StringTable { class 136 StringTable(rstream &f) { in StringTable() function in StringTable 156 StringTable(const set<string> &strings) { in StringTable() function in StringTable
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
H A D | LVStringPool.h | 33 TableType StringTable; variable
|
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/XCOFF/ |
H A D | XCOFFObject.h | 41 StringRef StringTable; member
|
/freebsd/contrib/llvm-project/llvm/lib/Object/ |
H A D | WindowsResource.cpp | 383 std::vector<std::vector<UTF16>> &StringTable, TreeNode *&Result) { in addEntry() 484 std::vector<std::vector<UTF16>> &StringTable) { in addTypeNode() 493 std::vector<std::vector<UTF16>> &StringTable) { in addNameNode() 535 ArrayRef<UTF16> NameRef, std::vector<std::vector<UTF16>> &StringTable) { in addNameChild() 633 const ArrayRef<std::vector<UTF16>> StringTable; member in llvm::object::WindowsResourceCOFFWriter
|
H A D | ArchiveWriter.cpp | 300 printMemberHeader(raw_ostream &Out, uint64_t Pos, raw_ostream &StringTable, in printMemberHeader() 597 StringRef StringTable, uint64_t MembersOffset, in writeSymbolTable() 779 computeMemberData(raw_ostream &StringTable, raw_ostream &SymNames, in computeMemberData() 1042 raw_svector_ostream StringTable(StringTableBuf); in writeArchiveToStream() local
|
H A D | Archive.cpp | 1322 StringRef StringTable; member 1341 StringRef StringTable = in appendGlobalSymbolTableInfo() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/ |
H A D | DXContainer.h | 132 StringRef StringTable; variable 247 StringRef StringTable; variable
|
H A D | WindowsResource.h | 253 std::vector<std::vector<UTF16>> StringTable; variable
|
H A D | Archive.h | 386 StringRef StringTable; variable
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
H A D | llvm-pdbutil.h | 46 StringTable, global() enumerator
|
H A D | PdbYaml.h | 106 std::optional<std::vector<StringRef>> StringTable; member
|
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/MachO/ |
H A D | MachOObject.h | 168 struct StringTable { struct 169 StringsStringTable global() argument
|
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
H A D | MCCodeView.h | 229 StringMap<unsigned> StringTable; variable
|
H A D | MCMachObjectWriter.h | 154 StringTableBuilder StringTable; variable
|
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ |
H A D | DXContainerYAML.cpp | 78 StringRef StringTable) in PSVInfo()
|
H A D | COFFEmitter.cpp | 144 std::string StringTable; member
|
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/ |
H A D | BTFDebug.h | 296 BTFStringTable StringTable; variable
|
/freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
H A D | AsmWriterEmitter.cpp | 340 SequenceToOffsetTable<std::string> StringTable; in EmitGetMnemonic() local 585 SequenceToOffsetTable<std::string> StringTable; in emitRegisterNameString() local
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
H A D | InputFile.cpp | 198 auto StringTable = File->pdb().getStringTable(); in initializeForPdb() local
|