Home
last modified time | relevance | path

Searched refs:gcroot (Results 1 – 11 of 11) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lld/COFF/
HDMarkLive.cpp56 for (Symbol *b : config->gcroot) in markLive()
HDConfig.h119 std::vector<Symbol *> gcroot; member
HDSymbolTable.cpp320 for (Symbol *b : config->gcroot) { in reportProblemSymbols()
HDInputFiles.cpp950 config->gcroot.push_back(sym); in parse()
HDDriver.cpp521 config->gcroot.push_back(b); in addUndefined()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDGCRootLowering.cpp138 if (IID == Intrinsic::gcroot) in CouldBecomeSafePoint()
224 case Intrinsic::gcroot: { in DoLowering()
HDShadowStackGCLowering.cpp241 if (F->getIntrinsicID() == Intrinsic::gcroot) { in CollectRoots()
HDSafeStack.cpp409 if (II->getIntrinsicID() == Intrinsic::gcroot) in findInsts()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
HDRewriteStatepointsForGC.cpp554 case Intrinsic::gcroot: in findBaseDefiningValue()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
HDVerifier.cpp4402 case Intrinsic::gcroot: in visitIntrinsicCall()
4405 if (ID == Intrinsic::gcroot) { in visitIntrinsicCall()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
HDSelectionDAGBuilder.cpp6578 case Intrinsic::gcroot: { in visitIntrinsicCall()