Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/
DCompileUnit.h203 struct AccelInfo { struct
219 AccelInfo(DwarfStringPoolEntryRef Name, const DIE *Die, argument
223 AccelInfo(DwarfStringPoolEntryRef Name, const DIE *Die, in AccelInfo() argument
230 const std::vector<AccelInfo> &getPubnames() const { return Pubnames; } in getPubnames()
231 const std::vector<AccelInfo> &getPubtypes() const { return Pubtypes; } in getPubtypes()
232 const std::vector<AccelInfo> &getNamespaces() const { return Namespaces; } in getNamespaces()
233 const std::vector<AccelInfo> &getObjC() const { return ObjC; } in getObjC()
302 std::vector<AccelInfo> Pubnames;
303 std::vector<AccelInfo> Pubtypes;
304 std::vector<AccelInfo> Namespaces;
[all …]
DDwarfStreamer.h180 const std::vector<CompileUnit::AccelInfo> &Names);
DDwarfStreamer.cpp611 const std::vector<CompileUnit::AccelInfo> &Names) { in emitPubSectionForUnit()
/external/llvm/tools/dsymutil/
DDwarfLinker.cpp302 struct AccelInfo { struct in llvm::dsymutil::__anon5c7ea04f0111::CompileUnit
308 AccelInfo(StringRef Name, const DIE *Die, uint32_t NameOffset, in AccelInfo() function
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()