Home
last modified time | relevance | path

Searched refs:getPubnames (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() function
/external/llvm-project/llvm/include/llvm/DWARFLinker/
DDWARFLinkerCompileUnit.h235 const std::vector<AccelInfo> &getPubnames() const { return Pubnames; } in getPubnames() function
/external/llvm-project/llvm/lib/DWARFLinker/
DDWARFStreamer.cpp741 "names", Unit, Unit.getPubnames()); in emitPubNamesForUnit()
DDWARFLinker.cpp1823 for (const auto &Pubname : Unit.getPubnames()) in emitAppleAcceleratorEntriesForUnit()
1846 for (const auto &Pubname : Unit.getPubnames()) in emitDwarfAcceleratorEntriesForUnit()
/external/llvm/tools/dsymutil/
DDwarfLinker.cpp314 const std::vector<AccelInfo> &getPubnames() const { return Pubnames; } in getPubnames() function in llvm::dsymutil::__anondabe43b60111::CompileUnit
1069 "names", Unit, Unit.getPubnames()); in emitPubNamesForUnit()