Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DWARFLinker/
DDWARFLinkerCompileUnit.h204 struct AccelInfo { struct
220 AccelInfo(DwarfStringPoolEntryRef Name, const DIE *Die, argument
224 AccelInfo(DwarfStringPoolEntryRef Name, const DIE *Die, in AccelInfo() argument
231 const std::vector<AccelInfo> &getPubnames() const { return Pubnames; } in getPubnames()
232 const std::vector<AccelInfo> &getPubtypes() const { return Pubtypes; } in getPubtypes()
233 const std::vector<AccelInfo> &getNamespaces() const { return Namespaces; } in getNamespaces()
234 const std::vector<AccelInfo> &getObjC() const { return ObjC; } in getObjC()
303 std::vector<AccelInfo> Pubnames;
304 std::vector<AccelInfo> Pubtypes;
305 std::vector<AccelInfo> Namespaces;
[all …]
/external/llvm-project/llvm/include/llvm/DWARFLinker/
DDWARFLinkerCompileUnit.h208 struct AccelInfo { struct
224 AccelInfo(DwarfStringPoolEntryRef Name, const DIE *Die, argument
228 AccelInfo(DwarfStringPoolEntryRef Name, const DIE *Die, in AccelInfo() argument
235 const std::vector<AccelInfo> &getPubnames() const { return Pubnames; } in getPubnames()
236 const std::vector<AccelInfo> &getPubtypes() const { return Pubtypes; } in getPubtypes()
237 const std::vector<AccelInfo> &getNamespaces() const { return Namespaces; } in getNamespaces()
238 const std::vector<AccelInfo> &getObjC() const { return ObjC; } in getObjC()
307 std::vector<AccelInfo> Pubnames;
308 std::vector<AccelInfo> Pubtypes;
309 std::vector<AccelInfo> Namespaces;
[all …]
DDWARFStreamer.h211 const std::vector<CompileUnit::AccelInfo> &Names);
/external/llvm/tools/dsymutil/
DDwarfLinker.cpp302 struct AccelInfo { struct in llvm::dsymutil::__anondabe43b60111::CompileUnit
308 AccelInfo(StringRef Name, const DIE *Die, uint32_t NameOffset, in AccelInfo() argument
314 const std::vector<AccelInfo> &getPubnames() const { return Pubnames; } in getPubnames()
315 const std::vector<AccelInfo> &getPubtypes() const { return Pubtypes; } in getPubtypes()
375 std::vector<AccelInfo> Pubnames;
376 std::vector<AccelInfo> Pubtypes;
495 const std::vector<CompileUnit::AccelInfo> &Names);
1031 const std::vector<CompileUnit::AccelInfo> &Names) { in emitPubSectionForUnit()
/external/llvm-project/llvm/lib/DWARFLinker/
DDWARFStreamer.cpp698 const std::vector<CompileUnit::AccelInfo> &Names) { in emitPubSectionForUnit()