Searched refs:getScopeLine (Results 1 – 15 of 15) sorted by relevance
/freebsd/contrib/llvm-project/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 | 126 Line = SP->getScopeLine(); in DiagnosticLocation()
|
H A D | LLVMContextImpl.h | 796 Line(N->getLine()), Type(N->getRawType()), ScopeLine(N->getScopeLine()), 812 Type == RHS->getRawType() && ScopeLine == RHS->getScopeLine() &&
|
H A D | DebugInfo.cpp | 678 FileAndScope, MDS->getLine(), Type, MDS->getScopeLine(), in getReplacementSubprogram() 689 FileAndScope, MDS->getLine(), Type, MDS->getScopeLine(), ContainingType, in getReplacementSubprogram()
|
H A D | AsmWriter.cpp | 2289 Printer.printInt("scopeLine", N->getScopeLine()); in writeDISubprogram()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | EntryExitInstrumenter.cpp | 109 DL = DILocation::get(SP->getContext(), SP->getScopeLine(), 0, SP); in runOnFunction()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | MergeFunctions.cpp | 786 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 D | SafeStack.cpp | 792 DILocation::get(SP->getContext(), SP->getScopeLine(), 0, SP)); in run()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | SanitizerCoverage.cpp | 952 EntryLoc = DILocation::get(SP->getContext(), SP->getScopeLine(), 0, SP); in InjectCoverageAtBlock()
|
H A D | AddressSanitizer.cpp | 3399 DILocation::get(SP->getContext(), SP->getScopeLine(), 0, SP); in processStaticAllocas()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | DebugInfoMetadata.h | 1752 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 D | CoroSplit.cpp | 986 Decl->getScopeLine(), Decl->getContainingType(), in create()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfDebug.cpp | 2208 ::recordSourceLine(*Asm, SP->getScopeLine(), 0, SP, DWARF2_FLAG_IS_STMT, in emitInitialLocDirective()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/ |
H A D | DXILBitcodeWriter.cpp | 1541 Record.push_back(N->getScopeLine()); in writeDISubprogram()
|
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/ |
H A D | BitcodeWriter.cpp | 2012 Record.push_back(N->getScopeLine()); in writeDISubprogram()
|