Home
last modified time | relevance | path

Searched defs:FindSymbol (Results 1 – 11 of 11) sorted by relevance

/external/llvm/unittests/ExecutionEngine/Orc/
DOrcTestCommon.h110 FindSymbolFtor &&FindSymbol, in MockBaseLayer()
139 FindSymbolFtor FindSymbol; variable
152 FindSymbolFtor &&FindSymbol, in createMockBaseLayer()
DCompileOnDemandLayerTest.cpp51 TEST(CompileOnDemandLayerTest, FindSymbol) { in TEST() argument
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
DLegacy.h118 FindSymbolFn FindSymbol) { in getResponsibilitySetWithLegacyFn()
144 const SymbolNameSet &Symbols, FindSymbolFn FindSymbol) { in lookupWithLegacyFn()
DRemoteObjectLayer.h289 using FindSymbol = RemoteObjectLayerAPI::FindSymbol; variable
409 using FindSymbol = RemoteObjectLayerAPI::FindSymbol; variable
/external/llvm-project/clang/lib/Tooling/Refactoring/Rename/
DUSRFindingAction.cpp237 bool FindSymbol(ASTContext &Context, const SourceManager &SourceMgr, in FindSymbol() function in clang::tooling::NamedDeclFindingConsumer
/external/llvm-project/flang/lib/Semantics/
Dscope.cpp87 Symbol *Scope::FindSymbol(const SourceName &name) const { in FindSymbol() function in Fortran::semantics::Scope
Dresolve-names.cpp2008 Symbol *ScopeHandler::FindSymbol(const parser::Name &name) { in FindSymbol() function in Fortran::semantics::ScopeHandler
2011 Symbol *ScopeHandler::FindSymbol(const Scope &scope, const parser::Name &name) { in FindSymbol() function in Fortran::semantics::ScopeHandler
/external/protobuf/src/google/protobuf/
Ddescriptor_database.cc251 Value SimpleDescriptorDatabase::DescriptorIndex<Value>::FindSymbol( in FindSymbol() function in google::protobuf::SimpleDescriptorDatabase::DescriptorIndex
Ddescriptor.cc905 inline Symbol DescriptorPool::Tables::FindSymbol(const std::string& key) const { in FindSymbol() function in google::protobuf::DescriptorPool::Tables
3715 Symbol DescriptorBuilder::FindSymbol(const std::string& name, bool build_it) { in FindSymbol() function in google::protobuf::DescriptorBuilder
/external/llvm-project/lldb/source/API/
DSBModule.cpp315 lldb::SBSymbol SBModule::FindSymbol(const char *name, in FindSymbol() function in SBModule
/external/llvm-project/lldb/source/Expression/
DIRExecutionUnit.cpp935 IRExecutionUnit::FindSymbol(lldb_private::ConstString name, bool &missing_weak) { in FindSymbol() function in IRExecutionUnit