Searched refs:GCName (Results 1 – 7 of 7) sorted by relevance
/external/llvm/lib/IR/ |
D | LLVMContext.cpp | 307 void LLVMContext::setGC(const Function &Fn, std::string GCName) { in setGC() argument 311 pImpl->GCNames.insert(std::make_pair(&Fn, std::move(GCName))); in setGC() 314 It->second = std::move(GCName); in setGC()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | LLVMContext.cpp | 280 void LLVMContext::setGC(const Function &Fn, std::string GCName) { in setGC() argument 284 pImpl->GCNames.insert(std::make_pair(&Fn, std::move(GCName))); in setGC() 287 It->second = std::move(GCName); in setGC()
|
/external/llvm-project/llvm/lib/IR/ |
D | LLVMContext.cpp | 312 void LLVMContext::setGC(const Function &Fn, std::string GCName) { in setGC() argument 316 pImpl->GCNames.insert(std::make_pair(&Fn, std::move(GCName))); in setGC() 319 It->second = std::move(GCName); in setGC()
|
/external/llvm/include/llvm/IR/ |
D | LLVMContext.h | 103 void setGC(const Function &Fn, std::string GCName);
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | LLVMContext.h | 119 void setGC(const Function &Fn, std::string GCName);
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | LLVMContext.h | 112 void setGC(const Function &Fn, std::string GCName);
|
/external/llvm-project/llvm/include/llvm/IR/ |
D | LLVMContext.h | 131 void setGC(const Function &Fn, std::string GCName);
|