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

/freebsd-10-stable/contrib/llvm/tools/lldb/source/Symbol/
H A DObjectFile.cpp395 const SymbolType symbol_type = symbol->GetType(); local
H A DSymtab.cpp309 const SymbolType symbol_type = symbol->GetType(); local
482 Symtab::AppendSymbolIndexesWithType (SymbolType symbol_type, std::vector<uint32_t>& indexes, uint32_t start_idx, uint32_t end_index) const argument
500 Symtab::AppendSymbolIndexesWithTypeAndFlagsValue (SymbolType symbol_type, uint32_t flags_value, std::vector<uint32_t>& indexes, uint32_t start_idx, uint32_t end_index) const argument
518 Symtab::AppendSymbolIndexesWithType (SymbolType symbol_type, Debu argument
673 AppendSymbolIndexesWithNameAndType(const ConstString& symbol_name, SymbolType symbol_type, std::vector<uint32_t>& indexes) argument
692 AppendSymbolIndexesWithNameAndType(const ConstString& symbol_name, SymbolType symbol_type, Debug symbol_debug_type, Visibility symbol_visibility, std::vector<uint32_t>& indexes) argument
712 AppendSymbolIndexesMatchingRegExAndType(const RegularExpression &regexp, SymbolType symbol_type, std::vector<uint32_t>& indexes) argument
736 AppendSymbolIndexesMatchingRegExAndType(const RegularExpression &regexp, SymbolType symbol_type, Debug symbol_debug_type, Visibility symbol_visibility, std::vector<uint32_t>& indexes) argument
763 FindSymbolWithType(SymbolType symbol_type, Debug symbol_debug_type, Visibility symbol_visibility, uint32_t& start_idx) argument
783 FindAllSymbolsWithNameAndType(const ConstString &name, SymbolType symbol_type, std::vector<uint32_t>& symbol_indexes) argument
803 FindAllSymbolsWithNameAndType(const ConstString &name, SymbolType symbol_type, Debug symbol_debug_type, Visibility symbol_visibility, std::vector<uint32_t>& symbol_indexes) argument
823 FindAllSymbolsMatchingRexExAndType(const RegularExpression &regex, SymbolType symbol_type, Debug symbol_debug_type, Visibility symbol_visibility, std::vector<uint32_t>& symbol_indexes) argument
832 FindFirstSymbolWithNameAndType(const ConstString &name, SymbolType symbol_type, Debug symbol_debug_type, Visibility symbol_visibility) argument
[all...]
/freebsd-10-stable/contrib/llvm/tools/lldb/source/API/
H A DSBModule.cpp391 SBModule::FindSymbols (const char *name, lldb::SymbolType symbol_type) argument
375 FindSymbol(const char *name, lldb::SymbolType symbol_type) argument
H A DSBTarget.cpp2596 SBTarget::FindSymbols (const char *name, lldb::SymbolType symbol_type) argument
2606 symbol_type, local
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Core/
H A DModuleList.cpp516 FindSymbolsWithNameAndType(const ConstString &name, SymbolType symbol_type, SymbolContextList &sc_list, bool append) const argument
533 FindSymbolsMatchingRegExAndType(const RegularExpression &regex, lldb::SymbolType symbol_type, SymbolContextList &sc_list, bool append) const argument
H A DModule.cpp1246 Module::FindFirstSymbolWithNameAndType (const ConstString &name, SymbolType symbol_type) argument
1301 Module::FindSymbolsWithNameAndType (const ConstString &name, SymbolType symbol_type, SymbolContextList &sc_list) argument
1327 Module::FindSymbolsMatchingRegExAndType (const RegularExpression &regex, SymbolType symbol_type, SymbolContextList &sc_list) argument
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Expression/
H A DClangExpressionDeclMap.cpp720 ClangExpressionDeclMap::GetSymbolAddress (const ConstString &name, lldb::SymbolType symbol_type) argument
614 GetSymbolAddress(Target &target, Process *process, const ConstString &name, lldb::SymbolType symbol_type, lldb_private::Module *module) argument
H A DIRForTarget.cpp1595 Type *symbol_type = symbol->getType(); local
/freebsd-10-stable/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-10-stable/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1127 SymbolType symbol_type = eSymbolTypeInvalid; local
[all...]
/freebsd-10-stable/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 113 milliseconds