Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/llvm-c-test/
H A Ddebuginfo.c21 declare_objc_class(LLVMDIBuilderRef DIB, LLVMMetadataRef File) { in declare_objc_class()
34 LLVMDIBuilderRef DIB = LLVMCreateDIBuilder(M); in llvm_test_dibuilder() local
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMachineDebugify.cpp34 DIBuilder &DIB, Function &F) { in applyDebugifyMetadataToMachineFunction()
181 "ModuleDebugify: ", [&](DIBuilder &DIB, Function &F) -> bool { in runOnModule()
H A DSafeStack.cpp495 DIBuilder DIB(*F.getParent()); in moveStaticAllocasToUnsafeStack() local
658 DIBuilder DIB(*F.getParent()); in moveDynamicAllocasToUnsafeStack() local
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DPromoteMemoryToRegister.cpp297 DIBuilder DIB; member
501 DIBuilder DIB(*AI->getModule(), /*AllowUnresolved*/ false); in rewriteSingleStoreAlloca() local
607 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.cpp1535 DIBuilder DIB(*OldFunc.getParent(), /*AllowUnresolved=*/false, in fixupDebugInfoPostExtraction() local
H A DLocal.cpp1618 DIBuilder DIB(*F.getParent(), /*AllowUnresolved*/ false); in LowerDbgDeclare() local
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DDebugInfo.cpp1785 const VarRecord &VarRec, DIBuilder &DIB) { in emitDbgAssign()
1819 DIBuilder DIB(Module, /*AllowUnresolved*/ false); in trackAssignments() local
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DSROA.cpp160 DIBuilder DIB(*OldInst->getModule(), /*AllowUnresolved*/ false); in migrateDebugInfo() local
4879 DIBuilder DIB(*AI.getModule(), /*AllowUnresolved*/ false); in splitAlloca() local
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp892 DIBuilder DIB; member
/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp2867 std::unique_ptr<DIBuilder> DIB; in visitAllocSite() local
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGDebugInfo.cpp2777 llvm::DIBuilder DIB(CGM.getModule()); in getOrCreateModuleRef() local