Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDebugLoc.cpp82 return DILocation::get(SP->getContext(), SP->getScopeLine(), 0, SP); in getFnDebugLoc()
H A DDiagnosticInfo.cpp159 Line = SP->getScopeLine(); in DiagnosticLocation()
H A DLLVMContextImpl.h962 Line(N->getLine()), ScopeLine(N->getScopeLine()), Type(N->getRawType()),
979 Type == RHS->getRawType() && ScopeLine == RHS->getScopeLine() &&
H A DDebugInfo.cpp700 FileAndScope, MDS->getLine(), Type, MDS->getScopeLine(), in getReplacementSubprogram()
711 FileAndScope, MDS->getLine(), Type, MDS->getScopeLine(), ContainingType, in getReplacementSubprogram()
H A DAsmWriter.cpp2446 Printer.printInt("scopeLine", N->getScopeLine()); in writeDISubprogram()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DEntryExitInstrumenter.cpp135 DL = DILocation::get(SP->getContext(), SP->getScopeLine(), 0, SP); in runOnFunction()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DMergeFunctions.cpp785 DILocation::get(DIS->getContext(), DIS->getScopeLine(), 0, DIS); in writeThunk()
787 DILocation::get(DIS->getContext(), DIS->getScopeLine(), 0, DIS); in writeThunk()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DSafeStack.cpp800 DILocation::get(SP->getContext(), SP->getScopeLine(), 0, SP)); in run()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DSanitizerCoverage.cpp1043 EntryLoc = DILocation::get(SP->getContext(), SP->getScopeLine(), 0, SP); in InjectCoverageAtBlock()
H A DAddressSanitizer.cpp3478 DILocation::get(SP->getContext(), SP->getScopeLine(), 0, SP); in processStaticAllocas()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp2100 recordSourceLine(SP->getScopeLine(), 0, SP, in beginInstruction()
2369 ::recordSourceLine(*Asm, SP->getScopeLine(), 0, SP, DWARF2_FLAG_IS_STMT, in emitInitialLocDirective()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h2303 getFile(), getLine(), getType(), getScopeLine(), in cloneImpl()
2358 unsigned getScopeLine() const { return ScopeLine; } in getScopeLine() function
/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.cpp2149 Record.push_back(N->getScopeLine()); in writeDISubprogram()