Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDebugLoc.cpp52 return DILocation::get(SP->getContext(), SP->getScopeLine(), 0, SP); in getFnDebugLoc()
H A DDiagnosticInfo.cpp126 Line = SP->getScopeLine(); in DiagnosticLocation()
H A DLLVMContextImpl.h796 Line(N->getLine()), Type(N->getRawType()), ScopeLine(N->getScopeLine()),
812 Type == RHS->getRawType() && ScopeLine == RHS->getScopeLine() &&
H A DDebugInfo.cpp678 FileAndScope, MDS->getLine(), Type, MDS->getScopeLine(), in getReplacementSubprogram()
689 FileAndScope, MDS->getLine(), Type, MDS->getScopeLine(), ContainingType, in getReplacementSubprogram()
H A DAsmWriter.cpp2289 Printer.printInt("scopeLine", N->getScopeLine()); in writeDISubprogram()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DEntryExitInstrumenter.cpp109 DL = DILocation::get(SP->getContext(), SP->getScopeLine(), 0, SP); in runOnFunction()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DMergeFunctions.cpp786 DILocation::get(DIS->getContext(), DIS->getScopeLine(), 0, DIS); in writeThunk()
788 DILocation::get(DIS->getContext(), DIS->getScopeLine(), 0, DIS); in writeThunk()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DSafeStack.cpp792 DILocation::get(SP->getContext(), SP->getScopeLine(), 0, SP)); in run()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DSanitizerCoverage.cpp952 EntryLoc = DILocation::get(SP->getContext(), SP->getScopeLine(), 0, SP); in InjectCoverageAtBlock()
H A DAddressSanitizer.cpp3399 DILocation::get(SP->getContext(), SP->getScopeLine(), 0, SP); in processStaticAllocas()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h1752 getFile(), getLine(), getType(), getScopeLine(), in cloneImpl()
1802 unsigned getScopeLine() const { return ScopeLine; } in getScopeLine() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp986 Decl->getScopeLine(), Decl->getContainingType(), in create()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp2208 ::recordSourceLine(*Asm, SP->getScopeLine(), 0, SP, DWARF2_FLAG_IS_STMT, in emitInitialLocDirective()
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp1541 Record.push_back(N->getScopeLine()); in writeDISubprogram()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp2012 Record.push_back(N->getScopeLine()); in writeDISubprogram()