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.cpp56 for (Symbol *b : ctx.config.gcroot) in markLive()
H A DConfig.h153 std::vector<Symbol *> gcroot; member
H A DDriver.cpp703 ctx.config.gcroot.push_back(b); in addUndefined()
1357 ctx.config.gcroot.push_back(def); in maybeExportMinGWSymbols()
2506 config->gcroot.push_back(d); in linkerMain()
2631 config->gcroot.push_back(d); in linkerMain()
H A DSymbolTable.cpp406 for (Symbol *b : ctx.config.gcroot) { in reportProblemSymbols()
H A DInputFiles.cpp1131 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.cpp288 if (F->getIntrinsicID() == Intrinsic::gcroot) { in getAnalysisUsage()
340 // Find calls to llvm.gcroot. in runOnFunction()
H A DSafeStack.cpp411 if (II->getIntrinsicID() == Intrinsic::gcroot) in findInsts()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp547 case Intrinsic::gcroot: in findBaseDefiningValue()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DVerifier.cpp5574 case Intrinsic::gcroot: in visitIntrinsicCall()
5577 if (ID == Intrinsic::gcroot) { in visitIntrinsicCall()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLocal.cpp4155 if (CB.getIntrinsicID() == Intrinsic::gcroot) in canReplaceOperandWithVariable()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp7409 case Intrinsic::gcroot: { in visitIntrinsicCall()