Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DWARFLinker/
DDWARFLinkerCompileUnit.h231 const std::vector<AccelInfo> &getPubnames() const { return Pubnames; } in getPubnames()
303 std::vector<AccelInfo> Pubnames; variable
/external/llvm-project/llvm/include/llvm/DWARFLinker/
DDWARFLinkerCompileUnit.h235 const std::vector<AccelInfo> &getPubnames() const { return Pubnames; } in getPubnames()
307 std::vector<AccelInfo> Pubnames; variable
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DWARFLinker/
DDWARFLinkerCompileUnit.cpp134 Pubnames.emplace_back(Name, Die, SkipPubSection); in addNameAccelerator()
/external/llvm-project/llvm/lib/DWARFLinker/
DDWARFLinkerCompileUnit.cpp142 Pubnames.emplace_back(Name, Die, SkipPubSection); in addNameAccelerator()
/external/llvm/tools/dsymutil/
DDwarfLinker.cpp314 const std::vector<AccelInfo> &getPubnames() const { return Pubnames; } in getPubnames()
375 std::vector<AccelInfo> Pubnames; member in llvm::dsymutil::__anondabe43b60111::CompileUnit
453 Pubnames.emplace_back(Name, Die, Offset, SkipPubSection); in addNameAccelerator()