Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DDebugify.cpp300 uint64_t FunctionsCnt = DebugInfoBeforePass.DIFunctions.size(); in collectDebugInfoMetadata()
304 if (DebugInfoBeforePass.DIFunctions.count(&F)) in collectDebugInfoMetadata()
315 DebugInfoBeforePass.DIFunctions.insert({&F, SP}); in collectDebugInfoMetadata()
548 if (!DebugInfoBeforePass.DIFunctions.count(&F)) in checkDebugInfoMetadata()
553 DebugInfoAfterPass.DIFunctions.insert({&F, SP}); in checkDebugInfoMetadata()
608 auto DIFunctionsBefore = DebugInfoBeforePass.DIFunctions; in checkDebugInfoMetadata()
609 auto DIFunctionsAfter = DebugInfoAfterPass.DIFunctions; in checkDebugInfoMetadata()
/llvm-project-15.0.7/llvm/include/llvm/Transforms/Utils/
H A DDebugify.h36 DebugFnMap DIFunctions; member