HomeSort by: relevance | last modified time | path
    Searched refs:DITy (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/
CoroFrame.cpp 869 DIType *DITy = solveDIType(Builder, StructTy->getElementType(I), Layout,
871 assert(DITy);
873 Scope, DITy->getName(), Scope->getFile(), LineNum,
874 DITy->getSizeInBits(), DITy->getAlignInBits(),
876 llvm::DINode::FlagArtificial, DITy));
1022 DIType *DITy = nullptr;
1032 DITy = TyCache[Index];
1034 DITy = solveDIType(DBuilder, Ty, Layout, PromiseDIScope, LineNum,
1036 assert(DITy && "SolveDIType shouldn't return nullptr.\n")
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Interpreter/
Execution.cpp 1280 IntegerType *DITy = cast<IntegerType>(DstTy);
1281 unsigned DBitWidth = DITy->getBitWidth();
1300 auto *DITy = cast<IntegerType>(DstTy);
1301 unsigned DBitWidth = DITy->getBitWidth();
1321 auto *DITy = cast<IntegerType>(DstTy);
1322 unsigned DBitWidth = DITy->getBitWidth();
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
CodeViewDebug.cpp 1140 const DIType *DITy = std::get<2>(HeapAllocSite);
1149 OS.emitInt32(getCompleteTypeIndex(DITy).getIndex());

Completed in 64 milliseconds