Searched refs:LineLoc (Results 1 – 6 of 6) sorted by relevance
/external/llvm-project/clang/lib/CodeGen/ |
D | MacroPPCallbacks.cpp | 111 SourceLocation LineLoc = getCorrectLocation(LastHashLoc); in FileEntered() local 132 LineLoc, Loc)); in FileEntered()
|
D | CGDebugInfo.h | 530 SourceLocation LineLoc, StringRef Name, 535 SourceLocation LineLoc,
|
D | CGDebugInfo.cpp | 3049 unsigned MType, SourceLocation LineLoc, in CreateMacro() argument 3051 unsigned Line = LineLoc.isInvalid() ? 0 : getLineNumber(LineLoc); in CreateMacro() 3056 SourceLocation LineLoc, in CreateTempMacroFile() argument 3059 unsigned Line = LineLoc.isInvalid() ? 0 : getLineNumber(LineLoc); in CreateTempMacroFile()
|
D | CGStmt.cpp | 2107 SourceLocation LineLoc = Str->getLocationOfByte( in getAsmSrcLocInfo() local 2110 llvm::ConstantInt::get(CGF.Int32Ty, LineLoc.getRawEncoding()))); in getAsmSrcLocInfo()
|
/external/llvm-project/llvm/include/llvm/ProfileData/ |
D | SampleProf.h | 399 LineLocation &LineLoc) { 404 LineLoc = {0, 0}; 411 LineLoc.LineOffset = LineOffset; 415 LocSplit.second.getAsInteger(10, LineLoc.Discriminator);
|
/external/clang/lib/CodeGen/ |
D | CGStmt.cpp | 1785 SourceLocation LineLoc = Str->getLocationOfByte( in getAsmSrcLocInfo() local 1788 llvm::ConstantInt::get(CGF.Int32Ty, LineLoc.getRawEncoding()))); in getAsmSrcLocInfo()
|