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()
201 "ModuleDebugify: ", [&](DIBuilder &DIB, Function &F) -> bool { in runOnModule()
H A DSafeStack.cpp501 DIBuilder DIB(*F.getParent()); in moveStaticAllocasToUnsafeStack() local
665 DIBuilder DIB(*F.getParent()); in moveDynamicAllocasToUnsafeStack() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DPromoteMemoryToRegister.cpp107 static void createDebugValue(DIBuilder &DIB, Value *NewValue, in createDebugValue()
118 static void createDebugValue(DIBuilder &DIB, Value *NewValue, in createDebugValue()
150 StoreInst *ToDelete, DIBuilder &DIB, in updateForDeletedStore()
383 DIBuilder DIB; member
638 DIBuilder DIB(*AI->getModule(), /*AllowUnresolved*/ false); in rewriteSingleStoreAlloca() local
754 DIBuilder DIB(*AI->getModule(), /*AllowUnresolved*/ false); in promoteSingleBlockAlloca() local
H A DDebugify.cpp140 std::function<bool(DIBuilder &DIB, Function &F)> ApplyToMF) { in applyDebugifyMetadata()
147 DIBuilder DIB(M); in applyDebugifyMetadata() local
H A DCodeExtractor.cpp1262 DIBuilder DIB(*OldFunc.getParent(), /*AllowUnresolved=*/false, in fixupDebugInfoPostExtraction() local
H A DLocal.cpp1967 DIBuilder DIB(*F.getParent(), /*AllowUnresolved*/ false); in LowerDbgDeclare() local
3752 DIExpression *llvm::getExpressionForConstant(DIBuilder &DIB, const Constant &C, in getExpressionForConstant()
H A DLoopUtils.cpp656 DIBuilder DIB(*ExitBlock->getModule()); in deleteDeadLoop() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSCCP.cpp342 DIBuilder DIB(M); in runIPSCCP() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSROA.cpp391 DIBuilder DIB(*OldInst->getModule(), /*AllowUnresolved*/ false); in migrateDebugInfo() local
5236 insertNewDbgInst(DIBuilder &DIB, DbgDeclareInst *Orig, AllocaInst *NewAddr, in insertNewDbgInst()
5259 insertNewDbgInst(DIBuilder &DIB, DbgAssignIntrinsic *Orig, AllocaInst *NewAddr, in insertNewDbgInst()
5297 insertNewDbgInst(DIBuilder &DIB, DbgVariableRecord *Orig, AllocaInst *NewAddr, in insertNewDbgInst()
5475 DIBuilder DIB(*AI.getModule(), /*AllowUnresolved*/ false); in splitAlloca() local
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfo.cpp2148 DIBuilder &DIB) { in emitDbgAssign()
2206 DIBuilder DIB(Module, /*AllowUnresolved*/ false); in trackAssignments() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp1041 DIBuilder DIB; member
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp3575 std::unique_ptr<DIBuilder> DIB; in visitAllocSite() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp3273 llvm::DIBuilder DIB(CGM.getModule()); in getOrCreateModuleRef() local