Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DDebugify.cpp435 DebugInfoBeforePass.DILocations.insert({&I, hasLoc(I)}); in collectDebugInfoMetadata()
679 DebugInfoAfterPass.DILocations.insert({&I, hasLoc(I)}); in checkDebugInfoMetadata()
692 auto DILocsBefore = DebugInfoBeforePass.DILocations; in checkDebugInfoMetadata()
693 auto DILocsAfter = DebugInfoAfterPass.DILocations; in checkDebugInfoMetadata()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DDebugify.h41 DebugInstMap DILocations; member
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfoMetadata.cpp107 if (auto *N = getUniqued(Context.pImpl->DILocations, in getImpl()
125 Storage, Context.pImpl->DILocations); in getImpl()