Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:FunctionRecords

978   FunctionRecords.push_back(llvm::ConstantStruct::get(
1007 if (FunctionRecords.empty())
1046 llvm::ArrayType::get(FunctionRecordTy, FunctionRecords.size());
1047 auto RecordsVal = llvm::ConstantArray::get(RecordsTy, FunctionRecords);