Searched defs:include_inlines (Results 1 - 15 of 15) sorted by relevance

/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Core/
H A DAddressResolverName.cpp109 const bool include_inlines = true; local
H A DDisassembler.cpp190 const bool include_inlines = true; local
H A DModuleList.cpp356 FindFunctions(const ConstString &name, uint32_t name_type_mask, bool include_symbols, bool include_inlines, bool append, SymbolContextList &sc_list) const argument
490 FindFunctions(const RegularExpression &name, bool include_symbols, bool include_inlines, bool append, SymbolContextList& sc_list) argument
H A DModule.cpp744 FindFunctions(const ConstString &name, const CompilerDeclContext *parent_decl_ctx, uint32_t name_type_mask, bool include_symbols, bool include_inlines, bool append, SymbolContextList& sc_list) argument
831 FindFunctions(const RegularExpression& regex, bool include_symbols, bool include_inlines, bool append, SymbolContextList& sc_list) argument
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DInferiorCallPOSIX.cpp52 const bool include_inlines = false; local
153 const bool include_inlines = false; local
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Symbol/
H A DSymbolFile.cpp122 SymbolFile::FindFunctions (const ConstString &name, const CompilerDeclContext *parent_decl_ctx, uint32_t name_type_mask, bool include_inlines, bool append, SymbolContextList& sc_list) argument
130 SymbolFile::FindFunctions (const RegularExpression& regex, bool include_inlines, bool append, SymbolContextList& sc_list) argument
H A DSymbolVendor.cpp334 SymbolVendor::FindFunctions(const ConstString &name, const CompilerDeclContext *parent_decl_ctx, uint32_t name_type_mask, bool include_inlines, bool append, SymbolContextList& sc_list) argument
347 SymbolVendor::FindFunctions(const RegularExpression& regex, bool include_inlines, bool append, SymbolContextList& sc_list) argument
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Breakpoint/
H A DBreakpointResolverName.cpp217 const bool include_inlines = true; local
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Commands/
H A DCommandCompletions.cpp679 const bool include_inlines = true; local
H A DCommandObjectSource.cpp1031 bool include_inlines = true; local
H A DCommandObjectTarget.cpp1791 LookupFunctionInModule(CommandInterpreter &interpreter, Stream &strm, Module *module, const char *name, bool name_is_regex, bool include_inlines, bool include_symbols, bool verbose) argument
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTSource.cpp1127 const bool include_inlines = false; local
H A DClangExpressionDeclMap.cpp1465 const bool include_inlines = false; local
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.cpp1118 SymbolFileDWARFDebugMap::FindFunctions (const RegularExpression& regex, bool include_inlines, bool append, SymbolContextList& sc_list) argument
1088 FindFunctions(const ConstString &name, const CompilerDeclContext *parent_decl_ctx, uint32_t name_type_mask, bool include_inlines, bool append, SymbolContextList& sc_list) argument
H A DSymbolFileDWARF.cpp2418 ResolveFunction(const DIERef& die_ref, bool include_inlines, SymbolContextList& sc_list) argument
2428 ResolveFunction(const DWARFDIE &orig_die, bool include_inlines, SymbolContextList& sc_list) argument
2491 FindFunctions(const ConstString &name, const NameToDIE &name_to_die, bool include_inlines, SymbolContextList& sc_list) argument
2505 FindFunctions(const RegularExpression &regex, const NameToDIE &name_to_die, bool include_inlines, SymbolContextList& sc_list) argument
2519 FindFunctions(const RegularExpression &regex, const DWARFMappedHash::MemoryTable &memory_table, bool include_inlines, SymbolContextList& sc_list) argument
2534 ParseFunctions(const DIEArray &die_offsets, bool include_inlines, SymbolContextList& sc_list) argument
2570 FindFunctions(const ConstString &name, const CompilerDeclContext *parent_decl_ctx, uint32_t name_type_mask, bool include_inlines, bool append, SymbolContextList& sc_list) argument
2890 FindFunctions(const RegularExpression& regex, bool include_inlines, bool append, SymbolContextList& sc_list) argument
[all...]

Completed in 237 milliseconds