Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DOffloadEmitter.cpp31 if (Member.StringEntries) in yaml2offload()
32 for (const auto &Entry : *Member.StringEntries) in yaml2offload()
H A DOffloadYAML.cpp72 IO.mapOptional("String", M.StringEntries); in mapping()
/freebsd/contrib/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()
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DOffloadYAML.h36 std::optional<std::vector<StringEntry>> StringEntries;
37 std::optional<std::vector<StringEntry>> StringEntries; global() member