Searched refs:LineLoc (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/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 | 608 SourceLocation LineLoc, StringRef Name, 613 SourceLocation LineLoc,
|
H A D | CGDebugInfo.cpp | 3539 unsigned MType, SourceLocation LineLoc, in CreateMacro() argument 3541 unsigned Line = LineLoc.isInvalid() ? 0 : getLineNumber(LineLoc); in CreateMacro() 3546 SourceLocation LineLoc, in CreateTempMacroFile() argument 3549 unsigned Line = LineLoc.isInvalid() ? 0 : getLineNumber(LineLoc); in CreateTempMacroFile()
|
H A D | CGStmt.cpp | 2456 SourceLocation LineLoc = Str->getLocationOfByte( in getAsmSrcLocInfo() local 2459 llvm::ConstantInt::get(CGF.Int64Ty, LineLoc.getRawEncoding()))); in getAsmSrcLocInfo()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/ |
H A D | SampleProf.h | 587 LineLocation &LineLoc) { 592 LineLoc = {0, 0}; 599 LineLoc.LineOffset = LineOffset; 603 LocSplit.second.getAsInteger(10, LineLoc.Discriminator);
|