| /llvm-project-15.0.7/llvm/lib/IR/ |
| H A D | DebugLoc.cpp | 52 return DILocation::get(SP->getContext(), SP->getScopeLine(), 0, SP); in getFnDebugLoc()
|
| H A D | DiagnosticInfo.cpp | 117 Line = SP->getScopeLine(); in DiagnosticLocation()
|
| H A D | LLVMContextImpl.h | 733 Line(N->getLine()), Type(N->getRawType()), ScopeLine(N->getScopeLine()), 749 Type == RHS->getRawType() && ScopeLine == RHS->getScopeLine() &&
|
| H A D | DebugInfo.cpp | 561 FileAndScope, MDS->getLine(), Type, MDS->getScopeLine(), in getReplacementSubprogram() 572 FileAndScope, MDS->getLine(), Type, MDS->getScopeLine(), ContainingType, in getReplacementSubprogram()
|
| H A D | AsmWriter.cpp | 2119 Printer.printInt("scopeLine", N->getScopeLine()); in writeDISubprogram()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Utils/ |
| H A D | EntryExitInstrumenter.cpp | 88 DL = DILocation::get(SP->getContext(), SP->getScopeLine(), 0, SP); in runOnFunction()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/IPO/ |
| H A D | MergeFunctions.cpp | 733 DILocation::get(DIS->getContext(), DIS->getScopeLine(), 0, DIS); in writeThunk() 735 DILocation::get(DIS->getContext(), DIS->getScopeLine(), 0, DIS); in writeThunk()
|
| /llvm-project-15.0.7/llvm/unittests/IR/ |
| H A D | IRBuilderTest.cpp | 874 EXPECT_EQ(SP->getScopeLine(), GSP->getScopeLine()); in TEST_F() 881 DILocation::getDistinct(Ctx, GSP->getScopeLine(), 0, GSP); in TEST_F()
|
| H A D | MetadataTest.cpp | 2309 EXPECT_EQ(ScopeLine, N->getScopeLine()); in TEST_F()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | SafeStack.cpp | 792 DILocation::get(SP->getContext(), SP->getScopeLine(), 0, SP)); in run()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/ |
| H A D | SanitizerCoverage.cpp | 940 EntryLoc = DILocation::get(SP->getContext(), SP->getScopeLine(), 0, SP); in InjectCoverageAtBlock()
|
| H A D | AddressSanitizer.cpp | 3073 DILocation::get(SP->getContext(), SP->getScopeLine(), 0, SP); in processStaticAllocas()
|
| /llvm-project-15.0.7/llvm/include/llvm/IR/ |
| H A D | DebugInfoMetadata.h | 1882 getFile(), getLine(), getType(), getScopeLine(), in cloneImpl() 1932 unsigned getScopeLine() const { return ScopeLine; } in getScopeLine() function
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfDebug.cpp | 2135 ::recordSourceLine(*Asm, SP->getScopeLine(), 0, SP, DWARF2_FLAG_IS_STMT, in emitInitialLocDirective()
|
| /llvm-project-15.0.7/llvm/lib/Target/DirectX/DXILWriter/ |
| H A D | DXILBitcodeWriter.cpp | 1554 Record.push_back(N->getScopeLine()); in writeDISubprogram()
|
| /llvm-project-15.0.7/llvm/lib/Bitcode/Writer/ |
| H A D | BitcodeWriter.cpp | 1836 Record.push_back(N->getScopeLine()); in writeDISubprogram()
|