Searched refs:DIFunctions (Results 1 – 2 of 2) sorted by relevance
307 uint64_t FunctionsCnt = DebugInfoBeforePass.DIFunctions.size(); in collectDebugInfoMetadata()311 if (DebugInfoBeforePass.DIFunctions.count(&F)) in collectDebugInfoMetadata()322 DebugInfoBeforePass.DIFunctions.insert({&F, SP}); in collectDebugInfoMetadata()562 if (!DebugInfoBeforePass.DIFunctions.count(&F)) in checkDebugInfoMetadata()567 DebugInfoAfterPass.DIFunctions.insert({&F, SP}); in checkDebugInfoMetadata()625 auto DIFunctionsBefore = DebugInfoBeforePass.DIFunctions; in checkDebugInfoMetadata()626 auto DIFunctionsAfter = DebugInfoAfterPass.DIFunctions; in checkDebugInfoMetadata()
38 DebugFnMap DIFunctions; member