Home
last modified time | relevance | path

Searched refs:LineBegin (Results 1 – 9 of 9) sorted by relevance

/external/llvm-project/polly/lib/Support/
DScopLocation.cpp21 void getDebugLocation(const Region *R, unsigned &LineBegin, unsigned &LineEnd, in getDebugLocation() argument
23 LineBegin = -1; in getDebugLocation()
39 LineBegin = std::min(LineBegin, NewLine); in getDebugLocation()
/external/llvm-project/polly/lib/Analysis/
DScopGraphPrinter.cpp142 unsigned LineBegin, LineEnd; in printRegionCluster() local
145 getDebugLocation(R, LineBegin, LineEnd, FileName); in printRegionCluster()
148 if (LineBegin != (unsigned)-1) { in printRegionCluster()
149 Location = escapeString(FileName + ":" + std::to_string(LineBegin) + "-" + in printRegionCluster()
/external/llvm-project/clang/tools/clang-import-test/
Dclang-import-test.cpp114 const char *LineBegin = LocData - LocColumn; in PrintSourceForLocation() local
116 assert(LineBegin >= Buffer.getBufferStart()); in PrintSourceForLocation()
120 for (LineEnd = LineBegin; *LineEnd != '\n' && *LineEnd != '\r' && in PrintSourceForLocation()
125 llvm::StringRef LineString(LineBegin, LineEnd - LineBegin); in PrintSourceForLocation()
/external/llvm-project/polly/include/polly/Support/
DScopLocation.h30 void getDebugLocation(const llvm::Region *R, unsigned &LineBegin,
/external/llvm-project/polly/lib/Exchange/
DJSONExporter.cpp130 unsigned LineBegin, LineEnd; in getJSON() local
133 getDebugLocation(&S.getRegion(), LineBegin, LineEnd, FileName); in getJSON()
135 if (LineBegin != (unsigned)-1) in getJSON()
136 Location = FileName + ":" + std::to_string(LineBegin) + "-" + in getJSON()
141 if (LineBegin != (unsigned)-1) in getJSON()
/external/llvm/lib/MC/
DMCCodeView.cpp153 MCSymbol *LineBegin = Ctx.createTempSymbol("linetable_begin", false), in emitLineTableForFunction() local
157 OS.emitAbsoluteSymbolDiff(LineEnd, LineBegin, 4); in emitLineTableForFunction()
158 OS.EmitLabel(LineBegin); in emitLineTableForFunction()
/external/llvm-project/llvm/lib/MC/
DMCCodeView.cpp331 MCSymbol *LineBegin = Ctx.createTempSymbol("linetable_begin", false), in emitLineTableForFunction() local
335 OS.emitAbsoluteSymbolDiff(LineEnd, LineBegin, 4); in emitLineTableForFunction()
336 OS.emitLabel(LineBegin); in emitLineTableForFunction()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCCodeView.cpp331 MCSymbol *LineBegin = Ctx.createTempSymbol("linetable_begin", false), in emitLineTableForFunction() local
335 OS.emitAbsoluteSymbolDiff(LineEnd, LineBegin, 4); in emitLineTableForFunction()
336 OS.EmitLabel(LineBegin); in emitLineTableForFunction()
/external/llvm-project/llvm/docs/TableGen/
DProgRef.rst1429 LineBegin: beginning of line
1437 PreDefine: `LineBegin` (`WhiteSpaceOrCComment`)*
1440 PreIfdef: `LineBegin` (`WhiteSpaceOrCComment`)*
1443 PreElse: `LineBegin` (`WhiteSpaceOrCComment`)*
1445 PreEndif: `LineBegin` (`WhiteSpaceOrCComment`)*