Home
last modified time | relevance | path

Searched defs:LineNo (Results 1 – 25 of 42) sorted by relevance

12

/external/swiftshader/third_party/LLVM/lib/Analysis/
DDIBuilder.cpp251 unsigned LineNo, DIDescriptor Context) { in createTypedef()
392 DIType Ty, MDNode *File, unsigned LineNo, in createTemplateTypeParameter()
411 MDNode *File, unsigned LineNo, in createTemplateValueParameter()
703 unsigned LineNo, DIType Ty, in createLocalVariable()
732 unsigned LineNo, in createComplexVariable()
754 DIFile File, unsigned LineNo, in createFunction()
800 unsigned LineNo, DIType Ty, in createMethod()
843 DIFile File, unsigned LineNo) { in createNameSpace()
DDbgInfoPrinter.cpp120 std::string &Type, unsigned &LineNo, in getLocationInfo()
174 unsigned LineNo = 0; in printVariableDeclaration() local
/external/swiftshader/third_party/LLVM/lib/VMCore/
DDebugLoc.cpp122 unsigned LineNo = 0, ColNo = 0; in getFromDILocation() local
138 unsigned LineNo = 0, ColNo = 0; in getFromDILexicalBlock() local
DGCOV.cpp178 void GCOVBlock::addLine(StringRef Filename, uint32_t LineNo) { in addLine()
/external/clang/include/clang/Basic/
DSourceManagerInternals.h34 unsigned LineNo; member
/external/spirv-llvm/lib/SPIRV/libSPIRV/
DSPIRVError.h105 unsigned LineNo) { in checkError()
/external/llvm/lib/IR/
DDIBuilder.cpp238 DIFile *File, unsigned LineNo, in createTypedef()
567 unsigned LineNo, DIType *Ty, bool AlwaysPreserve, unsigned Flags) { in createLocalVariable()
589 DIFile *File, unsigned LineNo, in createAutoVariable()
599 unsigned LineNo, DIType *Ty, bool AlwaysPreserve, unsigned Flags) { in createParameterVariable()
630 unsigned LineNo, DISubroutineType *Ty, bool isLocalToUnit, in createFunction()
648 unsigned LineNo, DISubroutineType *Ty, bool isLocalToUnit, in createTempFunctionFwdDecl()
661 DIFile *F, unsigned LineNo, DISubroutineType *Ty, in createMethod()
683 DIFile *File, unsigned LineNo) { in createNameSpace()
/external/toolchain-utils/crosperf/
Dexperiment_file.py200 def LineNo(self): member in ExperimentFileReader
/external/clang/lib/Rewrite/
DHTMLRewrite.cpp208 static void AddLineNumber(RewriteBuffer &RB, unsigned LineNo, in AddLineNumber()
236 unsigned LineNo = 0; in AddLineNumbers() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DDIBuilder.cpp305 DIFile *File, unsigned LineNo, in createTypedef()
674 unsigned LineNo, DIType *Ty, bool AlwaysPreserve, DINode::DIFlags Flags, in createLocalVariable()
697 DIFile *File, unsigned LineNo, in createAutoVariable()
708 unsigned LineNo, DIType *Ty, bool AlwaysPreserve, DINode::DIFlags Flags) { in createParameterVariable()
717 unsigned LineNo, bool AlwaysPreserve) { in createLabel()
754 unsigned LineNo, DISubroutineType *Ty, bool isLocalToUnit, in createFunction()
773 unsigned LineNo, DISubroutineType *Ty, bool isLocalToUnit, in createTempFunctionFwdDecl()
787 unsigned LineNo, DISubroutineType *Ty, bool isLocalToUnit, in createMethod()
DDebugInfo.cpp801 LLVMMetadataRef File, unsigned LineNo, LLVMMetadataRef Ty, in LLVMDIBuilderCreateFunction()
983 size_t NameLen, LLVMMetadataRef File, unsigned LineNo, uint64_t SizeInBits, in LLVMDIBuilderCreateMemberType()
1013 LLVMMetadataRef File, unsigned LineNo, in LLVMDIBuilderCreateObjCIVar()
1027 LLVMMetadataRef File, unsigned LineNo, in LLVMDIBuilderCreateObjCProperty()
1047 LLVMMetadataRef File, unsigned LineNo, in LLVMDIBuilderCreateTypedef()
1228 unsigned LineNo, in LLVMDIBuilderCreateGlobalVariableExpression()
1264 unsigned LineNo, in LLVMDIBuilderCreateTempGlobalVariableFwdDecl()
1319 size_t NameLen, LLVMMetadataRef File, unsigned LineNo, LLVMMetadataRef Ty, in LLVMDIBuilderCreateAutoVariable()
1329 size_t NameLen, unsigned ArgNo, LLVMMetadataRef File, unsigned LineNo, in LLVMDIBuilderCreateParameterVariable()
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DSourceMgr.h160 int LineNo, ColumnNo; variable
/external/clang/lib/Frontend/
DTextDiagnostic.cpp791 unsigned LineNo = PLoc.getLine(); in emitDiagnosticLoc() local
916 unsigned LineNo, FileID FID, in highlightRange()
994 static std::string buildFixItInsertionLine(unsigned LineNo, in buildFixItInsertionLine()
1100 unsigned LineNo = SM.getLineNumber(FID, FileOffset); in emitSnippetAndCaret() local
DPrintPreprocessedOutput.cpp176 void PrintPPOutputPPCallbacks::WriteLineInfo(unsigned LineNo, in WriteLineInfo()
206 bool PrintPPOutputPPCallbacks::MoveToLine(unsigned LineNo) { in MoveToLine()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-cov/
DSourceCoverageView.h154 int64_t LineNo; member
DSourceCoverageViewHTML.cpp497 unsigned LineNo = L.LineNo; in renderLine() local
625 unsigned LineNo) { in renderLineNumberColumn()
/external/llvm/lib/Support/
DSpecialCaseList.cpp91 int LineNo = 1; in parse() local
/external/swiftshader/third_party/LLVM/lib/Support/
DSourceMgr.cpp92 unsigned LineNo = 1; in FindLineNumber() local
/external/clang/lib/Basic/
DSourceManager.cpp191 unsigned LineNo, int FilenameID) { in AddLineNote()
222 unsigned LineNo, int FilenameID, in AddLineNote()
289 void SourceManager::AddLineNote(SourceLocation Loc, unsigned LineNo, in AddLineNote()
307 void SourceManager::AddLineNote(SourceLocation Loc, unsigned LineNo, in AddLineNote()
1374 unsigned LineNo = Pos-SourceLineCacheStart; in getLineNumber() local
1480 unsigned LineNo = getLineNumber(LocInfo.first, LocInfo.second, &Invalid); in getPresumedLoc() local
/external/llvm/tools/llvm-cov/
DSourceCoverageView.h178 int64_t LineNo; member
DSourceCoverageViewText.cpp153 unsigned LineNo) { in renderLineNumberColumn()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DSpecialCaseList.cpp132 unsigned LineNo = 1; in parse() local
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DSourceMgr.h232 int LineNo, ColumnNo; variable
/external/llvm/include/llvm/Support/
DSourceMgr.h237 int LineNo, ColumnNo; variable
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DSourceMgr.h264 int LineNo = 0; variable

12