Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DAsmWriter.cpp2775 void printVFuncId(const FunctionSummary::VFuncId VFId);
3520 void AssemblyWriter::printVFuncId(const FunctionSummary::VFuncId VFId) { in printVFuncId() argument
3521 auto TidIter = TheIndex->typeIds().equal_range(VFId.GUID); in printVFuncId()
3524 Out << "guid: " << VFId.GUID; in printVFuncId()
3525 Out << ", offset: " << VFId.Offset; in printVFuncId()
3537 Out << ", offset: " << VFId.Offset; in printVFuncId()