Searched defs:DbgVariableRecord (Results 1 – 8 of 8) sorted by relevance
/llvm-project/llvm/include/llvm/Transforms/Utils/ |
H A D | SSAUpdater.h | 26 class DbgVariableRecord; variable
|
/llvm-project/llvm/lib/IR/ |
H A D | DebugProgramInstruction.cpp | 31 DbgVariableRecord::DbgVariableRecord(const DbgVariableIntrinsic *DVI) in DbgVariableRecord() function in llvm::DbgVariableRecord 58 DbgVariableRecord::DbgVariableRecord(const DbgVariableRecord &DVR) in DbgVariableRecord() function in llvm::DbgVariableRecord 64 DbgVariableRecord::DbgVariableRecord(Metadata *Location, DILocalVariable *DV, in DbgVariableRecord() function in llvm::DbgVariableRecord 70 DbgVariableRecord::DbgVariableRecord(Metadat function in llvm::DbgVariableRecord 161 DbgVariableRecord::DbgVariableRecord(DbgVariableRecord::LocationType Type, DbgVariableRecord() function in llvm::DbgVariableRecord [all...] |
/llvm-project/llvm/include/llvm/IR/ |
H A D | DebugInfo.h | 37 class DbgVariableRecord; variable [all...] |
H A D | DebugProgramInstruction.h | 70 class DbgVariableRecord; variable [all...] |
H A D | BasicBlock.h | 42 class DbgVariableRecord; variable
|
H A D | Metadata.h | 46 class DbgVariableRecord; variable
|
H A D | DebugInfoMetadata.h | 69 class DbgVariableRecord; variable
|
/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | PromoteMemoryToRegister.cpp | 149 updateForDeletedStore(StoreInst * ToDelete,DIBuilder & DIB,SmallSet<DbgAssignIntrinsic *,8> * DbgAssignsToDelete,SmallSet<DbgVariableRecord *,8> * DVRAssignsToDelete) const updateForDeletedStore() argument 526 rewriteSingleStoreAlloca(AllocaInst * AI,AllocaInfo & Info,LargeBlockInfo & LBI,const DataLayout & DL,DominatorTree & DT,AssumptionCache * AC,SmallSet<DbgAssignIntrinsic *,8> * DbgAssignsToDelete,SmallSet<DbgVariableRecord *,8> * DVRAssignsToDelete) rewriteSingleStoreAlloca() argument 641 promoteSingleBlockAlloca(AllocaInst * AI,const AllocaInfo & Info,LargeBlockInfo & LBI,const DataLayout & DL,DominatorTree & DT,AssumptionCache * AC,SmallSet<DbgAssignIntrinsic *,8> * DbgAssignsToDelete,SmallSet<DbgVariableRecord *,8> * DVRAssignsToDelete) promoteSingleBlockAlloca() argument [all...] |