Home
last modified time | relevance | path

Searched refs:getLinesForExtent (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DMCCodeView.cpp311 ArrayRef<MCCVLineEntry> CodeViewContext::getLinesForExtent(size_t L, size_t R) { in getLinesForExtent() function in CodeViewContext
471 ArrayRef<MCCVLineEntry> Locs = getLinesForExtent(LocBegin, LocEnd); in encodeInlineLineTable()
588 ArrayRef<MCCVLineEntry> LocAfter = getLinesForExtent(LocEnd, LocEnd + 1); in encodeInlineLineTable()
/external/llvm/lib/MC/
DMCCodeView.cpp290 ArrayRef<MCCVLineEntry> Locs = getLinesForExtent(LocBegin, LocEnd); in encodeInlineLineTable()
366 ArrayRef<MCCVLineEntry> LocAfter = getLinesForExtent(LocEnd, LocEnd + 1); in encodeInlineLineTable()
/external/llvm/include/llvm/MC/
DMCCodeView.h147 ArrayRef<MCCVLineEntry> getLinesForExtent(size_t L, size_t R) { in getLinesForExtent() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCCodeView.h211 ArrayRef<MCCVLineEntry> getLinesForExtent(size_t L, size_t R);