Home
last modified time | relevance | path

Searched defs:module_ptr (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/lldb/source/Core/
DModuleList.cpp272 bool ModuleList::RemoveIfOrphaned(const Module *module_ptr) { in RemoveIfOrphaned()
732 bool ModuleList::ModuleIsInCache(const Module *module_ptr) { in ModuleIsInCache()
997 bool ModuleList::RemoveSharedModuleIfOrphaned(const Module *module_ptr) { in RemoveSharedModuleIfOrphaned()
/external/google-breakpad/src/processor/
Dmicrodump.cc108 linked_ptr<const CodeModule> module_ptr(module); in Add() local