Searched refs:DITy (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/ |
H A D | CoroFrame.cpp | 1061 DIType *DITy = solveDIType(Builder, StructTy->getElementType(I), Layout, in solveDIType() local 1063 assert(DITy); in solveDIType() 1065 Scope, DITy->getName(), Scope->getFile(), LineNum, in solveDIType() 1066 DITy->getSizeInBits(), DITy->getAlignInBits(), in solveDIType() 1068 llvm::DINode::FlagArtificial, DITy)); in solveDIType() 1231 DIType *DITy = nullptr; in buildFrameDebugInfo() local 1241 DITy = TyCache[Index]; in buildFrameDebugInfo() 1243 DITy = solveDIType(DBuilder, Ty, Layout, FrameDITy, LineNum, DITypeCache); in buildFrameDebugInfo() 1244 assert(DITy && "SolveDIType shouldn't return nullptr.\n"); in buildFrameDebugInfo() 1245 Name = DITy->getName().str(); in buildFrameDebugInfo() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/ |
H A D | Execution.cpp | 1244 IntegerType *DITy = cast<IntegerType>(DstTy); in executeTruncInst() local 1245 unsigned DBitWidth = DITy->getBitWidth(); in executeTruncInst() 1264 auto *DITy = cast<IntegerType>(DstTy); in executeSExtInst() local 1265 unsigned DBitWidth = DITy->getBitWidth(); in executeSExtInst() 1285 auto *DITy = cast<IntegerType>(DstTy); in executeZExtInst() local 1286 unsigned DBitWidth = DITy->getBitWidth(); in executeZExtInst()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | CodeViewDebug.cpp | 1235 const DIType *DITy = std::get<2>(HeapAllocSite); in emitDebugInfoForFunction() 1244 OS.emitInt32(getCompleteTypeIndex(DITy).getIndex()); in emitDebugInfoForFunction() 1230 const DIType *DITy = std::get<2>(HeapAllocSite); emitDebugInfoForFunction() local
|