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

/external/llvm/tools/llvm-symbolizer/
H A DLLVMSymbolize.cpp43 DILineInfo &LineInfo) {
44 std::string FileName = LineInfo.getFileName();
45 LineInfo = DILineInfo(StringRef(FileName), StringRef(NewFunctionName),
46 LineInfo.getLine(), LineInfo.getColumn());
109 DILineInfo LineInfo; local
111 LineInfo = DebugInfoContext->getLineInfoForAddress(
120 patchFunctionNameInDILineInfo(FunctionName, LineInfo);
123 return LineInfo;
141 DILineInfo LineInfo local
42 patchFunctionNameInDILineInfo(const std::string &NewFunctionName, DILineInfo &LineInfo) argument
177 DILineInfo LineInfo = InlinedContext.getFrame(i); local
182 DILineInfo LineInfo = Info->symbolizeCode(ModuleOffset, Opts); local
[all...]
H A DLLVMSymbolize.h73 std::string printDILineInfo(DILineInfo LineInfo) const;
/external/llvm/lib/ExecutionEngine/IntelJITEvents/
H A DIntelJITEventListener.cpp125 std::vector<LineNumberInfo> LineInfo; local
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; local
228 LineInfo.push_back(DILineInfoToIntelJITFormat((uintptr_t)Addr,
232 if (LineInfo.size() == 0) {
239 FunctionMessage.line_number_size = LineInfo
[all...]
/external/llvm/lib/ExecutionEngine/OProfileJIT/
H A DOProfileJITEventListener.cpp111 std::vector<debug_line_info> LineInfo; local
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/clang/include/clang/Rewrite/Frontend/
H A DASTConsumers.h39 bool LineInfo);
/external/llvm/lib/IR/
H A DGCOV.cpp240 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/
H A Dparagraph.h30 class LineInfo;
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderBlock.h52 class LineInfo;
834 InlineIterator nextLineBreak(InlineBidiResolver&, LineInfo&, RenderTextInfo&, FloatingObject* lastFloatFromPreviousLine, unsigned consecutiveHyphenatedLines, WordMeasurements&);
842 InlineIterator nextSegmentBreak(InlineBidiResolver&, LineInfo&, RenderTextInfo&, FloatingObject* lastFloatFromPreviousLine, unsigned consecutiveHyphenatedLines, WordMeasurements&);
843 void skipTrailingWhitespace(InlineIterator&, const LineInfo&);
844 void skipLeadingWhitespace(InlineBidiResolver&, LineInfo&, FloatingObject* lastFloatFromPreviousLine, LineWidth&);
858 RootInlineBox* constructLine(BidiRunList<BidiRun>&, const LineInfo&);
859 InlineFlowBox* createLineBoxes(RenderObject*, const LineInfo&, InlineBox* childBox, bool startsNewSegment);
861 void setMarginsForRubyRun(BidiRun*, RenderRubyRun*, RenderObject*, const LineInfo&);
863 BidiRun* computeInlineDirectionPositionsForSegment(RootInlineBox*, const LineInfo&, ETextAlign, float& logicalLeft,
865 void computeInlineDirectionPositionsForLine(RootInlineBox*, const LineInfo
[all...]
H A DRenderBlockLineLayout.cpp262 class LineInfo { class in namespace:WebCore
264 LineInfo() function in class:WebCore::LineInfo
522 InlineFlowBox* RenderBlock::createLineBoxes(RenderObject* obj, const LineInfo& lineInfo, InlineBox* childBox, bool startNewSegment)
615 RootInlineBox* RenderBlock::constructLine(BidiRunList<BidiRun>& bidiRuns, const LineInfo& lineInfo)
752 void RenderBlock::setMarginsForRubyRun(BidiRun* run, RenderRubyRun* renderer, RenderObject* previousObject, const LineInfo& lineInfo)
791 static inline void setLogicalWidthForTextRun(RootInlineBox* lineBox, BidiRun* run, RenderText* renderer, float xPos, const LineInfo& lineInfo,
979 void RenderBlock::computeInlineDirectionPositionsForLine(RootInlineBox* lineBox, const LineInfo& lineInfo, BidiRun* firstRun, BidiRun* trailingSpaceRun, bool reachedEnd,
1038 BidiRun* RenderBlock::computeInlineDirectionPositionsForSegment(RootInlineBox* lineBox, const LineInfo& lineInfo, ETextAlign textAlign, float& logicalLeft,
1355 RootInlineBox* RenderBlock::createLineBoxesFromBidiRuns(BidiRunList<BidiRun>& bidiRuns, const InlineIterator& end, LineInfo& lineInfo, VerticalPositionCache& verticalPositionCache, BidiRun* trailingSpaceRun, WordMeasurements& wordMeasurements)
1439 LineInfo
2452 requiresLineBox(const InlineIterator& it, const LineInfo& lineInfo = LineInfo(), WhitespacePosition whitespacePosition = LeadingWhitespace) argument
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
H A Ds_aaline.c42 struct LineInfo struct
264 compute_coveragef(const struct LineInfo *info,
326 typedef void (*plot_func)(struct gl_context *ctx, struct LineInfo *line,
336 struct LineInfo *line,
H A Ds_aalinetemp.h37 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/
H A DGCOV.h221 StringMap<LineCounts> LineInfo; member in class:llvm::FileInfo
/external/mesa3d/src/mesa/swrast/
H A Ds_aaline.c42 struct LineInfo struct
264 compute_coveragef(const struct LineInfo *info,
326 typedef void (*plot_func)(struct gl_context *ctx, struct LineInfo *line,
336 struct LineInfo *line,
H A Ds_aalinetemp.h37 NAME(plot)(struct gl_context *ctx, struct LineInfo *line, int ix, int iy)
113 /* Init the LineInfo struct */
114 struct LineInfo line;
/external/openssh/
H A Dsftp.c1607 const LineInfo *lf;
1697 const LineInfo *lf;
1803 const LineInfo *lf;
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Ddbghelp.h687 typedef BOOL (CALLBACK *PSYM_ENUMLINES_CALLBACK)(PSRCCODEINFO LineInfo,PVOID UserContext);
/external/mesa3d/src/gallium/auxiliary/util/
H A Ddbghelp.h687 typedef BOOL (CALLBACK *PSYM_ENUMLINES_CALLBACK)(PSRCCODEINFO LineInfo,PVOID UserContext);
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp2677 if (const MCSection *LineInfo =
2680 Asm->OutStreamer.SwitchSection(LineInfo);
/external/clang/lib/Rewrite/Frontend/
H A DRewriteModernObjC.cpp229 bool silenceMacroWarn, bool LineInfo);
638 bool LineInfo)
640 SilenceRewriteMacroWarning(silenceMacroWarn), GenerateLineInfo(LineInfo) {
660 bool LineInfo) {
662 SilenceRewriteMacroWarning, LineInfo);
635 RewriteModernObjC(std::string inFile, raw_ostream* OS, DiagnosticsEngine &D, const LangOptions &LOpts, bool silenceMacroWarn, bool LineInfo) argument
655 CreateModernObjCRewriter(const std::string& InFile, raw_ostream* OS, DiagnosticsEngine &Diags, const LangOptions &LOpts, bool SilenceRewriteMacroWarning, bool LineInfo) argument
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.pde.api.tools_1.0.202.v20100820_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 569 milliseconds