Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DLLVMContext.h147 void setGC(const Function &Fn, std::string GCName);
H A DFunction.h353 void setGC(std::string Str);
/freebsd-12.1/contrib/llvm/lib/IR/
H A DLLVMContext.cpp299 void LLVMContext::setGC(const Function &Fn, std::string GCName) { in setGC() function in LLVMContext
H A DFunction.cpp470 void Function::setGC(std::string Str) { in setGC() function in Function
472 getContext().setGC(*this, std::move(Str)); in setGC()
489 setGC(Src->getGC()); in copyAttributesFrom()
H A DCore.cpp2355 F->setGC(GC); in LLVMSetGC()
/freebsd-12.1/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DARCMT.cpp197 CInvok->getLangOpts()->setGC(LangOptions::NonGC); in createInvocationForMigration()
/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp1547 Caller->setGC(CalledFunc->getGC()); in InlineFunction()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DCompilerInvocation.cpp2406 Opts.setGC(LangOptions::GCOnly); in ParseLangArgs()
2408 Opts.setGC(LangOptions::HybridGC); in ParseLangArgs()
/freebsd-12.1/contrib/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp3026 Func->setGC(GCTable[Record[8] - 1]); in parseFunctionRecord()
/freebsd-12.1/contrib/llvm/lib/AsmParser/
H A DLLParser.cpp5361 if (!GC.empty()) Fn->setGC(GC); in ParseFunctionHeader()