Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DMIRPrinter.cpp532 yaml::CallSiteInfo YmlCS; in convertCallSiteObjects() local
541 YmlCS.CallLocation = CallLocation; in convertCallSiteObjects()
547 YmlCS.ArgForwardingRegs.emplace_back(YmlArgReg); in convertCallSiteObjects()
549 YMF.CallSitesInfo.push_back(YmlCS); in convertCallSiteObjects()