/external/llvm/unittests/ExecutionEngine/Orc/ |
D | OrcTestCommon.h | 110 FindSymbolFtor &&FindSymbol, in MockBaseLayer() argument 113 FindSymbol(FindSymbol), FindSymbolIn(FindSymbolIn) in MockBaseLayer() 128 return FindSymbol(Name, ExportedSymbolsOnly); in findSymbol() 139 FindSymbolFtor FindSymbol; variable 152 FindSymbolFtor &&FindSymbol, in createMockBaseLayer() argument 158 std::forward<FindSymbolFtor>(FindSymbol), in createMockBaseLayer()
|
D | CompileOnDemandLayerTest.cpp | 51 TEST(CompileOnDemandLayerTest, FindSymbol) { in TEST() argument
|
/external/protobuf/csharp/src/Google.Protobuf/Reflection/ |
D | DescriptorPool.cs | 89 internal T FindSymbol<T>(string fullName) where T : class 272 result = FindSymbol<IDescriptor>(name.Substring(1)); in LookupSymbol() 292 result = FindSymbol<IDescriptor>(name); in LookupSymbol() 301 result = FindSymbol<IDescriptor>(scopeToTry.ToString()); in LookupSymbol() 312 result = FindSymbol<IDescriptor>(scopeToTry.ToString()); in LookupSymbol()
|
D | MessageDescriptor.cs | 201 …public FieldDescriptor FindFieldByName(String name) => File.DescriptorPool.FindSymbol<FieldDescrip… 217 File.DescriptorPool.FindSymbol<T>(FullName + "." + name);
|
D | ServiceDescriptor.cs | 78 return File.DescriptorPool.FindSymbol<MethodDescriptor>(FullName + "." + name); in FindMethodByName()
|
D | EnumDescriptor.cs | 113 return File.DescriptorPool.FindSymbol<EnumValueDescriptor>(FullName + "." + name); in FindValueByName()
|
D | FileDescriptor.cs | 203 T result = DescriptorPool.FindSymbol<T>(name);
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/Orc/ |
D | Legacy.h | 113 FindSymbolFn FindSymbol) { in lookupFlagsWithLegacyFn() argument 117 if (JITSymbol Sym = FindSymbol(*S)) in lookupFlagsWithLegacyFn() 138 const SymbolNameSet &Symbols, FindSymbolFn FindSymbol) { in lookupWithLegacyFn() argument 143 if (JITSymbol Sym = FindSymbol(*S)) { in lookupWithLegacyFn()
|
D | RemoteObjectLayer.h | 58 class FindSymbol 59 : public rpc::Function<FindSymbol, Expected<RemoteSymbol>(std::string, 294 using FindSymbol = RemoteObjectLayerAPI::FindSymbol; variable 351 this->Remote.template callB<FindSymbol>(Name, in findSymbol() 407 using FindSymbol = RemoteObjectLayerAPI::FindSymbol; variable 430 Remote.template addHandler<FindSymbol>(*this, &ThisT::findSymbol); in RemoteObjectServerLayer()
|
/external/protobuf/src/google/protobuf/ |
D | descriptor_database.cc | 180 Value SimpleDescriptorDatabase::DescriptorIndex<Value>::FindSymbol( in FindSymbol() function in google::protobuf::SimpleDescriptorDatabase::DescriptorIndex 275 return MaybeCopy(index_.FindSymbol(symbol_name), output); in FindFileContainingSymbol() 337 return MaybeParse(index_.FindSymbol(symbol_name), output); in FindFileContainingSymbol() 343 pair<const void*, int> encoded_file = index_.FindSymbol(symbol_name); in FindNameOfFileContainingSymbol()
|
D | descriptor_database.h | 175 Value FindSymbol(const string& name);
|
D | descriptor.cc | 461 inline Symbol FindSymbol(const string& key) const; 767 inline Symbol DescriptorPool::Tables::FindSymbol(const string& key) const { in FindSymbol() function in google::protobuf::DescriptorPool::Tables 799 Symbol result = FindSymbol(name); in FindByNameHelper() 810 result = FindSymbol(name); in FindByNameHelper() 1196 Symbol result = tables_->FindSymbol(symbol_name); in FindFileContainingSymbol() 1204 result = tables_->FindSymbol(symbol_name); in FindFileContainingSymbol() 1596 Symbol symbol = tables_->FindSymbol(prefix); in IsSubSymbolOfBuiltType() 2850 Symbol FindSymbol(const string& name); 3323 Symbol result = pool->tables_->FindSymbol(name); in FindSymbolNotEnforcingDepsHelper() 3336 result = pool->tables_->FindSymbol(name); in FindSymbolNotEnforcingDepsHelper() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ExecutionEngine/Orc/ |
D | CompileOnDemandLayerTest.cpp | 52 TEST(CompileOnDemandLayerTest, FindSymbol) { in TEST() argument
|
D | RemoteObjectLayerTest.cpp | 324 TEST(RemoteObjectLayer, FindSymbol) { in TEST() argument
|
/external/python/cpython2/Mac/Modules/cg/ |
D | CFMLateImport.c | 1270 err = FindSymbol(connIDToImport, symName, (Ptr *) symAddr, &foundSymClass); in FragmentLookup()
|
/external/v8/tools/ |
D | grokdump.py | 1064 def FindSymbol(self, addr): member in MinidumpReader 2324 maybe_symbol = self.reader.FindSymbol(maybe_address) 3872 eip_symbol = reader.FindSymbol(reader.ExceptionIP())
|