Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DDebugify.cpp307 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()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DDebugify.h38 DebugFnMap DIFunctions; member