Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DLLVMContext.h134 void setGC(const Function &Fn, std::string GCName);
H A DFunction.h346 void setGC(std::string Str);
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DLLVMContext.cpp333 void LLVMContext::setGC(const Function &Fn, std::string GCName) { in setGC() function in LLVMContext
H A DFunction.cpp819 void Function::setGC(std::string Str) { in setGC() function in Function
821 getContext().setGC(*this, std::move(Str)); in setGC()
844 setGC(Src->getGC()); in copyAttributesFrom()
H A DCore.cpp2522 F->setGC(GC); in LLVMSetGC()
/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/
H A DARCMT.cpp195 CInvok->getLangOpts().setGC(LangOptions::NonGC); in createInvocationForMigration()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp2219 Caller->setGC(CalledFunc->getGC()); in InlineFunction()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp3962 Opts.setGC(LangOptions::GCOnly); in ParseLangArgs()
3964 Opts.setGC(LangOptions::HybridGC); in ParseLangArgs()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp4239 Func->setGC(GCTable[Record[8] - 1]); in parseFunctionRecord()
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp6512 if (!GC.empty()) Fn->setGC(GC); in parseFunctionHeader()