Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/bindings/ocaml/debuginfo/
H A Ddebuginfo_ocaml.c812 value llvm_di_type_get_name(LLVMMetadataRef DType) { in llvm_di_type_get_name() argument
814 const char *Name = LLVMDITypeGetName(DType, &Len); in llvm_di_type_get_name()
818 value llvm_di_type_get_size_in_bits(LLVMMetadataRef DType) { in llvm_di_type_get_size_in_bits() argument
819 uint64_t Size = LLVMDITypeGetSizeInBits(DType); in llvm_di_type_get_size_in_bits()
824 uint64_t Size = LLVMDITypeGetOffsetInBits(DType); in llvm_di_type_get_offset_in_bits()
828 value llvm_di_type_get_align_in_bits(LLVMMetadataRef DType) { in llvm_di_type_get_align_in_bits() argument
829 uint32_t Size = LLVMDITypeGetAlignInBits(DType); in llvm_di_type_get_align_in_bits()
833 value llvm_di_type_get_line(LLVMMetadataRef DType) { in llvm_di_type_get_line() argument
834 unsigned Line = LLVMDITypeGetLine(DType); in llvm_di_type_get_line()
838 value llvm_di_type_get_flags(LLVMMetadataRef DType) { in llvm_di_type_get_flags() argument
[all …]
/netbsd/external/apache2/llvm/dist/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);
/netbsd/external/apache2/llvm/dist/llvm/lib/IR/
H A DDebugInfo.cpp1352 StringRef Str = unwrap<DIType>(DType)->getName(); in LLVMDITypeGetName()
1357 uint64_t LLVMDITypeGetSizeInBits(LLVMMetadataRef DType) { in LLVMDITypeGetSizeInBits() argument
1358 return unwrapDI<DIType>(DType)->getSizeInBits(); in LLVMDITypeGetSizeInBits()
1361 uint64_t LLVMDITypeGetOffsetInBits(LLVMMetadataRef DType) { in LLVMDITypeGetOffsetInBits() argument
1362 return unwrapDI<DIType>(DType)->getOffsetInBits(); in LLVMDITypeGetOffsetInBits()
1365 uint32_t LLVMDITypeGetAlignInBits(LLVMMetadataRef DType) { in LLVMDITypeGetAlignInBits() argument
1366 return unwrapDI<DIType>(DType)->getAlignInBits(); in LLVMDITypeGetAlignInBits()
1369 unsigned LLVMDITypeGetLine(LLVMMetadataRef DType) { in LLVMDITypeGetLine() argument
1370 return unwrapDI<DIType>(DType)->getLine(); in LLVMDITypeGetLine()
1373 LLVMDIFlags LLVMDITypeGetFlags(LLVMMetadataRef DType) { in LLVMDITypeGetFlags() argument
[all …]
/netbsd/external/apache2/llvm/dist/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()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64ExpandPseudoInsts.cpp400 uint64_t DType = TII->get(Opcode).TSFlags & AArch64::DestructiveInstTypeMask; in expand_DestructiveOp() local
407 if (DType == AArch64::DestructiveBinary) in expand_DestructiveOp()
412 switch (DType) { in expand_DestructiveOp()
447 switch (DType) { in expand_DestructiveOp()
537 switch (DType) { in expand_DestructiveOp()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/BPF/
H A DBTFDebug.cpp1355 for (auto &DType : Fixup.second.second) { in endModule() local
1356 DType->setPointeeType(StructTypeId); in endModule()
/netbsd/external/apache2/llvm/dist/llvm/lib/TableGen/
H A DTGParser.cpp1013 DagRecTy *DType = dyn_cast<DagRecTy>(LHSt->getType()); in ParseOperation() local
1014 if (!LType && !SType && !DType) { in ParseOperation()
/netbsd/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGBuiltin.cpp16906 llvm::Type *DType = Dst.getElementType(); in EmitNVPTXBuiltinExpr() local
16909 Builder.CreateBitCast(Builder.CreateExtractValue(Result, i), DType), in EmitNVPTXBuiltinExpr()