Searched defs:symbol_type (Results 1 - 12 of 12) sorted by relevance

/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Symbol/
H A DObjectFile.cpp391 const SymbolType symbol_type = symbol->GetType(); local
H A DSymtab.cpp326 const SymbolType symbol_type = symbol->GetType(); local
507 Symtab::AppendSymbolIndexesWithType (SymbolType symbol_type, std::vector<uint32_t>& indexes, uint32_t start_idx, uint32_t end_index) const argument
525 Symtab::AppendSymbolIndexesWithTypeAndFlagsValue (SymbolType symbol_type, uint32_t flags_value, std::vector<uint32_t>& indexes, uint32_t start_idx, uint32_t end_index) const argument
543 Symtab::AppendSymbolIndexesWithType (SymbolType symbol_type, Debu argument
701 AppendSymbolIndexesWithNameAndType(const ConstString& symbol_name, SymbolType symbol_type, std::vector<uint32_t>& indexes) argument
720 AppendSymbolIndexesWithNameAndType(const ConstString& symbol_name, SymbolType symbol_type, Debug symbol_debug_type, Visibility symbol_visibility, std::vector<uint32_t>& indexes) argument
740 AppendSymbolIndexesMatchingRegExAndType(const RegularExpression &regexp, SymbolType symbol_type, std::vector<uint32_t>& indexes) argument
764 AppendSymbolIndexesMatchingRegExAndType(const RegularExpression &regexp, SymbolType symbol_type, Debug symbol_debug_type, Visibility symbol_visibility, std::vector<uint32_t>& indexes) argument
791 FindSymbolWithType(SymbolType symbol_type, Debug symbol_debug_type, Visibility symbol_visibility, uint32_t& start_idx) argument
811 FindAllSymbolsWithNameAndType(const ConstString &name, SymbolType symbol_type, std::vector<uint32_t>& symbol_indexes) argument
831 FindAllSymbolsWithNameAndType(const ConstString &name, SymbolType symbol_type, Debug symbol_debug_type, Visibility symbol_visibility, std::vector<uint32_t>& symbol_indexes) argument
851 FindAllSymbolsMatchingRexExAndType(const RegularExpression &regex, SymbolType symbol_type, Debug symbol_debug_type, Visibility symbol_visibility, std::vector<uint32_t>& symbol_indexes) argument
860 FindFirstSymbolWithNameAndType(const ConstString &name, SymbolType symbol_type, Debug symbol_debug_type, Visibility symbol_visibility) argument
[all...]
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/API/
H A DSBModule.cpp385 SBModule::FindSymbols (const char *name, lldb::SymbolType symbol_type) argument
369 FindSymbol(const char *name, lldb::SymbolType symbol_type) argument
H A DSBTarget.cpp2322 SBTarget::FindSymbols (const char *name, lldb::SymbolType symbol_type) argument
2332 symbol_type, local
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Core/
H A DModuleList.cpp561 FindSymbolsWithNameAndType(const ConstString &name, SymbolType symbol_type, SymbolContextList &sc_list, bool append) const argument
578 FindSymbolsMatchingRegExAndType(const RegularExpression &regex, lldb::SymbolType symbol_type, SymbolContextList &sc_list, bool append) const argument
H A DModule.cpp1359 Module::FindFirstSymbolWithNameAndType (const ConstString &name, SymbolType symbol_type) argument
1414 Module::FindSymbolsWithNameAndType (const ConstString &name, SymbolType symbol_type, SymbolContextList &sc_list) argument
1440 Module::FindSymbolsMatchingRegExAndType (const RegularExpression &regex, SymbolType symbol_type, SymbolContextList &sc_list) argument
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp859 ClangExpressionDeclMap::GetSymbolAddress (const ConstString &name, lldb::SymbolType symbol_type) argument
756 GetSymbolAddress(Target &target, Process *process, const ConstString &name, lldb::SymbolType symbol_type, lldb_private::Module *module) argument
H A DIRForTarget.cpp1565 Type *symbol_type = symbol->getType(); local
/freebsd-11.0-release/contrib/gcc/
H A Dmips-tdump.c369 st_to_string(st_t symbol_type) argument
867 st_t symbol_type = (st_t) sym_ptr->st; local
H A Dmips-tfile.c2535 st_to_string(st_t symbol_type) argument
2766 st_t symbol_type = st_Nil; local
[all...]
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp2041 SymbolType symbol_type = eSymbolTypeInvalid; local
[all...]
/freebsd-11.0-release/contrib/gcc/config/mips/
H A Dmips.c512 enum mips_symbol_type symbol_type; member in struct:mips_address_info
1350 mips_symbolic_constant_p(rtx x, enum mips_symbol_type *symbol_type) argument
1482 mips_symbolic_address_p(enum mips_symbol_type symbol_type, enum machine_mode mode) argument
1809 enum mips_symbol_type symbol_type; local
1957 mips_unspec_address(rtx address, enum mips_symbol_type symbol_type) argument
1976 mips_unspec_offset_high(rtx temp, rtx base, rtx addr, enum mips_symbol_type symbol_type) argument
2139 enum mips_symbol_type symbol_type; local
5692 enum mips_symbol_type symbol_type; local
6134 enum mips_symbol_type symbol_type; local
[all...]

Completed in 387 milliseconds