Home
last modified time | relevance | path

Searched refs:StringEntries (Results 1 – 6 of 6) sorted by relevance

/llvm-project/llvm/lib/ObjectYAML/
H A DOffloadEmitter.cpp30 if (Member.StringEntries) in yaml2offload()
31 for (const auto &Entry : *Member.StringEntries) in yaml2offload()
H A DOffloadYAML.cpp72 IO.mapOptional("String", M.StringEntries); in mapping()
/llvm-project/llvm/tools/obj2yaml/
H A Doffload2yaml.cpp27 Member.StringEntries = std::vector<OffloadYAML::Binary::StringEntry>(); in populateYAML()
29 Member.StringEntries->emplace_back(OffloadYAML::Binary::StringEntry( in populateYAML()
/llvm-project/bolt/include/bolt/Core/
H A DDebugNames.h114 using StringEntries = variable
116 StringEntries Entries;
/llvm-project/llvm/include/llvm/CodeGen/
H A DAccelTable.h167 using StringEntries = MapVector<StringRef, HashData>; variable
168 StringEntries Entries;
210 const StringEntries getEntries() const { return Entries; } in getEntries()
/llvm-project/llvm/include/llvm/ObjectYAML/
H A DOffloadYAML.h36 std::optional<std::vector<StringEntry>> StringEntries; member