Searched refs:DITy (Results 1 – 3 of 3) sorted by relevance
| /freebsd-head/contrib/llvm-project/llvm/lib/Transforms/Coroutines/ |
| HD | 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-head/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/ |
| HD | 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-head/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| HD | CodeViewDebug.cpp | 1235 const DIType *DITy = std::get<2>(HeapAllocSite); in emitDebugInfoForFunction() local 1244 OS.emitInt32(getCompleteTypeIndex(DITy).getIndex()); in emitDebugInfoForFunction()
|