/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | Debugify.cpp | 64 DIBuilder DIB(M); in applyDebugifyMetadata() local 74 DTy = DIB.createBasicType(Name, Size, dwarf::DW_ATE_unsigned); in applyDebugifyMetadata() 81 auto File = DIB.createFile(M.getName(), "/"); in applyDebugifyMetadata() 82 auto CU = DIB.createCompileUnit(dwarf::DW_LANG_C, File, "debugify", in applyDebugifyMetadata() 90 auto SPType = DIB.createSubroutineType(DIB.getOrCreateTypeArray(None)); in applyDebugifyMetadata() 95 auto SP = DIB.createFunction(CU, F.getName(), F.getName(), File, NextLine, in applyDebugifyMetadata() 131 auto LocalVar = DIB.createAutoVariable(SP, Name, File, Loc->getLine(), in applyDebugifyMetadata() 134 DIB.insertDbgValueIntrinsic(I, LocalVar, DIB.createExpression(), Loc, in applyDebugifyMetadata() 138 DIB.finalizeSubprogram(SP); in applyDebugifyMetadata() 140 DIB.finalize(); in applyDebugifyMetadata()
|
D | PromoteMemoryToRegister.cpp | 230 DIBuilder DIB; member 271 DIB(*DT.getRoot()->getParent()->getParent(), /*AllowUnresolved*/ false), in PromoteMem2Reg() 416 DIBuilder DIB(*AI->getModule(), /*AllowUnresolved*/ false); in rewriteSingleStoreAlloca() local 417 ConvertDebugDeclareToDebugValue(DII, Info.OnlyStore, DIB); in rewriteSingleStoreAlloca() 514 DIBuilder DIB(*AI->getModule(), /*AllowUnresolved*/ false); in promoteSingleBlockAlloca() local 515 ConvertDebugDeclareToDebugValue(DII, SI, DIB); in promoteSingleBlockAlloca() 914 ConvertDebugDeclareToDebugValue(DII, APN, DIB); in RenamePass() 974 ConvertDebugDeclareToDebugValue(DII, SI, DIB); in RenamePass()
|
D | LoopUtils.cpp | 642 DIBuilder DIB(*ExitBlock->getModule()); in deleteDeadLoop() local 648 DIB.insertDbgValueIntrinsic(UndefValue::get(Builder.getInt32Ty()), in deleteDeadLoop()
|
D | Local.cpp | 1392 DIBuilder DIB(*F.getParent(), /*AllowUnresolved*/ false); in LowerDbgDeclare() local 1432 ConvertDebugDeclareToDebugValue(DDI, SI, DIB); in LowerDbgDeclare() 1434 ConvertDebugDeclareToDebugValue(DDI, LI, DIB); in LowerDbgDeclare() 1443 DIB.insertDbgValueIntrinsic(AI, DDI->getVariable(), DerefExpr, in LowerDbgDeclare()
|
D | InlineFunction.cpp | 1881 DIBuilder DIB(*Caller->getParent()); in InlineFunction() local 1883 replaceDbgDeclareForAlloca(AI, AI, DIB, DIExpression::ApplyOffset, 0); in InlineFunction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | SafeStack.cpp | 494 DIBuilder DIB(*F.getParent()); in moveStaticAllocasToUnsafeStack() local 579 replaceDbgDeclare(Arg, BasePointer, BasePointer->getNextNode(), DIB, in moveStaticAllocasToUnsafeStack() 591 replaceDbgDeclareForAlloca(AI, BasePointer, DIB, DIExpression::ApplyOffset, in moveStaticAllocasToUnsafeStack() 593 replaceDbgValueForAlloca(AI, BasePointer, DIB, -Offset); in moveStaticAllocasToUnsafeStack() 642 DIBuilder DIB(*F.getParent()); in moveDynamicAllocasToUnsafeStack() local 679 replaceDbgDeclareForAlloca(AI, NewAI, DIB, DIExpression::ApplyOffset, 0); in moveDynamicAllocasToUnsafeStack()
|
/third_party/cmsis/CMSIS/Core/Include/ |
D | core_armv8mbl.h | 1319 …#define DIB ((DIB_Type *) DIB_BASE ) /*!< DIB configuration stru… macro 2121 return (DIB->DAUTHSTATUS); in DIB_GetAuthStatus()
|
D | core_cm23.h | 1394 …#define DIB ((DIB_Type *) DIB_BASE ) /*!< DIB configuration stru… macro 2196 return (DIB->DAUTHSTATUS); in DIB_GetAuthStatus()
|
D | core_cm33.h | 2216 …#define DIB ((DIB_Type *) DIB_BASE ) /*!< DIB configuration stru… macro 3086 return (DIB->DAUTHSTATUS); in DIB_GetAuthStatus()
|
D | core_cm35p.h | 2216 …#define DIB ((DIB_Type *) DIB_BASE ) /*!< DIB configuration stru… macro 3086 return (DIB->DAUTHSTATUS); in DIB_GetAuthStatus()
|
D | core_armv8mml.h | 2141 …#define DIB ((DIB_Type *) DIB_BASE ) /*!< DIB configuration stru… macro 3018 return (DIB->DAUTHSTATUS); in DIB_GetAuthStatus()
|
D | core_armv81mml.h | 3112 …#define DIB ((DIB_Type *) DIB_BASE ) /*!< DIB configuration stru… macro 4038 return (DIB->DAUTHSTATUS); in DIB_GetAuthStatus()
|
D | core_cm55.h | 3149 …#define DIB ((DIB_Type *) DIB_BASE ) /*!< DIB configuration stru… macro 4099 return (DIB->DAUTHSTATUS); in DIB_GetAuthStatus()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
D | InstructionCombining.cpp | 2418 std::unique_ptr<DIBuilder> DIB; in visitAllocSite() local 2421 DIB.reset(new DIBuilder(*MI.getModule(), /*AllowUnresolved=*/false)); in visitAllocSite() 2455 ConvertDebugDeclareToDebugValue(DII, SI, *DIB); in visitAllocSite()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
D | AddressSanitizer.cpp | 873 DIBuilder DIB; member 915 : F(F), ASan(ASan), DIB(*F.getParent(), /*AllowUnresolved*/ false), in FunctionStackPoisoner() 3124 replaceDbgDeclareForAlloca(AI, LocalStackBaseAlloca, DIB, DIExprFlags, in processStaticAllocas()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | SROA.cpp | 4360 DIBuilder DIB(*AI.getModule(), /*AllowUnresolved*/ false); in splitAlloca() local 4410 DIB.insertDeclare(Fragment.Alloca, Var, FragmentExpr, in splitAlloca()
|
/third_party/cups-filters/cupsfilters/ |
D | image.pgm | 89 …<8.+7@AGUeoniq]D7672.,2;6.ED=513<DEGKNRSRSVMFEJLG@CJ@=HDKmE&# 1DIB=AIMNMMLJJIGB<;>@>><…
|
/third_party/gstreamer/gstplugins_good/ |
D | NEWS | 2367 - avidemux: Fix integer overflow resulting in heap corruption in DIB
|
/third_party/gstreamer/gst_libav/ |
D | NEWS | 2367 - avidemux: Fix integer overflow resulting in heap corruption in DIB
|
/third_party/gstreamer/gstplugins_bad/ |
D | NEWS | 2367 - avidemux: Fix integer overflow resulting in heap corruption in DIB
|
/third_party/gstreamer/gstreamer/ |
D | NEWS | 2367 - avidemux: Fix integer overflow resulting in heap corruption in DIB
|
/third_party/gstreamer/gstplugins_base/ |
D | NEWS | 2367 - avidemux: Fix integer overflow resulting in heap corruption in DIB
|
/third_party/ffmpeg/doc/ |
D | muxers.texi | 1220 If a BMP image is used, it must use the BITMAPINFOHEADER DIB header
|
/third_party/gstreamer/gstplugins_base/docs/random/ |
D | ChangeLog-0.8 | 597 Invert DIB images. Fixes #132341. 4685 Add DIB fourcc (raw, palettized 8-bit RGB).
|
/third_party/gstreamer/gstplugins_bad/docs/random/ |
D | ChangeLog-0.8 | 2768 Invert DIB images. Fixes #132341. 6856 Add DIB fourcc (raw, palettized 8-bit RGB).
|