Home
last modified time | relevance | path

Searched refs:getSyncScopeNames (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DLLVMContext.cpp276 void LLVMContext::getSyncScopeNames(SmallVectorImpl<StringRef> &SSNs) const { in getSyncScopeNames() function in LLVMContext
277 pImpl->getSyncScopeNames(SSNs); in getSyncScopeNames()
DLLVMContextImpl.cpp223 void LLVMContextImpl::getSyncScopeNames( in getSyncScopeNames() function in LLVMContextImpl
DLLVMContextImpl.h1392 void getSyncScopeNames(SmallVectorImpl<StringRef> &SSNs) const;
DAsmWriter.cpp2494 Context.getSyncScopeNames(SSNs); in writeSyncScope()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DLLVMContext.h116 void getSyncScopeNames(SmallVectorImpl<StringRef> &SSNs) const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineOperand.cpp470 Context.getSyncScopeNames(SSNs); in printSyncScope()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp2245 M.getContext().getSyncScopeNames(SSNs); in writeSyncScopeNames()