Home
last modified time | relevance | path

Searched refs:AccelInfo (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/DWARFLinker/
H A DDWARFLinkerCompileUnit.h207 struct AccelInfo { struct
223 AccelInfo(DwarfStringPoolEntryRef Name, const DIE *Die, argument
227 AccelInfo(DwarfStringPoolEntryRef Name, const DIE *Die, in AccelInfo() function
234 const std::vector<AccelInfo> &getPubnames() const { return Pubnames; } in getPubnames()
235 const std::vector<AccelInfo> &getPubtypes() const { return Pubtypes; } in getPubtypes()
236 const std::vector<AccelInfo> &getNamespaces() const { return Namespaces; } in getNamespaces()
237 const std::vector<AccelInfo> &getObjC() const { return ObjC; } in getObjC()
289 std::vector<AccelInfo> Pubnames;
290 std::vector<AccelInfo> Pubtypes;
291 std::vector<AccelInfo> Namespaces;
[all …]
H A DDWARFStreamer.h217 const std::vector<CompileUnit::AccelInfo> &Names);
/llvm-project-15.0.7/llvm/lib/DWARFLinker/
H A DDWARFStreamer.cpp737 const std::vector<CompileUnit::AccelInfo> &Names) { in emitPubSectionForUnit()