Searched refs:DType (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm-c/
H A DDebugInfo.h1008 * \param DType The DIType.
1013 const char *LLVMDITypeGetName(LLVMMetadataRef DType, size_t *Length);
1017 * \param DType The DIType.
1021 uint64_t LLVMDITypeGetSizeInBits(LLVMMetadataRef DType);
1025 * \param DType The DIType.
1029 uint64_t LLVMDITypeGetOffsetInBits(LLVMMetadataRef DType);
1033 * \param DType The DIType.
1037 uint32_t LLVMDITypeGetAlignInBits(LLVMMetadataRef DType);
1041 * \param DType The DIType.
1045 unsigned LLVMDITypeGetLine(LLVMMetadataRef DType);
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
H A DVerifyDiagnosticConsumer.cpp454 StringRef DType; local
455 if (DToken.endswith(DType="-error"))
457 else if (DToken.endswith(DType="-warning"))
459 else if (DToken.endswith(DType="-remark"))
461 else if (DToken.endswith(DType="-note"))
463 else if (DToken.endswith(DType="-no-diagnostics")) {
470 DToken = DToken.substr(0, DToken.size()-DType.size());
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfo.cpp1227 const char *LLVMDITypeGetName(LLVMMetadataRef DType, size_t *Length) { argument
1228 StringRef Str = unwrap<DIType>(DType)->getName();
1233 uint64_t LLVMDITypeGetSizeInBits(LLVMMetadataRef DType) { argument
1234 return unwrapDI<DIType>(DType)->getSizeInBits();
1237 uint64_t LLVMDITypeGetOffsetInBits(LLVMMetadataRef DType) { argument
1238 return unwrapDI<DIType>(DType)->getOffsetInBits();
1241 uint32_t LLVMDITypeGetAlignInBits(LLVMMetadataRef DType) { argument
1242 return unwrapDI<DIType>(DType)->getAlignInBits();
1245 unsigned LLVMDITypeGetLine(LLVMMetadataRef DType) { argument
1246 return unwrapDI<DIType>(DType)
1249 LLVMDITypeGetFlags(LLVMMetadataRef DType) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBTFDebug.cpp1260 for (auto &DType : Fixup.second.second) {
1261 DType->setPointeeType(StructTypeId);
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp14178 // Intrinsic::nvvm_wmma_m16n16k16_mma_sync<layout A,B><DType><CType><Satf>
14252 llvm::Type *DType = Dst.getElementType();
14255 Builder.CreateBitCast(Builder.CreateExtractValue(Result, i), DType),

Completed in 265 milliseconds