Searched refs:LineInfo (Results 1 - 7 of 7) sorted by relevance

/external/llvm/lib/ExecutionEngine/JIT/
H A DOProfileJITEventListener.cpp123 std::vector<debug_line_info> LineInfo; local
124 LineInfo.reserve(1 + Details.LineStarts.size());
134 // LineInfo, we'll adjust the address of the first line number to point at
140 LineInfo.push_back(line_info);
146 LineInfo.push_back(LineStartToOProfileFormat(
152 LineInfo[0].vma = reinterpret_cast<uintptr_t>(FnStart);
155 LineInfo.size(), &*LineInfo.begin()) == -1) {
/external/llvm/lib/VMCore/
H A DGCOV.cpp238 if (LineInfo.find(Filename) == LineInfo.end()) {
247 LineInfo[Filename] = L;
250 LineCounts &L = LineInfo[Filename];
256 for (StringMap<LineCounts>::iterator I = LineInfo.begin(), E = LineInfo.end();
260 LineCounts &L = LineInfo[Filename];
/external/icu4c/samples/layout/
H A Dparagraph.h30 class LineInfo;
/external/llvm/include/llvm/Support/
H A DGCOV.h219 StringMap<LineCounts> LineInfo; member in class:llvm::FileInfo
/external/webkit/Source/JavaScriptCore/bytecode/
H A DCodeBlock.h91 struct LineInfo { struct in namespace:JSC
379 Vector<LineInfo>& lineInfo = m_rareData->m_lineInfo;
381 LineInfo info = { bytecodeOffset, lineNo };
554 Vector<LineInfo> m_lineInfo;
H A DCodeBlock.cpp1524 Vector<LineInfo>& lineInfo = m_rareData->m_lineInfo;
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp1932 if (const MCSection *LineInfo =
1935 Asm->OutStreamer.SwitchSection(LineInfo);

Completed in 93 milliseconds