Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DLLVMContext.h119 void setGC(const Function &Fn, std::string GCName);
DFunction.h358 void setGC(std::string Str);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DLLVMContext.h112 void setGC(const Function &Fn, std::string GCName);
DFunction.h250 void setGC(std::string Str);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DLLVMContext.cpp280 void LLVMContext::setGC(const Function &Fn, std::string GCName) { in setGC() function in LLVMContext
DFunction.cpp501 void Function::setGC(std::string Str) { in setGC() function in Function
503 getContext().setGC(*this, std::move(Str)); in setGC()
520 setGC(Src->getGC()); in copyAttributesFrom()
DCore.cpp2383 F->setGC(GC); in LLVMSetGC()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DInlineFunction.cpp1609 Caller->setGC(CalledFunc->getGC()); in InlineFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp3264 Func->setGC(GCTable[Record[8] - 1]); in parseFunctionRecord()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/
DLLParser.cpp5506 if (!GC.empty()) Fn->setGC(GC); in ParseFunctionHeader()