Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCoverageMappingGen.h56 std::vector<llvm::Constant *> FunctionRecords; variable
DCoverageMappingGen.cpp914 FunctionRecords.push_back(llvm::ConstantStruct::get( in addFunctionMappingRecord()
940 if (FunctionRecords.empty()) in emit()
977 llvm::ArrayType::get(FunctionRecordTy, FunctionRecords.size()); in emit()
978 auto RecordsVal = llvm::ConstantArray::get(RecordsTy, FunctionRecords); in emit()
986 llvm::ConstantInt::get(Int32Ty, FunctionRecords.size()), in emit()