HomeSort by relevance Sort by last modified time
    Searched refs:SymbolType (Results 1 - 25 of 33) sorted by null

1 2

  /frameworks/compile/libbcc/include/bcc/ExecutionEngine/
ObjectLoader.h 34 enum SymbolType {
65 SymbolType pType = kUnknownType) const;
  /external/lldb/include/lldb/Symbol/
Symbol.h 33 lldb::SymbolType type,
47 lldb::SymbolType type,
65 Compare (const ConstString& name, lldb::SymbolType type) const;
128 lldb::SymbolType
131 return (lldb::SymbolType)m_type;
135 SetType (lldb::SymbolType type)
137 m_type = (lldb::SymbolType)type;
Symtab.h 59 Symbol * FindSymbolWithType (lldb::SymbolType symbol_type, Debug symbol_debug_type, Visibility symbol_visibility, uint32_t &start_idx);
60 uint32_t AppendSymbolIndexesWithType (lldb::SymbolType symbol_type, std::vector<uint32_t>& indexes, uint32_t start_idx = 0, uint32_t end_index = UINT32_MAX) const;
61 uint32_t AppendSymbolIndexesWithTypeAndFlagsValue (lldb::SymbolType symbol_type, uint32_t flags_value, std::vector<uint32_t>& indexes, uint32_t start_idx = 0, uint32_t end_index = UINT32_MAX) const;
62 uint32_t AppendSymbolIndexesWithType (lldb::SymbolType symbol_type, Debug symbol_debug_type, Visibility symbol_visibility, std::vector<uint32_t>& matches, uint32_t start_idx = 0, uint32_t end_index = UINT32_MAX) const;
65 uint32_t AppendSymbolIndexesWithNameAndType (const ConstString& symbol_name, lldb::SymbolType symbol_type, std::vector<uint32_t>& matches);
66 uint32_t AppendSymbolIndexesWithNameAndType (const ConstString& symbol_name, lldb::SymbolType symbol_type, Debug symbol_debug_type, Visibility symbol_visibility, std::vector<uint32_t>& matches);
67 uint32_t AppendSymbolIndexesMatchingRegExAndType (const RegularExpression &regex, lldb::SymbolType symbol_type, std::vector<uint32_t>& indexes);
68 uint32_t AppendSymbolIndexesMatchingRegExAndType (const RegularExpression &regex, lldb::SymbolType symbol_type, Debug symbol_debug_type, Visibility symbol_visibility, std::vector<uint32_t>& indexes);
69 size_t FindAllSymbolsWithNameAndType (const ConstString &name, lldb::SymbolType symbol_type, std::vector<uint32_t>& symbol_indexes);
70 size_t FindAllSymbolsWithNameAndType (const ConstString &name, lldb::SymbolType symbol_type, Debug symbol_debug_type, Visibility symbol_visibility, std::vector<uint32_t>& symbol_ (…)
    [all...]
  /frameworks/compile/libbcc/lib/ExecutionEngine/
ObjectLoaderImpl.h 46 ObjectLoader::SymbolType pType) const = 0;
ELFObjectLoaderImpl.h 56 ObjectLoader::SymbolType pType) const;
ObjectLoader.cpp 160 SymbolType pType) const {
ELFObjectLoaderImpl.cpp 185 ObjectLoader::SymbolType pType) const {
  /external/lldb/include/lldb/API/
SBSymbol.h 58 SymbolType
SBModule.h 127 lldb::SymbolType type = eSymbolTypeAny);
131 lldb::SymbolType type = eSymbolTypeAny);
SBTarget.h 776 lldb::SymbolType type = eSymbolTypeAny);
  /external/lldb/source/Symbol/
