Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DDebugify.cpp348 DIPreservationMap[NameOfWrappedPass].DILocations.insert({&I, HasLoc}); in collectDebugInfoMetadata()
583 DIPreservationAfter[NameOfWrappedPass].DILocations.insert({&I, HasLoc}); in checkDebugInfoMetadata()
596 auto DILocsBefore = DIPreservationMap[NameOfWrappedPass].DILocations; in checkDebugInfoMetadata()
597 auto DILocsAfter = DIPreservationAfter[NameOfWrappedPass].DILocations; in checkDebugInfoMetadata()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
H A DDebugify.h36 DebugInstMap DILocations; member
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DDebugInfoMetadata.cpp66 if (auto *N = getUniqued(Context.pImpl->DILocations, in getImpl()
82 Storage, Context.pImpl->DILocations); in getImpl()