Home
last modified time | relevance | path

Searched defs:DIB (Results 1 – 13 of 13) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineDebugify.cpp34 DIBuilder &DIB, Function &F) { in applyDebugifyMetadataToMachineFunction()
197 "ModuleDebugify: ", [&](DIBuilder &DIB, Function &F) -> bool { in runOnModule()
H A DSafeStack.cpp494 DIBuilder DIB(*F.getParent()); in moveStaticAllocasToUnsafeStack() local
657 DIBuilder DIB(*F.getParent()); in moveDynamicAllocasToUnsafeStack() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DPromoteMemoryToRegister.cpp105 static void createDebugValue(DIBuilder &DIB, Value *NewValue, in createDebugValue()
116 static void createDebugValue(DIBuilder &DIB, Value *NewValue, in createDebugValue()
147 StoreInst *ToDelete, DIBuilder &DIB, in updateForDeletedStore()
350 DIBuilder DIB; member
589 DIBuilder DIB(*AI->getModule(), /*AllowUnresolved*/ false); in rewriteSingleStoreAlloca() local
701 DIBuilder DIB(*AI->getModule(), /*AllowUnresolved*/ false); in promoteSingleBlockAlloca() local
H A DDebugify.cpp83 std::function<bool(DIBuilder &DIB, Function &F)> ApplyToMF) { in applyDebugifyMetadata()
90 DIBuilder DIB(M); in applyDebugifyMetadata() local
H A DCodeExtractor.cpp1561 DIBuilder DIB(*OldFunc.getParent(), /*AllowUnresolved=*/false, in fixupDebugInfoPostExtraction() local
H A DLocal.cpp1924 DIBuilder DIB(*F.getParent(), /*AllowUnresolved*/ false); in LowerDbgDeclare() local
3660 DIExpression *llvm::getExpressionForConstant(DIBuilder &DIB, const Constant &C, in getExpressionForConstant()
H A DLoopUtils.cpp665 DIBuilder DIB(*ExitBlock->getModule()); in deleteDeadLoop() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSCCP.cpp369 DIBuilder DIB(M); in runIPSCCP() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSROA.cpp387 DIBuilder DIB(*OldInst->getModule(), /*AllowUnresolved*/ false); in migrateDebugInfo() local
5102 insertNewDbgInst(DIBuilder &DIB, DbgDeclareInst *Orig, AllocaInst *NewAddr, in insertNewDbgInst()
5125 insertNewDbgInst(DIBuilder &DIB, DbgAssignIntrinsic *Orig, AllocaInst *NewAddr, in insertNewDbgInst()
5165 insertNewDbgInst(DIBuilder &DIB, DbgVariableRecord *Orig, AllocaInst *NewAddr, in insertNewDbgInst()
5330 DIBuilder DIB(*AI.getModule(), /*AllowUnresolved*/ false); in splitAlloca() local
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfo.cpp1996 DIBuilder &DIB) { in emitDbgAssign()
2068 DIBuilder DIB(Module, /*AllowUnresolved*/ false); in trackAssignments() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp988 DIBuilder DIB; member
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp3255 std::unique_ptr<DIBuilder> DIB; in visitAllocSite() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp3048 llvm::DIBuilder DIB(CGM.getModule()); in getOrCreateModuleRef() local