Home
last modified time | relevance | path

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/
DDebugLoc.cpp53 return DebugLoc::get(SP->getScopeLine(), 0, SP); in getFnDebugLoc()
DDiagnosticInfo.cpp124 Line = SP->getScopeLine(); in DiagnosticLocation()
DDebugInfo.cpp441 FileAndScope, MDS->getLine(), Type, MDS->getScopeLine(), in getReplacementSubprogram()
452 FileAndScope, MDS->getLine(), Type, MDS->getScopeLine(), ContainingType, in getReplacementSubprogram()
DLLVMContextImpl.h643 Line(N->getLine()), Type(N->getRawType()), ScopeLine(N->getScopeLine()),
657 Type == RHS->getRawType() && ScopeLine == RHS->getScopeLine() &&
DAsmWriter.cpp1962 Printer.printInt("scopeLine", N->getScopeLine()); in writeDISubprogram()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DEntryExitInstrumenter.cpp85 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/
DMergeFunctions.cpp729 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/
DSafeStack.cpp777 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/
DSanitizerCoverage.cpp856 EntryLoc = DebugLoc::get(SP->getScopeLine(), 0, SP); in InjectCoverageAtBlock()
DAddressSanitizer.cpp2994 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/
DDebugInfoMetadata.h1688 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/
DDwarfDebug.cpp1814 ::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/
DBitcodeWriter.cpp1681 Record.push_back(N->getScopeLine()); in writeDISubprogram()