Home
last modified time | relevance | path

Searched defs:GetModuleList (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/profiler/utils/
H A Dhlo_proto_map.cc123 std::vector<absl::string_view> HloProtoMap::GetModuleList() const { in GetModuleList() function in tensorflow::profiler::HloProtoMap
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/lldb/Target/
DTarget.h544 const ModuleList &GetModuleList() const { return m_module_list; } in GetModuleList() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/lldb/Target/
DTarget.h535 const ModuleList &GetModuleList() const { return m_module_list; } in GetModuleList() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/lldb/Target/
DTarget.h535 const ModuleList &GetModuleList() const { return m_module_list; } in GetModuleList() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/lldb/Target/
DTarget.h533 const ModuleList &GetModuleList() const { return m_module_list; } in GetModuleList() function
/aosp_15_r20/external/google-breakpad/src/processor/
H A Dminidump.cc5826 MinidumpModuleList* Minidump::GetModuleList() { in GetModuleList() function in google_breakpad::Minidump