Searched refs:LineLoc (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | MacroPPCallbacks.cpp | 111 SourceLocation LineLoc = getCorrectLocation(LastHashLoc); in FileEntered() local 132 LineLoc, Loc)); in FileEntered()
|
| H A D | CGDebugInfo.h | 572 SourceLocation LineLoc, StringRef Name, 577 SourceLocation LineLoc,
|
| H A D | CGDebugInfo.cpp | 3251 unsigned MType, SourceLocation LineLoc, in CreateMacro() argument 3253 unsigned Line = LineLoc.isInvalid() ? 0 : getLineNumber(LineLoc); in CreateMacro() 3258 SourceLocation LineLoc, in CreateTempMacroFile() argument 3261 unsigned Line = LineLoc.isInvalid() ? 0 : getLineNumber(LineLoc); in CreateTempMacroFile()
|
| H A D | CGStmt.cpp | 2249 SourceLocation LineLoc = Str->getLocationOfByte( in getAsmSrcLocInfo() local 2252 llvm::ConstantInt::get(CGF.Int64Ty, LineLoc.getRawEncoding()))); in getAsmSrcLocInfo()
|
| /llvm-project-15.0.7/llvm/include/llvm/ProfileData/ |
| H A D | SampleProf.h | 559 LineLocation &LineLoc) { 564 LineLoc = {0, 0}; 571 LineLoc.LineOffset = LineOffset; 575 LocSplit.second.getAsInteger(10, LineLoc.Discriminator);
|