Home
last modified time | relevance | path

Searched refs:FindSymbol (Results 1 – 9 of 9) sorted by relevance

/external/llvm/unittests/ExecutionEngine/Orc/
DOrcTestCommon.h107 FindSymbolFtor &&FindSymbol, in MockBaseLayer() argument
110 FindSymbol(FindSymbol), FindSymbolIn(FindSymbolIn) in MockBaseLayer()
125 return FindSymbol(Name, ExportedSymbolsOnly); in findSymbol()
136 FindSymbolFtor FindSymbol; variable
149 FindSymbolFtor &&FindSymbol, in createMockBaseLayer() argument
155 std::forward<FindSymbolFtor>(FindSymbol), in createMockBaseLayer()
DCompileOnDemandLayerTest.cpp51 TEST(CompileOnDemandLayerTest, FindSymbol) { in TEST() argument
/external/protobuf/src/google/protobuf/
Ddescriptor_database.cc180 Value SimpleDescriptorDatabase::DescriptorIndex<Value>::FindSymbol( in FindSymbol() function in google::protobuf::SimpleDescriptorDatabase::DescriptorIndex
276 return MaybeCopy(index_.FindSymbol(symbol_name), output); in FindFileContainingSymbol()
338 return MaybeParse(index_.FindSymbol(symbol_name), output); in FindFileContainingSymbol()
344 pair<const void*, int> encoded_file = index_.FindSymbol(symbol_name); in FindNameOfFileContainingSymbol()
Ddescriptor.cc404 inline Symbol FindSymbol(const string& key) const;
675 inline Symbol DescriptorPool::Tables::FindSymbol(const string& key) const { in FindSymbol() function in google::protobuf::DescriptorPool::Tables
707 Symbol result = FindSymbol(name); in FindByNameHelper()
718 result = FindSymbol(name); in FindByNameHelper()
1050 Symbol result = tables_->FindSymbol(symbol_name); in FindFileContainingSymbol()
1058 result = tables_->FindSymbol(symbol_name); in FindFileContainingSymbol()
1433 Symbol symbol = tables_->FindSymbol(prefix); in IsSubSymbolOfBuiltType()
2364 Symbol FindSymbol(const string& name);
2818 Symbol result = pool->tables_->FindSymbol(name); in FindSymbolNotEnforcingDepsHelper()
2831 result = pool->tables_->FindSymbol(name); in FindSymbolNotEnforcingDepsHelper()
[all …]
Ddescriptor_database.h175 Value FindSymbol(const string& name);
/external/v8/src/parsing/
Dscanner.h410 int FindSymbol(DuplicateFinder* finder, int value);
Dscanner.cc1475 int Scanner::FindSymbol(DuplicateFinder* finder, int value) { in FindSymbol() function in v8::internal::Scanner
Dparser-base.h1102 scanner()->FindSymbol(classifier->duplicate_finder(), 1) != 0) { in ParseAndClassifyIdentifier()
1692 scanner()->FindSymbol(classifier->duplicate_finder(), 1) != 0) { in ParsePropertyDefinition()
/external/v8/tools/
Dgrokdump.py964 def FindSymbol(self, addr): member in MinidumpReader
3174 eip_symbol = reader.FindSymbol(reader.ExceptionIP())
3224 maybe_symbol = reader.FindSymbol(maybe_address)