Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMIRPrinter.cpp535 yaml::CallSiteInfo YmlCS; in convertCallSiteObjects() local
544 YmlCS.CallLocation = CallLocation; in convertCallSiteObjects()
550 YmlCS.ArgForwardingRegs.emplace_back(YmlArgReg); in convertCallSiteObjects()
552 YMF.CallSitesInfo.push_back(YmlCS); in convertCallSiteObjects()