Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/COFF/
H A DMarkLive.cpp64 for (Symbol *b : ctx.config.gcroot) in markLive()
H A DConfig.h156 std::vector<Symbol *> gcroot; member
H A DDriver.cpp1374 ctx.config.gcroot.push_back(targetSym); in createECExportThunks()
1431 ctx.config.gcroot.push_back(def); in maybeExportMinGWSymbols()
2656 config->gcroot.push_back(d); in linkerMain()
2796 config->gcroot.push_back(d); in linkerMain()
H A DSymbolTable.cpp383 for (Symbol *b : ctx.config.gcroot) { in reportProblemSymbols()
678 ctx.config.gcroot.push_back(b); in addGCRoot()
H A DInputFiles.cpp1442 symtab.ctx.config.gcroot.push_back(sym); in parse()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DGCRootLowering.cpp157 if (IID == Intrinsic::gcroot) in CouldBecomeSafePoint()
236 case Intrinsic::gcroot: { in DoLowering()
H A DShadowStackGCLowering.cpp286 if (F->getIntrinsicID() == Intrinsic::gcroot) { in CollectRoots()
H A DSafeStack.cpp410 if (II->getIntrinsicID() == Intrinsic::gcroot) in findInsts()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp546 case Intrinsic::gcroot: in findBaseDefiningValue()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLocal.cpp4256 if (CB.getIntrinsicID() == Intrinsic::gcroot) in canReplaceOperandWithVariable()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DVerifier.cpp5836 case Intrinsic::gcroot: in visitIntrinsicCall()
5839 if (ID == Intrinsic::gcroot) { in visitIntrinsicCall()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp7461 case Intrinsic::gcroot: { in visitIntrinsicCall()