Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.h235 MapVector<const Function *, std::unique_ptr<FunctionInfo>> FnDebugInfo; variable
H A DCodeViewDebug.cpp605 for (auto &P : FnDebugInfo) in endModule()
1371 auto Insertion = FnDebugInfo.insert({&GV, std::make_unique<FunctionInfo>()}); in beginFunctionImpl()
2172 FnDebugInfo.clear(); in clear()
2895 assert(FnDebugInfo.count(&GV)); in endFunctionImpl()
2896 assert(CurFn == FnDebugInfo[&GV].get()); in endFunctionImpl()
2915 FnDebugInfo.erase(&GV); in endFunctionImpl()