Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.h234 MapVector<const Function *, std::unique_ptr<FunctionInfo>> FnDebugInfo; variable
H A DCodeViewDebug.cpp540 for (auto &P : FnDebugInfo) in endModule()
1283 auto Insertion = FnDebugInfo.insert({&GV, llvm::make_unique<FunctionInfo>()}); in beginFunctionImpl()
2059 FnDebugInfo.clear(); in clear()
2779 assert(FnDebugInfo.count(&GV)); in endFunctionImpl()
2780 assert(CurFn == FnDebugInfo[&GV].get()); in endFunctionImpl()
2799 FnDebugInfo.erase(&GV); in endFunctionImpl()