Symtab.cpp 309 const SymbolType symbol_type = symbol->GetType();
482 Symtab::AppendSymbolIndexesWithType (SymbolType symbol_type, std::vector<uint32_t>& indexes, uint32_t start_idx, uint32_t end_index) const
500 Symtab::AppendSymbolIndexesWithTypeAndFlagsValue (SymbolType symbol_type, uint32_t flags_value, std::vector<uint32_t>& indexes, uint32_t start_idx, uint32_t end_index) const
518 Symtab::AppendSymbolIndexesWithType (SymbolType symbol_type, Debug symbol_debug_type, Visibility symbol_visibility, std::vector<uint32_t>& indexes, uint32_t start_idx, uint32_t end_index) const
673 Symtab::AppendSymbolIndexesWithNameAndType (const ConstString& symbol_name, SymbolType symbol_type, std::vector<uint32_t>& indexes)
692 Symtab::AppendSymbolIndexesWithNameAndType (const ConstString& symbol_name, SymbolType symbol_type, Debug symbol_debug_type, Visibility symbol_visibility, std::vector<uint32_t>& indexes)
712 Symtab::AppendSymbolIndexesMatchingRegExAndType (const RegularExpression &regexp, SymbolType symbol_type, std::vector<uint32_t>& indexes)
736 Symtab::AppendSymbolIndexesMatchingRegExAndType (const RegularExpression &regexp, SymbolType symbol_type, Debug symbol_debug_type, Visibility symbol_visibility, std::vector<uint32_t>& indexes)
763 Symtab::FindSymbolWithType (SymbolType symbol_type, Debug symbol_debug_type, Visibility symbol_visibility, uint32_t& start_idx)
783 Symtab::FindAllSymbolsWithNameAndType (const ConstString &name, SymbolType symbol_type, std::vector<uint32_t>& symbol_indexes
    [all...]
Symbol.cpp 50 SymbolType type,
84 SymbolType type,
366 Symbol::Compare(const ConstString& name, SymbolType type) const
410 return "<unknown SymbolType>";
  /external/lldb/include/lldb/Expression/
ClangExpressionDeclMap.h 301 lldb::SymbolType symbol_type);
305 lldb::SymbolType symbol_type);
  /external/lldb/scripts/Python/interface/
SBSymbol.i 53 SymbolType
SBModule.i 184 lldb::SymbolType type = eSymbolTypeAny);
188 lldb::SymbolType type = eSymbolTypeAny);
SBTarget.i 740 FindSymbols (const char *name, lldb::SymbolType type = eSymbolTypeAny);
  /external/lldb/include/lldb/Core/
Module.h 210 /// SymbolType enumeration value, then search only for
219 lldb::SymbolType symbol_type = lldb::eSymbolTypeAny);
223 lldb::SymbolType symbol_type,
228 lldb::SymbolType symbol_type,
    [all...]
ModuleList.h 390 lldb::SymbolType symbol_type,
396 lldb::SymbolType symbol_type,
  /external/llvm/tools/llvm-symbolizer/
LLVMSymbolize.cpp 63 SymbolRef::Type SymbolType;
64 if (error(Symbol.getType(SymbolType)))
66 if (SymbolType != SymbolRef::ST_Function && SymbolType != SymbolRef::ST_Data)
88 SymbolMapTy &M = SymbolType == SymbolRef::ST_Function ? Functions : Objects;
  /external/lldb/source/API/
SBSymbol.cpp 200 SymbolType
SBModule.cpp 355 lldb::SymbolType symbol_type)
370 SBModule::FindSymbols (const char *name, lldb::SymbolType symbol_type)
  /external/lldb/include/lldb/
lldb-enumerations.h 453 typedef enum SymbolType
484 } SymbolType;
  /external/clang/lib/StaticAnalyzer/Core/
SimpleSValBuilder.cpp 284 QualType SymbolType = LHS->getType();
286 uint64_t TypeWidth = Ctx.getTypeSize(SymbolType);
290 ConvertedRHS = &BasicVals.Convert(SymbolType, RHS);
295 if (RHS.isSigned() && !SymbolType->isSignedIntegerOrEnumerationType())
296 ConvertedRHS = &BasicVals.Convert(SymbolType, RHS);
    [all...]
  /external/lldb/source/Core/
Module.cpp 712 SymbolType sym_type = sc.symbol->GetType();
736 SymbolType sym_type = sc.symbol->GetType();
    [all...]
ModuleList.cpp 514 SymbolType symbol_type,
531 lldb::SymbolType symbol_type,
    [all...]

Completed in 1211 milliseconds

1 2