Home
last modified time | relevance | path

Searched refs:DIB (Results 1 – 25 of 36) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DDebugify.cpp64 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()
DPromoteMemoryToRegister.cpp230 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()
DLoopUtils.cpp642 DIBuilder DIB(*ExitBlock->getModule()); in deleteDeadLoop() local
648 DIB.insertDbgValueIntrinsic(UndefValue::get(Builder.getInt32Ty()), in deleteDeadLoop()
DLocal.cpp1392 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()
DInlineFunction.cpp1881 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/
DSafeStack.cpp494 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/
Dcore_armv8mbl.h1319 …#define DIB ((DIB_Type *) DIB_BASE ) /*!< DIB configuration stru… macro
2121 return (DIB->DAUTHSTATUS); in DIB_GetAuthStatus()
Dcore_cm23.h1394 …#define DIB ((DIB_Type *) DIB_BASE ) /*!< DIB configuration stru… macro
2196 return (DIB->DAUTHSTATUS); in DIB_GetAuthStatus()
Dcore_cm33.h2216 …#define DIB ((DIB_Type *) DIB_BASE ) /*!< DIB configuration stru… macro
3086 return (DIB->DAUTHSTATUS); in DIB_GetAuthStatus()
Dcore_cm35p.h2216 …#define DIB ((DIB_Type *) DIB_BASE ) /*!< DIB configuration stru… macro
3086 return (DIB->DAUTHSTATUS); in DIB_GetAuthStatus()
Dcore_armv8mml.h2141 …#define DIB ((DIB_Type *) DIB_BASE ) /*!< DIB configuration stru… macro
3018 return (DIB->DAUTHSTATUS); in DIB_GetAuthStatus()
Dcore_armv81mml.h3112 …#define DIB ((DIB_Type *) DIB_BASE ) /*!< DIB configuration stru… macro
4038 return (DIB->DAUTHSTATUS); in DIB_GetAuthStatus()
Dcore_cm55.h3149 …#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/
DInstructionCombining.cpp2418 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/
DAddressSanitizer.cpp873 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/
DSROA.cpp4360 DIBuilder DIB(*AI.getModule(), /*AllowUnresolved*/ false); in splitAlloca() local
4410 DIB.insertDeclare(Fragment.Alloca, Var, FragmentExpr, in splitAlloca()
/third_party/cups-filters/cupsfilters/
Dimage.pgm89 …<8.+ 7@AGUeoniq]D7672.,2;6.ED=513<DEGKNRSRSVMFEJLG@CJ@=HDKmE&# 1DIB=AIMNMMLJJIGB<;>@>><…
/third_party/gstreamer/gstplugins_good/
DNEWS2367 - avidemux: Fix integer overflow resulting in heap corruption in DIB
/third_party/gstreamer/gst_libav/
DNEWS2367 - avidemux: Fix integer overflow resulting in heap corruption in DIB
/third_party/gstreamer/gstplugins_bad/
DNEWS2367 - avidemux: Fix integer overflow resulting in heap corruption in DIB
/third_party/gstreamer/gstreamer/
DNEWS2367 - avidemux: Fix integer overflow resulting in heap corruption in DIB
/third_party/gstreamer/gstplugins_base/
DNEWS2367 - avidemux: Fix integer overflow resulting in heap corruption in DIB
/third_party/ffmpeg/doc/
Dmuxers.texi1220 If a BMP image is used, it must use the BITMAPINFOHEADER DIB header
/third_party/gstreamer/gstplugins_base/docs/random/
DChangeLog-0.8597 Invert DIB images. Fixes #132341.
4685 Add DIB fourcc (raw, palettized 8-bit RGB).
/third_party/gstreamer/gstplugins_bad/docs/random/
DChangeLog-0.82768 Invert DIB images. Fixes #132341.
6856 Add DIB fourcc (raw, palettized 8-bit RGB).

12