Searched refs:getScopeLine (Results 1 – 13 of 13) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | DebugLoc.cpp | 53 return DebugLoc::get(SP->getScopeLine(), 0, SP); in getFnDebugLoc()
|
D | DiagnosticInfo.cpp | 124 Line = SP->getScopeLine(); in DiagnosticLocation()
|
D | DebugInfo.cpp | 441 FileAndScope, MDS->getLine(), Type, MDS->getScopeLine(), in getReplacementSubprogram() 452 FileAndScope, MDS->getLine(), Type, MDS->getScopeLine(), ContainingType, in getReplacementSubprogram()
|
D | LLVMContextImpl.h | 643 Line(N->getLine()), Type(N->getRawType()), ScopeLine(N->getScopeLine()), 657 Type == RHS->getRawType() && ScopeLine == RHS->getScopeLine() &&
|
D | AsmWriter.cpp | 1962 Printer.printInt("scopeLine", N->getScopeLine()); in writeDISubprogram()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | EntryExitInstrumenter.cpp | 85 DL = DebugLoc::get(SP->getScopeLine(), 0, SP); in runOnFunction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
D | MergeFunctions.cpp | 729 DebugLoc CIDbgLoc = DebugLoc::get(DIS->getScopeLine(), 0, DIS); in writeThunk() 730 DebugLoc RIDbgLoc = DebugLoc::get(DIS->getScopeLine(), 0, DIS); in writeThunk()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | SafeStack.cpp | 777 IRB.SetCurrentDebugLocation(DebugLoc::get(SP->getScopeLine(), 0, SP)); in run()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
D | SanitizerCoverage.cpp | 856 EntryLoc = DebugLoc::get(SP->getScopeLine(), 0, SP); in InjectCoverageAtBlock()
|
D | AddressSanitizer.cpp | 2994 EntryDebugLocation = DebugLoc::get(SP->getScopeLine(), 0, SP); in processStaticAllocas()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | DebugInfoMetadata.h | 1688 getFile(), getLine(), getType(), getScopeLine(), in cloneImpl() 1735 unsigned getScopeLine() const { return ScopeLine; } in getScopeLine() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfDebug.cpp | 1814 ::recordSourceLine(*Asm, SP->getScopeLine(), 0, SP, DWARF2_FLAG_IS_STMT, in emitInitialLocDirective()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/ |
D | BitcodeWriter.cpp | 1681 Record.push_back(N->getScopeLine()); in writeDISubprogram()
|