| /freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/ |
| D | DIBuilder.cpp | 34 DIBuilder::DIBuilder(Module &m, bool AllowUnresolvedNodes, DICompileUnit *CU) in DIBuilder() function in DIBuilder 39 void DIBuilder::trackIfUnresolved(MDNode *N) { in trackIfUnresolved() 49 void DIBuilder::finalizeSubprogram(DISubprogram *SP) { in finalizeSubprogram() 69 void DIBuilder::finalize() { in finalize() 138 DICompileUnit *DIBuilder::createCompileUnit( in createCompileUnit() 180 DIImportedEntity *DIBuilder::createImportedModule(DIScope *Context, in createImportedModule() 188 DIImportedEntity *DIBuilder::createImportedModule(DIScope *Context, in createImportedModule() 196 DIImportedEntity *DIBuilder::createImportedModule(DIScope *Context, DIModule *M, in createImportedModule() 203 DIImportedEntity *DIBuilder::createImportedDeclaration(DIScope *Context, in createImportedDeclaration() 215 DIFile *DIBuilder::createFile(StringRef Filename, StringRef Directory, in createFile() [all …]
|
| D | DebugInfo.cpp | 889 return wrap(new DIBuilder(*unwrap(M), false)); in LLVMCreateDIBuilderDisallowUnresolved() 893 return wrap(new DIBuilder(*unwrap(M))); in LLVMCreateDIBuilder()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
| D | Local.h | 48 class DIBuilder; variable 246 StoreInst *SI, DIBuilder &Builder); 251 LoadInst *LI, DIBuilder &Builder); 256 PHINode *LI, DIBuilder &Builder); 271 bool replaceDbgDeclare(Value *Address, Value *NewAddress, DIBuilder &Builder, 280 DIBuilder &Builder, int Offset = 0);
|
| D | Debugify.h | 48 class DIBuilder; variable 60 std::function<bool(DIBuilder &, Function &)> ApplyToMF);
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/ |
| D | DIBuilder.h | 41 class DIBuilder { 102 explicit DIBuilder(Module &M, bool AllowUnresolved = true, 104 DIBuilder(const DIBuilder &) = delete; 105 DIBuilder &operator=(const DIBuilder &) = delete; 947 DEFINE_ISA_CONVERSION_FUNCTIONS(DIBuilder, LLVMDIBuilderRef)
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/ |
| D | MachineDebugify.cpp | 37 DIBuilder &DIB, Function &F) { in applyDebugifyMetadataToMachineFunction() 176 "ModuleDebugify: ", [&](DIBuilder &DIB, Function &F) -> bool { in runOnModule()
|
| D | SafeStack.cpp | 503 DIBuilder DIB(*F.getParent()); in moveStaticAllocasToUnsafeStack() 660 DIBuilder DIB(*F.getParent()); in moveDynamicAllocasToUnsafeStack()
|
| D | MachineOutliner.cpp | 702 DIBuilder DB(M, true, CU); in createOutlinedFunction()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| D | PromoteMemoryToRegister.cpp | 227 DIBuilder DIB; 424 DIBuilder DIB(*AI->getModule(), /*AllowUnresolved*/ false); in rewriteSingleStoreAlloca() 526 DIBuilder DIB(*AI->getModule(), /*AllowUnresolved*/ false); in promoteSingleBlockAlloca()
|
| D | Local.cpp | 1442 StoreInst *SI, DIBuilder &Builder) { in ConvertDebugDeclareToDebugValue() 1470 LoadInst *LI, DIBuilder &Builder) { in ConvertDebugDeclareToDebugValue() 1498 PHINode *APN, DIBuilder &Builder) { in ConvertDebugDeclareToDebugValue() 1542 DIBuilder DIB(*F.getParent(), /*AllowUnresolved*/ false); in LowerDbgDeclare() 1677 DIBuilder &Builder, uint8_t DIExprFlags, in replaceDbgDeclare() 1695 DIBuilder &Builder, int Offset) { in replaceOneDbgValueForAlloca() 1718 DIBuilder &Builder, int Offset) { in replaceDbgValueForAlloca()
|
| D | Debugify.cpp | 78 std::function<bool(DIBuilder &DIB, Function &F)> ApplyToMF) { in applyDebugifyMetadata() 85 DIBuilder DIB(M); in applyDebugifyMetadata()
|
| D | LoopUtils.cpp | 645 DIBuilder DIB(*ExitBlock->getModule()); in deleteDeadLoop()
|
| D | CodeExtractor.cpp | 1483 DIBuilder DIB(*OldFunc.getParent(), /*AllowUnresolved=*/false, in fixupDebugInfoPostExtraction()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Coroutines/ |
| D | CoroFrame.cpp | 843 static DIType *solveDIType(DIBuilder &Builder, Type *Ty, DataLayout &Layout, in solveDIType() 934 DIBuilder DBuilder(*F.getParent(), /*AllowUnresolved*/ false); in buildFrameDebugInfo() 1652 DIBuilder(*CurrentBlock->getParent()->getParent(), AllowUnresolved) in insertSpills()
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/ |
| D | CGDebugInfo.h | 62 llvm::DIBuilder DBuilder;
|
| D | CGDebugInfo.cpp | 2640 llvm::DIBuilder DIB(CGM.getModule()); in getOrCreateModuleRef()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| D | IROutliner.cpp | 399 DIBuilder DB(M, true, CU); in createFunction()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| D | InstructionCombining.cpp | 2682 std::unique_ptr<DIBuilder> DIB; in visitAllocSite() 2685 DIB.reset(new DIBuilder(*MI.getModule(), /*AllowUnresolved=*/false)); in visitAllocSite()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| D | AddressSanitizer.cpp | 926 DIBuilder DIB;
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| D | SROA.cpp | 4539 DIBuilder DIB(*AI.getModule(), /*AllowUnresolved*/ false); in splitAlloca()
|
| /freebsd-12-stable/lib/clang/libllvm/ |
| D | Makefile | 688 SRCS_MIN+= IR/DIBuilder.cpp
|