Home
last modified time | relevance | path

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

/external/llvm/lib/IR/
DLLVMContext.cpp307 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/
DLLVMContext.cpp280 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/
DLLVMContext.cpp312 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/
DLLVMContext.h103 void setGC(const Function &Fn, std::string GCName);
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DLLVMContext.h119 void setGC(const Function &Fn, std::string GCName);
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DLLVMContext.h112 void setGC(const Function &Fn, std::string GCName);
/external/llvm-project/llvm/include/llvm/IR/
DLLVMContext.h131 void setGC(const Function &Fn, std::string GCName);