HomeSort by relevance Sort by last modified time
    Searched full:lineinfo (Results 1 - 25 of 46) sorted by null

1 2

  /external/llvm/tools/llvm-symbolizer/
LLVMSymbolize.cpp 43 DILineInfo &LineInfo) {
44 std::string FileName = LineInfo.getFileName();
45 LineInfo = DILineInfo(StringRef(FileName), StringRef(NewFunctionName),
46 LineInfo.getLine(), LineInfo.getColumn());
109 DILineInfo LineInfo;
111 LineInfo = DebugInfoContext->getLineInfoForAddress(
120 patchFunctionNameInDILineInfo(FunctionName, LineInfo);
123 return LineInfo;
141 DILineInfo LineInfo = InlinedContext.getFrame(i)
    [all...]
LLVMSymbolize.h 73 std::string printDILineInfo(DILineInfo LineInfo) const;
  /external/llvm/lib/ExecutionEngine/OProfileJIT/
OProfileJITEventListener.cpp 111 std::vector<debug_line_info> LineInfo;
112 LineInfo.reserve(1 + Details.LineStarts.size());
122 // LineInfo, we'll adjust the address of the first line number to point at
128 LineInfo.push_back(line_info);
134 LineInfo.push_back(LineStartToOProfileFormat(
140 LineInfo[0].vma = reinterpret_cast<uintptr_t>(FnStart);
142 if (Wrapper.op_write_debug_line_info(FnStart, LineInfo.size(),
143 &*LineInfo.begin()) == -1) {
  /external/llvm/lib/ExecutionEngine/IntelJITEvents/
IntelJITEventListener.cpp 125 std::vector<LineNumberInfo> LineInfo;
131 LineInfo.reserve(Details.LineStarts.size() + 1);
146 LineInfo.push_back(FirstLine);
155 LineInfo.push_back(LineStartToIntelJITFormat(
170 FunctionMessage.line_number_size = LineInfo.size();
171 FunctionMessage.line_number_table = &*LineInfo.begin();
202 std::vector<LineNumberInfo> LineInfo;
228 LineInfo.push_back(DILineInfoToIntelJITFormat((uintptr_t)Addr,
232 if (LineInfo.size() == 0) {
239 FunctionMessage.line_number_size = LineInfo.size()
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderBlockLineLayout.cpp 262 class LineInfo {
264 LineInfo()
522 InlineFlowBox* RenderBlock::createLineBoxes(RenderObject* obj, const LineInfo& lineInfo, InlineBox* childBox, bool startNewSegment)
553 parentBox->setFirstLineStyleBit(lineInfo.isFirstLine());
615 RootInlineBox* RenderBlock::constructLine(BidiRunList<BidiRun>& bidiRuns, const LineInfo& lineInfo)
621 int runCount = bidiRuns.runCount() - lineInfo.runsFromLeadingWhitespace();
628 if (lineInfo.isEmpty())
649 parentBox = createLineBoxes(r->m_object->parent(), lineInfo, box, runStartsSegment)
    [all...]
RenderBlock.h 52 class LineInfo;
    [all...]
  /external/icu4c/samples/layout/
paragraph.h 30 class LineInfo;
paragraph.cpp 163 delete /*(LineInfo *)*/ fLines[line];
195 // Free the old LineInfo's...
  /sdk/eclipse/plugins/com.android.ide.eclipse.pdt/src/com/android/ide/eclipse/pdt/internal/
SourceRevealer.java 99 IRegion lineInfo = document.getLineInformation(line - 1);
102 textEditor.selectAndReveal(lineInfo.getOffset(), lineInfo.getLength());
  /external/llvm/lib/IR/
GCOV.cpp 240 if (LineInfo.find(Filename) == LineInfo.end()) {
249 LineInfo[Filename] = L;
252 LineCounts &L = LineInfo[Filename];
258 for (StringMap<LineCounts>::iterator I = LineInfo.begin(), E = LineInfo.end();
262 LineCounts &L = LineInfo[Filename];
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_aalinetemp.h 37 NAME(plot)(struct gl_context *ctx, struct LineInfo *line, int ix, int iy)
113 /* Init the LineInfo struct */
114 struct LineInfo line;
s_aaline.c 42 struct LineInfo
264 compute_coveragef(const struct LineInfo *info,
326 typedef void (*plot_func)(struct gl_context *ctx, struct LineInfo *line,
336 struct LineInfo *line,
  /external/emma/core/java12/com/vladium/emma/report/
MethodItem.java 77 final boolean lineInfo = ((status & IMetadataConstants.METHOD_NO_LINE_NUMBER_TABLE) == 0);
106 if (lineInfo)
161 if (lineInfo)
  /external/mesa3d/src/mesa/swrast/
s_aalinetemp.h 37 NAME(plot)(struct gl_context *ctx, struct LineInfo *line, int ix, int iy)
113 /* Init the LineInfo struct */
114 struct LineInfo line;
s_aaline.c 42 struct LineInfo
264 compute_coveragef(const struct LineInfo *info,
326 typedef void (*plot_func)(struct gl_context *ctx, struct LineInfo *line,
336 struct LineInfo *line,
  /external/clang/include/clang/Rewrite/Frontend/
ASTConsumers.h 39 bool LineInfo);
  /frameworks/compile/mclinker/lib/LD/
DiagnosticEngine.cpp 34 // FIXME: design the destructive relation of LineInfo.
DiagnosticInfos.cpp 110 // we are not implement LineInfo, so keep pIsLoC false.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
AaptParser.java 677 IRegion lineInfo = document.getLineInformation(line - 1);
678 int lineStartOffset = lineInfo.getOffset();
711 IRegion lineInfo = document.getLineInformation(line - 1);
712 String lineContents = document.get(lineInfo.getOffset(), lineInfo.getLength());
730 return new Region(lineInfo.getOffset() + lineBegin, lineEnd - lineBegin);
  /external/llvm/include/llvm/Support/
GCOV.h 221 StringMap<LineCounts> LineInfo;
  /external/chromium_org/v8/src/
gdb-jit.cc 937 GDBJITLineInfo* lineinfo,
943 lineinfo_(lineinfo),
952 GDBJITLineInfo* lineinfo() const { function in class:v8::BASE_EMBEDDED
    [all...]
  /external/v8/src/
gdb-jit.cc 934 GDBJITLineInfo* lineinfo,
940 lineinfo_(lineinfo),
949 GDBJITLineInfo* lineinfo() const { function in class:v8::BASE_EMBEDDED
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
BaseProjectHelper.java 387 IRegion lineInfo = document.getLineInformation(line - 1);
390 textEditor.selectAndReveal(lineInfo.getOffset(), lineInfo.getLength());
  /external/clang/lib/Rewrite/Frontend/
InclusionRewriter.cpp 393 // and set lineinfo back to this file, if the nested one was
400 // fix up lineinfo (since commented out directive changed line
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
AndroidContentAssist.java     [all...]

Completed in 1328 milliseconds

1 2