Searched defs:setGC (Results 1 – 6 of 6) sorted by relevance
| /external/llvm/lib/IR/ | ||
| D | LLVMContext.cpp | 307 void LLVMContext::setGC(const Function &Fn, std::string GCName) { in setGC() function in LLVMContext |
| D | Function.cpp | 422 void Function::setGC(std::string Str) { in setGC() function in Function |
| /external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ | ||
| D | LLVMContext.cpp | 298 void LLVMContext::setGC(const Function &Fn, std::string GCName) { in setGC() function in LLVMContext |
| D | Function.cpp | 457 void Function::setGC(std::string Str) { in setGC() function in Function |
| /external/swiftshader/third_party/LLVM/lib/VMCore/ | ||
| D | Function.cpp | 275 void Function::setGC(const char *Str) { in setGC() function in Function |
| /external/v8/tools/gcmole/ | ||
| D | gcmole.cc | 280 void setGC() { effect_ |= kCausesGC; } in setGC() function in __anon85d096280111::ExprEffect |