Home
last modified time | relevance | path

Searched defs:StringTable (Results 1 – 25 of 31) sorted by relevance

12

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/GSYM/
H A DStringTable.h21 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 DRemarkStringTable.h36 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/lib/Remarks/
H A DRemarkStringTable.cpp23 StringTable::StringTable(const ParsedStringTable &Other) { in StringTable() function in StringTable
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DXCOFFYAML.h201 struct StringTable { struct
214 StringTable StrTbl; argument
H A DMachOYAML.h130 std::vector<StringRef> StringTable; member
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVStringPool.h33 TableType StringTable; variable
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/XCOFF/
H A DXCOFFObject.h41 StringRef StringTable; member
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A DextractExternal.cpp101 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/lib/Object/
H A DWindowsResource.cpp382 std::vector<std::vector<UTF16>> &StringTable, TreeNode *&Result) { in addEntry()
483 std::vector<std::vector<UTF16>> &StringTable) { in addTypeNode()
492 std::vector<std::vector<UTF16>> &StringTable) { in addNameNode()
534 ArrayRef<UTF16> NameRef, std::vector<std::vector<UTF16>> &StringTable) { in addNameChild()
632 const ArrayRef<std::vector<UTF16>> StringTable; member in llvm::object::WindowsResourceCOFFWriter
H A DArchiveWriter.cpp299 printMemberHeader(raw_ostream &Out, uint64_t Pos, raw_ostream &StringTable, in printMemberHeader()
567 StringRef StringTable, uint64_t MembersOffset, in writeSymbolTable()
730 computeMemberData(raw_ostream &StringTable, raw_ostream &SymNames, in computeMemberData()
977 raw_svector_ostream StringTable(StringTableBuf); in writeArchiveToStream() local
H A DArchive.cpp1315 StringRef StringTable; member
1334 StringRef StringTable = in appendGlobalSymbolTableInfo() local
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCMachObjectWriter.h117 StringTableBuilder StringTable; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DDXContainer.h131 StringRef StringTable; variable
239 StringRef StringTable; variable
H A DWindowsResource.h253 std::vector<std::vector<UTF16>> StringTable; variable
H A DArchive.h385 StringRef StringTable; variable
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A Dllvm-pdbutil.h45 StringTable, enumerator
H A DPdbYaml.h106 std::optional<std::vector<StringRef>> StringTable; member
H A Dllvm-pdbutil.cpp681 cl::opt<bool> StringTable("string-table", cl::desc("Dump the PDB String Table"), variable
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/MachO/
H A DMachOObject.h168 struct StringTable { struct
169 std::vector<std::string> Strings;
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBTFDebug.h296 BTFStringTable StringTable; variable
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DAsmWriterEmitter.cpp311 SequenceToOffsetTable<std::string> StringTable; in EmitGetMnemonic() local
561 SequenceToOffsetTable<std::string> StringTable; in emitRegisterNameString() local
H A DAsmMatcherEmitter.cpp2851 StringToOffsetTable &StringTable, in emitCustomOperandParsing()
3395 StringToOffsetTable StringTable; in run() local
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCOFFEmitter.cpp144 std::string StringTable; member
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DInputFile.cpp198 auto StringTable = File->pdb().getStringTable(); in initializeForPdb() local
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A Dllvm-readobj.cpp119 static bool StringTable; variable

12