Home
last modified time | relevance | path

Searched defs:FirstLine (Results 1 – 14 of 14) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/
H A DPDBSymbolData.cpp36 if (auto FirstLine = Lines->getNext()) in getCompilandId() local
H A DPDBSymbolFunc.cpp106 if (auto FirstLine = Lines->getNext()) { in getCompilandId() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/PDB/
H A DPDBSymbolData.cpp35 if (auto FirstLine = Lines->getNext()) in getCompilandId() local
H A DPDBSymbolFunc.cpp108 if (auto FirstLine = Lines->getNext()) { in getCompilandId() local
/aosp_15_r20/external/llvm/lib/DebugInfo/Symbolize/
H A DDIPrinter.cpp49 int64_t FirstLine = in printContext() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/Symbolize/
H A DDIPrinter.cpp44 int64_t FirstLine = in printContext() local
/aosp_15_r20/external/llvm/tools/llvm-cov/
H A DSourceCoverageView.cpp156 unsigned FirstLine = NextSegment != EndSegment ? NextSegment->Line : 0; in print() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/GSYM/
H A DLineTable.cpp69 const uint32_t FirstLine = (uint32_t)Data.getULEB128(&Offset); in parse() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/GSYM/
H A DLineTable.cpp69 const uint32_t FirstLine = (uint32_t)Data.getULEB128(&Offset); in parse() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/Symbolize/
H A DDIPrinter.cpp72 const int64_t FirstLine; member in llvm::symbolize::SourceCode
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/PDB/Native/
H A DSymbolCache.cpp493 LineInfo FirstLine(Group.LineNumbers.front().Flags); in findLineTable() local
/aosp_15_r20/external/starlark-go/syntax/
H A Dscan.go192 FirstLine, FirstCol int32 member
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Dwbemcli.h723 LONG FirstLine; member
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/MC/MCParser/
H A DMasmParser.cpp6130 std::string FirstLine = parseStringTo(AsmToken::EndOfStatement); in parseDirectiveComment() local