Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMIRPrinter.cpp514 yaml::CallSiteInfo YmlCS; in convertCallSiteObjects() local
523 YmlCS.CallLocation = CallLocation; in convertCallSiteObjects()
529 YmlCS.ArgForwardingRegs.emplace_back(YmlArgReg); in convertCallSiteObjects()
531 YMF.CallSitesInfo.push_back(YmlCS); in convertCallSiteObjects()