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.h140 LLVM_ABI void setGC(const Function &Fn, std::string GCName);
H A DFunction.h348 void setGC(std::string Str);
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DFunction.cpp836 void Function::setGC(std::string Str) { in setGC() function in Function
838 getContext().setGC(*this, std::move(Str)); in setGC()
861 setGC(Src->getGC()); in copyAttributesFrom()
H A DLLVMContext.cpp318 void LLVMContext::setGC(const Function &Fn, std::string GCName) { in setGC() function in LLVMContext
H A DCore.cpp2533 F->setGC(GC); in LLVMSetGC()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp2545 Caller->setGC(CalledFunc->getGC()); in InlineFunction()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp4220 Opts.setGC(LangOptions::GCOnly); in ParseLangArgs()
4222 Opts.setGC(LangOptions::HybridGC); in ParseLangArgs()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp4329 Func->setGC(GCTable[Record[8] - 1]); in parseFunctionRecord()
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp6814 if (!GC.empty()) Fn->setGC(GC); in parseFunctionHeader()
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc21219 {"_ZN4llvm8Function5setGCEPKc", "llvm::Function::setGC(char const*)"},