Home
last modified time | relevance | path

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

/external/lldb/source/Core/
DModuleList.cpp207 ModuleList::RemoveIfOrphaned (const Module *module_ptr) in RemoveIfOrphaned()
831 ModuleList::ModuleIsInCache (const Module *module_ptr) in ModuleIsInCache()
1066 ModuleList::RemoveSharedModuleIfOrphaned (const Module *module_ptr) in RemoveSharedModuleIfOrphaned()
/external/google-breakpad/src/processor/
Dmicrodump.cc88 linked_ptr<const CodeModule> module_ptr(module); in Add() local