Home
last modified time | relevance | path

Searched refs:DIBuilder (Results 1 – 17 of 17) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/IR/
H A DDIBuilder.cpp34 DIBuilder::DIBuilder(Module &m, bool AllowUnresolvedNodes, DICompileUnit *CU) in DIBuilder() function in DIBuilder
39 void DIBuilder::trackIfUnresolved(MDNode *N) { in trackIfUnresolved()
69 void DIBuilder::finalize() { in finalize()
138 DICompileUnit *DIBuilder::createCompileUnit( in createCompileUnit()
256 DIBasicType *DIBuilder::createNullPtrType() { in createNullPtrType()
273 DIDerivedType *DIBuilder::createPointerType( in createPointerType()
564 void DIBuilder::retainType(DIScope *T) { in retainType()
715 DILabel *DIBuilder::createLabel( in createLabel()
752 DISubprogram *DIBuilder::createFunction( in createFunction()
786 DISubprogram *DIBuilder::createMethod( in createMethod()
[all …]
H A DDebugInfo.cpp731 return wrap(new DIBuilder(*unwrap(M), false)); in LLVMCreateDIBuilderDisallowUnresolved()
735 return wrap(new DIBuilder(*unwrap(M))); in LLVMCreateDIBuilder()
/freebsd-12.1/contrib/llvm/include/llvm/Transforms/Utils/
H A DLocal.h49 class DIBuilder; variable
282 StoreInst *SI, DIBuilder &Builder);
287 LoadInst *LI, DIBuilder &Builder);
292 PHINode *LI, DIBuilder &Builder);
319 Instruction *InsertBefore, DIBuilder &Builder,
329 DIBuilder &Builder, bool DerefBefore,
338 DIBuilder &Builder, int Offset = 0);
/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DDIBuilder.h42 class DIBuilder {
103 explicit DIBuilder(Module &M, bool AllowUnresolved = true,
105 DIBuilder(const DIBuilder &) = delete;
106 DIBuilder &operator=(const DIBuilder &) = delete;
877 DEFINE_ISA_CONVERSION_FUNCTIONS(DIBuilder, LLVMDIBuilderRef)
/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DPromoteMemoryToRegister.cpp235 DIBuilder DIB;
429 DIBuilder DIB(*AI->getModule(), /*AllowUnresolved*/ false); in rewriteSingleStoreAlloca()
530 DIBuilder DIB(*AI->getModule(), /*AllowUnresolved*/ false); in promoteSingleBlockAlloca()
H A DLocal.cpp1278 StoreInst *SI, DIBuilder &Builder) { in ConvertDebugDeclareToDebugValue()
1308 LoadInst *LI, DIBuilder &Builder) { in ConvertDebugDeclareToDebugValue()
1337 PHINode *APN, DIBuilder &Builder) { in ConvertDebugDeclareToDebugValue()
1374 DIBuilder DIB(*F.getParent(), /*AllowUnresolved*/ false); in LowerDbgDeclare()
1521 Instruction *InsertBefore, DIBuilder &Builder, in replaceDbgDeclare()
1541 DIBuilder &Builder, bool DerefBefore, in replaceDbgDeclareForAlloca()
1548 DIBuilder &Builder, int Offset) { in replaceOneDbgValueForAlloca()
1576 DIBuilder &Builder, int Offset) { in replaceDbgValueForAlloca()
H A DLoopUtils.cpp583 DIBuilder DIB(*ExitBlock->getModule()); in deleteDeadLoop()
H A DInlineFunction.cpp1818 DIBuilder DIB(*Caller->getParent()); in InlineFunction()
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DSafeStack.cpp493 DIBuilder DIB(*F.getParent()); in moveStaticAllocasToUnsafeStack()
649 DIBuilder DIB(*F.getParent()); in moveDynamicAllocasToUnsafeStack()
H A DMachineOutliner.cpp1168 DIBuilder DB(M, true, CU); in createOutlinedFunction()
/freebsd-12.1/contrib/llvm/tools/opt/
H A DDebugify.cpp72 DIBuilder DIB(M); in applyDebugifyMetadata()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGDebugInfo.h60 llvm::DIBuilder DBuilder;
H A DCGDebugInfo.cpp2300 llvm::DIBuilder DIB(CGM.getModule()); in getOrCreateModuleRef()
/freebsd-12.1/contrib/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp2283 std::unique_ptr<DIBuilder> DIB; in visitAllocSite()
2286 DIB.reset(new DIBuilder(*MI.getModule(), /*AllowUnresolved=*/false)); in visitAllocSite()
/freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp838 DIBuilder DIB;
/freebsd-12.1/lib/clang/libllvm/
H A DMakefile577 SRCS_MIN+= IR/DIBuilder.cpp
/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DSROA.cpp4292 DIBuilder DIB(*AI.getModule(), /*AllowUnresolved*/ false); in splitAlloca()