Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DDebugLoc.cpp53 return DILocation::get(SP->getContext(), SP->getScopeLine(), 0, SP); in getFnDebugLoc()
H A DDiagnosticInfo.cpp123 Line = SP->getScopeLine(); in DiagnosticLocation()
H A DLLVMContextImpl.h712 Line(N->getLine()), Type(N->getRawType()), ScopeLine(N->getScopeLine()),
726 Type == RHS->getRawType() && ScopeLine == RHS->getScopeLine() &&
H A DDebugInfo.cpp563 FileAndScope, MDS->getLine(), Type, MDS->getScopeLine(), in getReplacementSubprogram()
574 FileAndScope, MDS->getLine(), Type, MDS->getScopeLine(), ContainingType, in getReplacementSubprogram()
H A DAsmWriter.cpp2149 Printer.printInt("scopeLine", N->getScopeLine()); in writeDISubprogram()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DEntryExitInstrumenter.cpp88 DL = DILocation::get(SP->getContext(), SP->getScopeLine(), 0, SP); in runOnFunction()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DMergeFunctions.cpp728 DILocation::get(DIS->getContext(), DIS->getScopeLine(), 0, DIS); in writeThunk()
730 DILocation::get(DIS->getContext(), DIS->getScopeLine(), 0, DIS); in writeThunk()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DSafeStack.cpp797 DILocation::get(SP->getContext(), SP->getScopeLine(), 0, SP)); in run()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DSanitizerCoverage.cpp903 EntryLoc = DILocation::get(SP->getContext(), SP->getScopeLine(), 0, SP); in InjectCoverageAtBlock()
H A DAddressSanitizer.cpp3218 DILocation::get(SP->getContext(), SP->getScopeLine(), 0, SP); in processStaticAllocas()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h1897 getFile(), getLine(), getType(), getScopeLine(), in cloneImpl()
1944 unsigned getScopeLine() const { return ScopeLine; } in getScopeLine() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp2131 ::recordSourceLine(*Asm, SP->getScopeLine(), 0, SP, DWARF2_FLAG_IS_STMT, in emitInitialLocDirective()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1803 Record.push_back(N->getScopeLine()); in writeDISubprogram()