Home
last modified time | relevance | path

Searched refs:DIFunctions (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DDebugify.cpp306 DIPreservationMap[NameOfWrappedPass].DIFunctions.insert({F.getName(), SP}); in collectDebugInfoMetadata()
539 DIPreservationAfter[NameOfWrappedPass].DIFunctions.insert( in checkDebugInfoMetadata()
593 auto DIFunctionsBefore = DIPreservationMap[NameOfWrappedPass].DIFunctions; in checkDebugInfoMetadata()
594 auto DIFunctionsAfter = DIPreservationAfter[NameOfWrappedPass].DIFunctions; in checkDebugInfoMetadata()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
H A DDebugify.h34 DebugFnMap DIFunctions; member