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

/freebsd-current/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DOffloadEmitter.cpp31 if (Member.StringEntries)
32 for (const auto &Entry : *Member.StringEntries)
H A DOffloadYAML.cpp72 IO.mapOptional("String", M.StringEntries);
/freebsd-current/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DOffloadYAML.h36 std::optional<std::vector<StringEntry>> StringEntries; member in struct:llvm::OffloadYAML::Binary::Member
/freebsd-current/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DAccelTable.h167 using StringEntries = MapVector<StringRef, HashData>;
168 StringEntries Entries;
210 const StringEntries getEntries() const { return Entries; }

Completed in 159 milliseconds