Searched refs:getScopeLine (Results 1 – 14 of 14) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | DebugLoc.cpp | 82 return DILocation::get(SP->getContext(), SP->getScopeLine(), 0, SP); in getFnDebugLoc()
|
| H A D | DiagnosticInfo.cpp | 159 Line = SP->getScopeLine(); in DiagnosticLocation()
|
| H A D | LLVMContextImpl.h | 962 Line(N->getLine()), ScopeLine(N->getScopeLine()), Type(N->getRawType()), 979 Type == RHS->getRawType() && ScopeLine == RHS->getScopeLine() &&
|
| H A D | DebugInfo.cpp | 700 FileAndScope, MDS->getLine(), Type, MDS->getScopeLine(), in getReplacementSubprogram() 711 FileAndScope, MDS->getLine(), Type, MDS->getScopeLine(), ContainingType, in getReplacementSubprogram()
|
| H A D | AsmWriter.cpp | 2446 Printer.printInt("scopeLine", N->getScopeLine()); in writeDISubprogram()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | EntryExitInstrumenter.cpp | 135 DL = DILocation::get(SP->getContext(), SP->getScopeLine(), 0, SP); in runOnFunction()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | MergeFunctions.cpp | 785 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 D | SafeStack.cpp | 800 DILocation::get(SP->getContext(), SP->getScopeLine(), 0, SP)); in run()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | SanitizerCoverage.cpp | 1043 EntryLoc = DILocation::get(SP->getContext(), SP->getScopeLine(), 0, SP); in InjectCoverageAtBlock()
|
| H A D | AddressSanitizer.cpp | 3478 DILocation::get(SP->getContext(), SP->getScopeLine(), 0, SP); in processStaticAllocas()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfDebug.cpp | 2100 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 D | DebugInfoMetadata.h | 2303 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 D | DXILBitcodeWriter.cpp | 1541 Record.push_back(N->getScopeLine()); in writeDISubprogram()
|
| /freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/ |
| H A D | BitcodeWriter.cpp | 2149 Record.push_back(N->getScopeLine()); in writeDISubprogram()
|