Searched refs:DIFunctions (Results 1 – 2 of 2) sorted by relevance
379 uint64_t FunctionsCnt = DebugInfoBeforePass.DIFunctions.size(); in collectDebugInfoMetadata()383 if (DebugInfoBeforePass.DIFunctions.count(&F)) in collectDebugInfoMetadata()394 DebugInfoBeforePass.DIFunctions.insert({&F, SP}); in collectDebugInfoMetadata()633 if (!DebugInfoBeforePass.DIFunctions.count(&F)) in checkDebugInfoMetadata()638 DebugInfoAfterPass.DIFunctions.insert({&F, SP}); in checkDebugInfoMetadata()689 auto DIFunctionsBefore = DebugInfoBeforePass.DIFunctions; in checkDebugInfoMetadata()690 auto DIFunctionsAfter = DebugInfoAfterPass.DIFunctions; in checkDebugInfoMetadata()
39 DebugFnMap DIFunctions; member