Home
last modified time | relevance | path

Searched refs:GCName (Results 1 – 5 of 5) 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-7.0/llvm/lib/IR/
DLLVMContext.cpp298 void LLVMContext::setGC(const Function &Fn, std::string GCName) { in setGC() argument
302 pImpl->GCNames.insert(std::make_pair(&Fn, std::move(GCName))); in setGC()
305 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-subzero/include/llvm/IR/
DLLVMContext.h112 void setGC(const Function &Fn, std::string GCName);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DLLVMContext.h146 void setGC(const Function &Fn, std::string GCName);