Home
last modified time | relevance | path

Searched refs:getScopeLine (Results 1 – 16 of 16) sorted by relevance

/llvm-project-15.0.7/llvm/lib/IR/
H A DDebugLoc.cpp52 return DILocation::get(SP->getContext(), SP->getScopeLine(), 0, SP); in getFnDebugLoc()
H A DDiagnosticInfo.cpp117 Line = SP->getScopeLine(); in DiagnosticLocation()
H A DLLVMContextImpl.h733 Line(N->getLine()), Type(N->getRawType()), ScopeLine(N->getScopeLine()),
749 Type == RHS->getRawType() && ScopeLine == RHS->getScopeLine() &&
H A DDebugInfo.cpp561 FileAndScope, MDS->getLine(), Type, MDS->getScopeLine(), in getReplacementSubprogram()
572 FileAndScope, MDS->getLine(), Type, MDS->getScopeLine(), ContainingType, in getReplacementSubprogram()
H A DAsmWriter.cpp2119 Printer.printInt("scopeLine", N->getScopeLine()); in writeDISubprogram()
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DEntryExitInstrumenter.cpp88 DL = DILocation::get(SP->getContext(), SP->getScopeLine(), 0, SP); in runOnFunction()
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DMergeFunctions.cpp733 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 DIRBuilderTest.cpp874 EXPECT_EQ(SP->getScopeLine(), GSP->getScopeLine()); in TEST_F()
881 DILocation::getDistinct(Ctx, GSP->getScopeLine(), 0, GSP); in TEST_F()
H A DMetadataTest.cpp2309 EXPECT_EQ(ScopeLine, N->getScopeLine()); in TEST_F()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DSafeStack.cpp792 DILocation::get(SP->getContext(), SP->getScopeLine(), 0, SP)); in run()
/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DSanitizerCoverage.cpp940 EntryLoc = DILocation::get(SP->getContext(), SP->getScopeLine(), 0, SP); in InjectCoverageAtBlock()
H A DAddressSanitizer.cpp3073 DILocation::get(SP->getContext(), SP->getScopeLine(), 0, SP); in processStaticAllocas()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h1882 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 DDwarfDebug.cpp2135 ::recordSourceLine(*Asm, SP->getScopeLine(), 0, SP, DWARF2_FLAG_IS_STMT, in emitInitialLocDirective()
/llvm-project-15.0.7/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp1554 Record.push_back(N->getScopeLine()); in writeDISubprogram()
/llvm-project-15.0.7/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1836 Record.push_back(N->getScopeLine()); in writeDISubprogram()