Searched refs:NamesArrTy (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/CodeGen/ |
D | CoverageMappingGen.cpp | 1081 auto NamesArrTy = llvm::ArrayType::get(llvm::Type::getInt8PtrTy(Ctx), in emit() local 1083 auto NamesArrVal = llvm::ConstantArray::get(NamesArrTy, FunctionNames); in emit() 1086 new llvm::GlobalVariable(CGM.getModule(), NamesArrTy, true, in emit()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CoverageMappingGen.cpp | 1565 auto NamesArrTy = llvm::ArrayType::get(llvm::Type::getInt8PtrTy(Ctx), in emit() local 1567 auto NamesArrVal = llvm::ConstantArray::get(NamesArrTy, FunctionNames); in emit() 1570 new llvm::GlobalVariable(CGM.getModule(), NamesArrTy, true, in emit()
|