Searched refs:DIFunctions (Results 1 – 2 of 2) sorted by relevance
300 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()
36 DebugFnMap DIFunctions; member