Home
last modified time | relevance | path

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

/external/llvm/include/llvm/MC/
DMCCodeView.h127 std::vector<MCCVLineEntry> getFunctionLineEntries(unsigned FuncId) { in getFunctionLineEntries() function
/external/llvm/lib/MC/
DMCCodeView.cpp163 std::vector<MCCVLineEntry> Locs = getFunctionLineEntries(FuncId); in emitLineTableForFunction()