Searched defs:SSP (Results 1 – 14 of 14) sorted by relevance
/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/Orc/ |
D | ExecutorProcessControl.cpp | 27 std::shared_ptr<SymbolStringPool> SSP, std::unique_ptr<TaskDispatcher> D, in SelfExecutorProcessControl() 49 std::shared_ptr<SymbolStringPool> SSP, in Create()
|
D | DebugUtils.cpp | 300 raw_ostream &operator<<(raw_ostream &OS, const SymbolStringPool &SSP) { in operator <<()
|
D | Core.cpp | 80 std::shared_ptr<SymbolStringPool> SSP, in FailedToMaterialize() 105 SymbolsNotFound::SymbolsNotFound(std::shared_ptr<SymbolStringPool> SSP, in SymbolsNotFound() 113 SymbolsNotFound::SymbolsNotFound(std::shared_ptr<SymbolStringPool> SSP, in SymbolsNotFound() 128 std::shared_ptr<SymbolStringPool> SSP, SymbolNameSet Symbols) in SymbolsCouldNotBeRemoved()
|
D | OrcV2CBindings.cpp | 350 void LLVMOrcSymbolStringPoolClearDeadEntries(LLVMOrcSymbolStringPoolRef SSP) { in LLVMOrcSymbolStringPoolClearDeadEntries()
|
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ExecutionEngine/Orc/ |
D | SimpleRemoteEPC.h | 97 SimpleRemoteEPC(std::shared_ptr<SymbolStringPool> SSP, in SimpleRemoteEPC()
|
D | ExecutorProcessControl.h | 179 ExecutorProcessControl(std::shared_ptr<SymbolStringPool> SSP, in ExecutorProcessControl()
|
D | Core.h | 479 MissingSymbolDefinitions(std::shared_ptr<SymbolStringPool> SSP, in MissingSymbolDefinitions() 502 UnexpectedSymbolDefinitions(std::shared_ptr<SymbolStringPool> SSP, in UnexpectedSymbolDefinitions()
|
/external/tensorflow/tensorflow/compiler/xla/service/cpu/ |
D | simple_orc_jit.cc | 180 auto SSP = std::make_shared<llvm::orc::SymbolStringPool>(); in Create() local
|
/external/clang/test/CodeGen/ |
D | 2002-07-14-MiscTests3.c | 19 struct SubStruct *SSP; member
|
/external/scapy/scapy/layers/ |
D | gssapi.py | 301 class SSP: class
|
/external/autotest/ |
D | global_config.ini | 366 [SSP] section 371 user:
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/ |
D | Core.h | 1223 std::shared_ptr<SymbolStringPool> SSP; variable
|
/external/clang/lib/Frontend/ |
D | CompilerInvocation.cpp | 2132 unsigned SSP = getLastArgIntValue(Args, OPT_stack_protector, 0, Diags); in ParseLangArgs() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/ |
D | Core.cpp | 1880 ExecutionSession::ExecutionSession(std::shared_ptr<SymbolStringPool> SSP) in ExecutionSession()
|