Searched refs:FindSymbol (Results 1 – 9 of 9) sorted by relevance
/external/llvm/unittests/ExecutionEngine/Orc/ |
D | OrcTestCommon.h | 107 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()
|
D | CompileOnDemandLayerTest.cpp | 51 TEST(CompileOnDemandLayerTest, FindSymbol) { in TEST() argument
|
/external/protobuf/src/google/protobuf/ |
D | descriptor_database.cc | 180 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()
|
D | descriptor.cc | 404 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 …]
|
D | descriptor_database.h | 175 Value FindSymbol(const string& name);
|
/external/v8/src/parsing/ |
D | scanner.h | 410 int FindSymbol(DuplicateFinder* finder, int value);
|
D | scanner.cc | 1475 int Scanner::FindSymbol(DuplicateFinder* finder, int value) { in FindSymbol() function in v8::internal::Scanner
|
D | parser-base.h | 1102 scanner()->FindSymbol(classifier->duplicate_finder(), 1) != 0) { in ParseAndClassifyIdentifier() 1692 scanner()->FindSymbol(classifier->duplicate_finder(), 1) != 0) { in ParsePropertyDefinition()
|
/external/v8/tools/ |
D | grokdump.py | 964 def FindSymbol(self, addr): member in MinidumpReader 3174 eip_symbol = reader.FindSymbol(reader.ExceptionIP()) 3224 maybe_symbol = reader.FindSymbol(maybe_address)
|