Home
last modified time | relevance | path

Searched refs:DILocations (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/llvm/test/Linker/
H A Dmdlocation.ll3 ; Test that DILocations are remapped properly.
/llvm-project-15.0.7/llvm/test/Transforms/SimplifyCFG/
H A Dbbi-23595.ll6 ; Their original debug locations (DILocations) and debug intrinsic instructions
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DDebugify.cpp359 DebugInfoBeforePass.DILocations.insert({&I, HasLoc}); in collectDebugInfoMetadata()
598 DebugInfoAfterPass.DILocations.insert({&I, HasLoc}); in checkDebugInfoMetadata()
611 auto DILocsBefore = DebugInfoBeforePass.DILocations; in checkDebugInfoMetadata()
612 auto DILocsAfter = DebugInfoAfterPass.DILocations; in checkDebugInfoMetadata()
/llvm-project-15.0.7/llvm/include/llvm/Transforms/Utils/
H A DDebugify.h38 DebugInstMap DILocations; member
/llvm-project-15.0.7/llvm/test/DebugInfo/
H A Ddebugify.ll69 ; --- DILocations
/llvm-project-15.0.7/llvm/test/Transforms/Inline/
H A Dinlined-loop-metadata.ll2 ; so that the start and end locations refer to the inlined DILocations.
H A Dinlined-loop-metadata-inseltpoison.ll2 ; so that the start and end locations refer to the inlined DILocations.
/llvm-project-15.0.7/llvm/lib/IR/
H A DDebugInfoMetadata.cpp67 if (auto *N = getUniqued(Context.pImpl->DILocations, in getImpl()
83 Storage, Context.pImpl->DILocations); in getImpl()