Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMIRPrinter.cpp499 yaml::CallSiteInfo YmlCS; in convertCallSiteObjects() local
508 YmlCS.CallLocation = CallLocation; in convertCallSiteObjects()
514 YmlCS.ArgForwardingRegs.emplace_back(YmlArgReg); in convertCallSiteObjects()
516 YMF.CallSitesInfo.push_back(YmlCS); in convertCallSiteObjects()