HomeSort by relevance Sort by last modified time
    Searched refs:LineInfo (Results 1 - 25 of 30) sorted by null

1 2

  /external/clang/include/clang/Rewrite/Frontend/
ASTConsumers.h 39 bool LineInfo);
  /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/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/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/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/icu4c/samples/layout/
paragraph.h 30 class LineInfo;
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderBlock.h 52 class LineInfo;
    [all...]
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...]
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
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,
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;
  /external/llvm/include/llvm/Support/
GCOV.h 221 StringMap<LineCounts> LineInfo;
  /external/mesa3d/src/mesa/swrast/
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,
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;
  /external/openssh/
sftp.c     [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
dbghelp.h 687 typedef BOOL (CALLBACK *PSYM_ENUMLINES_CALLBACK)(PSRCCODEINFO LineInfo,PVOID UserContext);
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
dbghelp.h 687 typedef BOOL (CALLBACK *PSYM_ENUMLINES_CALLBACK)(PSRCCODEINFO LineInfo,PVOID UserContext);
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp     [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteModernObjC.cpp 229 bool silenceMacroWarn, bool LineInfo);
638 bool LineInfo)
640 SilenceRewriteMacroWarning(silenceMacroWarn), GenerateLineInfo(LineInfo) {
660 bool LineInfo) {
662 SilenceRewriteMacroWarning, LineInfo);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.pde.api.tools_1.0.202.v20100820_r361.jar 
  /prebuilts/tools/common/m2/internal/com/android/external/eclipse/swt/3.5.0/
swt-3.5.0.jar 
  /prebuilts/tools/darwin-x86/swt/
swt.jar 
  /prebuilts/tools/darwin-x86_64/swt/
swt.jar 
  /prebuilts/tools/linux-x86/swt/
swt.jar 
  /prebuilts/tools/linux-x86_64/swt/
swt.jar 

Completed in 537 milliseconds

1 2