Home
last modified time | relevance | path

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

/llvm-project-15.0.7/polly/lib/Support/
H A 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()
/llvm-project-15.0.7/polly/lib/Analysis/
H A DScopGraphPrinter.cpp80 unsigned LineBegin, LineEnd; in printRegionCluster() local
83 getDebugLocation(R, LineBegin, LineEnd, FileName); in printRegionCluster()
86 if (LineBegin != (unsigned)-1) { in printRegionCluster()
87 Location = escapeString(FileName + ":" + std::to_string(LineBegin) + "-" + in printRegionCluster()
/llvm-project-15.0.7/clang/tools/clang-import-test/
H A 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()
/llvm-project-15.0.7/polly/include/polly/Support/
H A DScopLocation.h30 void getDebugLocation(const llvm::Region *R, unsigned &LineBegin,
/llvm-project-15.0.7/polly/lib/Exchange/
H A DJSONExporter.cpp133 unsigned LineBegin, LineEnd; in getJSON() local
136 getDebugLocation(&S.getRegion(), LineBegin, LineEnd, FileName); in getJSON()
138 if (LineBegin != (unsigned)-1) in getJSON()
139 Location = FileName + ":" + std::to_string(LineBegin) + "-" + in getJSON()
144 if (LineBegin != (unsigned)-1) in getJSON()
/llvm-project-15.0.7/llvm/lib/MC/
H A DMCCodeView.cpp332 MCSymbol *LineBegin = Ctx.createTempSymbol("linetable_begin", false), in emitLineTableForFunction() local
336 OS.emitAbsoluteSymbolDiff(LineEnd, LineBegin, 4); in emitLineTableForFunction()
337 OS.emitLabel(LineBegin); in emitLineTableForFunction()
/llvm-project-15.0.7/llvm/docs/TableGen/
H A DProgRef.rst1500 LineBegin: beginning of line
1508 PreDefine: `LineBegin` (`WhiteSpaceOrCComment`)*
1511 PreIfdef: `LineBegin` (`WhiteSpaceOrCComment`)*
1514 PreElse: `LineBegin` (`WhiteSpaceOrCComment`)*
1516 PreEndif: `LineBegin` (`WhiteSpaceOrCComment`)*