Home
last modified time | relevance | path

Searched refs:DType (Results 1 – 7 of 7) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm-c/
H A DDebugInfo.h1021 const char *LLVMDITypeGetName(LLVMMetadataRef DType, size_t *Length);
1029 uint64_t LLVMDITypeGetSizeInBits(LLVMMetadataRef DType);
1037 uint64_t LLVMDITypeGetOffsetInBits(LLVMMetadataRef DType);
1045 uint32_t LLVMDITypeGetAlignInBits(LLVMMetadataRef DType);
1053 unsigned LLVMDITypeGetLine(LLVMMetadataRef DType);
1061 LLVMDIFlags LLVMDITypeGetFlags(LLVMMetadataRef DType);
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfo.cpp1388 StringRef Str = unwrap<DIType>(DType)->getName(); in LLVMDITypeGetName()
1393 uint64_t LLVMDITypeGetSizeInBits(LLVMMetadataRef DType) { in LLVMDITypeGetSizeInBits() argument
1394 return unwrapDI<DIType>(DType)->getSizeInBits(); in LLVMDITypeGetSizeInBits()
1397 uint64_t LLVMDITypeGetOffsetInBits(LLVMMetadataRef DType) { in LLVMDITypeGetOffsetInBits() argument
1398 return unwrapDI<DIType>(DType)->getOffsetInBits(); in LLVMDITypeGetOffsetInBits()
1401 uint32_t LLVMDITypeGetAlignInBits(LLVMMetadataRef DType) { in LLVMDITypeGetAlignInBits() argument
1402 return unwrapDI<DIType>(DType)->getAlignInBits(); in LLVMDITypeGetAlignInBits()
1405 unsigned LLVMDITypeGetLine(LLVMMetadataRef DType) { in LLVMDITypeGetLine() argument
1406 return unwrapDI<DIType>(DType)->getLine(); in LLVMDITypeGetLine()
1409 LLVMDIFlags LLVMDITypeGetFlags(LLVMMetadataRef DType) { in LLVMDITypeGetFlags() argument
[all …]
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/
H A DVerifyDiagnosticConsumer.cpp458 StringRef DType; in ParseDirective() local
459 if (DToken.endswith(DType="-error")) in ParseDirective()
461 else if (DToken.endswith(DType="-warning")) in ParseDirective()
463 else if (DToken.endswith(DType="-remark")) in ParseDirective()
465 else if (DToken.endswith(DType="-note")) in ParseDirective()
467 else if (DToken.endswith(DType="-no-diagnostics")) { in ParseDirective()
474 DToken = DToken.substr(0, DToken.size()-DType.size()); in ParseDirective()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ExpandPseudoInsts.cpp443 uint64_t DType = TII->get(Opcode).TSFlags & AArch64::DestructiveInstTypeMask; in expand_DestructiveOp() local
450 if (DType == AArch64::DestructiveBinary) in expand_DestructiveOp()
455 switch (DType) { in expand_DestructiveOp()
493 switch (DType) { in expand_DestructiveOp()
584 switch (DType) { in expand_DestructiveOp()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBTFDebug.cpp1355 for (auto &DType : Fixup.second.second) { in endModule() local
1356 DType->setPointeeType(StructTypeId); in endModule()
/freebsd-13.1/contrib/llvm-project/llvm/lib/TableGen/
H A DTGParser.cpp1013 DagRecTy *DType = dyn_cast<DagRecTy>(LHSt->getType()); in ParseOperation() local
1014 if (!LType && !SType && !DType) { in ParseOperation()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp17524 llvm::Type *DType = Dst.getElementType(); in EmitNVPTXBuiltinExpr() local
17527 Builder.CreateBitCast(Builder.CreateExtractValue(Result, i), DType), in EmitNVPTXBuiltinExpr()