Home
last modified time | relevance | path

Searched refs:StripGCRelocates (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DStripGCRelocates.cpp28 struct StripGCRelocates : public FunctionPass { struct
30 StripGCRelocates() : FunctionPass(ID) { in StripGCRelocates() function
39 char StripGCRelocates::ID = 0;
42 bool StripGCRelocates::runOnFunction(Function &F) { in runOnFunction()
74 INITIALIZE_PASS(StripGCRelocates, "strip-gc-relocates",
/freebsd-12.1/lib/clang/libllvm/
H A DMakefile1464 SRCS_MIN+= Transforms/Utils/StripGCRelocates.cpp