Home
last modified time | relevance | path

Searched refs:setGC (Results 1 – 10 of 10) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DLLVMContext.h132 void setGC(const Function &Fn, std::string GCName);
H A DFunction.h398 void setGC(std::string Str);
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DLLVMContext.cpp298 void LLVMContext::setGC(const Function &Fn, std::string GCName) { in setGC() function in LLVMContext
H A DFunction.cpp649 void Function::setGC(std::string Str) { in setGC() function in Function
651 getContext().setGC(*this, std::move(Str)); in setGC()
674 setGC(Src->getGC()); in copyAttributesFrom()
H A DCore.cpp2456 F->setGC(GC); in LLVMSetGC()
/freebsd-13.1/contrib/llvm-project/clang/lib/ARCMigrate/
H A DARCMT.cpp197 CInvok->getLangOpts()->setGC(LangOptions::NonGC); in createInvocationForMigration()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp1807 Caller->setGC(CalledFunc->getGC()); in InlineFunction()
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp3671 Opts.setGC(LangOptions::GCOnly); in ParseLangArgs()
3673 Opts.setGC(LangOptions::HybridGC); in ParseLangArgs()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp3380 Func->setGC(GCTable[Record[8] - 1]); in parseFunctionRecord()
/freebsd-13.1/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp5648 if (!GC.empty()) Fn->setGC(GC); in parseFunctionHeader()