Searched defs:FindGlobalVariables (Results 1 - 8 of 8) sorted by relevance

/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Symbol/
H A DSymbolVendor.cpp281 SymbolVendor::FindGlobalVariables (const ConstString &name, const ClangNamespaceDecl *namespace_decl, bool append, size_t max_matches, VariableList& variables) function in class:SymbolVendor
294 SymbolVendor::FindGlobalVariables (const RegularExpression& regex, bool append, size_t max_matches, VariableList& variables) function in class:SymbolVendor
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/Symtab/
H A DSymbolFileSymtab.cpp330 SymbolFileSymtab::FindGlobalVariables(const ConstString &name, const ClangNamespaceDecl *namespace_decl, bool append, uint32_t max_matches, VariableList& variables) function in class:SymbolFileSymtab
336 SymbolFileSymtab::FindGlobalVariables(const RegularExpression& regex, bool append, uint32_t max_matches, VariableList& variables) function in class:SymbolFileSymtab
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/API/
H A DSBModule.cpp457 SBModule::FindGlobalVariables (SBTarget &target, const char *name, uint32_t max_matches) function in class:SBModule
H A DSBTarget.cpp2243 SBTarget::FindGlobalVariables (const char *name, uint32_t max_matches) function in class:SBTarget
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Core/
H A DModuleList.cpp482 ModuleList::FindGlobalVariables (const ConstString &name, function in class:ModuleList
499 ModuleList::FindGlobalVariables (const RegularExpression& regex, function in class:ModuleList
H A DModule.cpp540 Module::FindGlobalVariables (const ConstString &name, function in class:Module
553 Module::FindGlobalVariables (const RegularExpression& regex, function in class:Module
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.cpp895 SymbolFileDWARFDebugMap::FindGlobalVariables (const ConstString &name, const ClangNamespaceDecl *namespace_decl, bool append, uint32_t max_matches, VariableList& variables) function in class:SymbolFileDWARFDebugMap
938 SymbolFileDWARFDebugMap::FindGlobalVariables (const RegularExpression& regex, bool append, uint32_t max_matches, VariableList& variables) function in class:SymbolFileDWARFDebugMap
H A DSymbolFileDWARF.cpp3084 SymbolFileDWARF::FindGlobalVariables (const ConstString &name, const lldb_private::ClangNamespaceDecl *namespace_decl, bool append, uint32_t max_matches, VariableList& variables) function in class:SymbolFileDWARF
3207 SymbolFileDWARF::FindGlobalVariables(const RegularExpression& regex, bool append, uint32_t max_matches, VariableList& variables) function in class:SymbolFileDWARF

Completed in 142 milliseconds