Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp641 DIType *DITy = solveDIType(Builder, StructTy->getElementType(I), Layout, in solveDIType() local
643 assert(DITy); in solveDIType()
645 DIStruct, DITy->getName(), DIStruct->getFile(), LineNum, in solveDIType()
646 DITy->getSizeInBits(), DITy->getAlignInBits(), in solveDIType()
648 llvm::DINode::FlagArtificial, DITy)); in solveDIType()
794 DIType *DITy = nullptr; in buildFrameDebugInfo() local
804 DITy = TyCache[Index]; in buildFrameDebugInfo()
806 DITy = solveDIType(DBuilder, Ty, Layout, FrameDITy, LineNum, DITypeCache); in buildFrameDebugInfo()
807 assert(DITy && "SolveDIType shouldn't return nullptr.\n"); in buildFrameDebugInfo()
808 Name = DITy->getName().str(); in buildFrameDebugInfo()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/
H A DExecution.cpp1244 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 DCodeViewDebug.cpp1242 const DIType *DITy = std::get<2>(HeapAllocSite); in emitDebugInfoForFunction() local
1251 OS.emitInt32(getCompleteTypeIndex(DITy).getIndex()); in emitDebugInfoForFunction()