Home
last modified time | relevance | path

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

/external/llvm/unittests/ExecutionEngine/Orc/
DOrcTestCommon.h110 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()
DCompileOnDemandLayerTest.cpp51 TEST(CompileOnDemandLayerTest, FindSymbol) { in TEST() argument
/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DDescriptorPool.cs89 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()
DMessageDescriptor.cs201 …public FieldDescriptor FindFieldByName(String name) => File.DescriptorPool.FindSymbol<FieldDescrip…
217 File.DescriptorPool.FindSymbol<T>(FullName + "." + name);
DServiceDescriptor.cs78 return File.DescriptorPool.FindSymbol<MethodDescriptor>(FullName + "." + name); in FindMethodByName()
DEnumDescriptor.cs113 return File.DescriptorPool.FindSymbol<EnumValueDescriptor>(FullName + "." + name); in FindValueByName()
DFileDescriptor.cs203 T result = DescriptorPool.FindSymbol<T>(name);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/Orc/
DLegacy.h113 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()
DRemoteObjectLayer.h58 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/
Ddescriptor_database.cc180 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()
Ddescriptor_database.h175 Value FindSymbol(const string& name);
Ddescriptor.cc461 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/
DCompileOnDemandLayerTest.cpp52 TEST(CompileOnDemandLayerTest, FindSymbol) { in TEST() argument
DRemoteObjectLayerTest.cpp324 TEST(RemoteObjectLayer, FindSymbol) { in TEST() argument
/external/python/cpython2/Mac/Modules/cg/
DCFMLateImport.c1270 err = FindSymbol(connIDToImport, symName, (Ptr *) symAddr, &foundSymClass); in FragmentLookup()
/external/v8/tools/
Dgrokdump.py1064 def FindSymbol(self, addr): member in MinidumpReader
2324 maybe_symbol = self.reader.FindSymbol(maybe_address)
3872 eip_symbol = reader.FindSymbol(reader.ExceptionIP())