Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.h249 MapVector<const Function *, std::unique_ptr<FunctionInfo>> FnDebugInfo; variable
H A DCodeViewDebug.cpp654 for (auto &P : FnDebugInfo) in endModule()
1445 auto Insertion = FnDebugInfo.insert({&GV, std::make_unique<FunctionInfo>()}); in beginFunctionImpl()
2280 FnDebugInfo.clear(); in clear()
3006 assert(FnDebugInfo.count(&GV)); in endFunctionImpl()
3007 assert(CurFn == FnDebugInfo[&GV].get()); in endFunctionImpl()
3026 FnDebugInfo.erase(&GV); in endFunctionImpl()