Home
last modified time | relevance | path

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

123

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/
H A DDIBuilder.cpp351 DIFile *File, unsigned LineNo, in createTypedef()
569 DIFile *File, unsigned LineNo, in createSetType()
777 unsigned LineNo, DIType *Ty, bool AlwaysPreserve, DINode::DIFlags Flags, in createLocalVariable()
800 DIFile *File, unsigned LineNo, in createAutoVariable()
811 unsigned LineNo, DIType *Ty, bool AlwaysPreserve, DINode::DIFlags Flags, in createParameterVariable()
820 unsigned LineNo, bool AlwaysPreserve) { in createLabel()
850 unsigned LineNo, DISubroutineType *Ty, unsigned ScopeLine, in createFunction()
871 unsigned LineNo, DISubroutineType *Ty, unsigned ScopeLine, in createTempFunctionFwdDecl()
886 unsigned LineNo, DISubroutineType *Ty, unsigned VIndex, int ThisAdjustment, in createMethod()
910 unsigned LineNo) { in createCommonBlock()
[all …]
H A DDebugInfo.cpp1022 LLVMMetadataRef File, unsigned LineNo, LLVMMetadataRef Ty, in LLVMDIBuilderCreateFunction()
1266 size_t NameLen, LLVMMetadataRef File, unsigned LineNo, uint64_t SizeInBits, in LLVMDIBuilderCreateMemberType()
1296 LLVMMetadataRef File, unsigned LineNo, in LLVMDIBuilderCreateObjCIVar()
1310 LLVMMetadataRef File, unsigned LineNo, in LLVMDIBuilderCreateObjCProperty()
1330 LLVMMetadataRef File, unsigned LineNo, in LLVMDIBuilderCreateTypedef()
1507 unsigned LineNo, LLVMMetadataRef Ty, LLVMBool LocalToUnit, in LLVMDIBuilderCreateGlobalVariableExpression()
1557 unsigned LineNo, LLVMMetadataRef Ty, LLVMBool LocalToUnit, in LLVMDIBuilderCreateTempGlobalVariableFwdDecl()
1610 size_t NameLen, LLVMMetadataRef File, unsigned LineNo, LLVMMetadataRef Ty, in LLVMDIBuilderCreateAutoVariable()
1620 size_t NameLen, unsigned ArgNo, LLVMMetadataRef File, unsigned LineNo, in LLVMDIBuilderCreateParameterVariable()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DDIBuilder.cpp308 DIFile *File, unsigned LineNo, in createTypedef()
676 unsigned LineNo, DIType *Ty, bool AlwaysPreserve, DINode::DIFlags Flags, in createLocalVariable()
699 DIFile *File, unsigned LineNo, in createAutoVariable()
710 unsigned LineNo, DIType *Ty, bool AlwaysPreserve, DINode::DIFlags Flags) { in createParameterVariable()
719 unsigned LineNo, bool AlwaysPreserve) { in createLabel()
756 unsigned LineNo, DISubroutineType *Ty, unsigned ScopeLine, in createFunction()
775 unsigned LineNo, DISubroutineType *Ty, unsigned ScopeLine, in createTempFunctionFwdDecl()
790 unsigned LineNo, DISubroutineType *Ty, unsigned VIndex, int ThisAdjustment, in createMethod()
813 unsigned LineNo) { in createCommonBlock()
H A DDebugInfo.cpp804 LLVMMetadataRef File, unsigned LineNo, LLVMMetadataRef Ty, in LLVMDIBuilderCreateFunction()
1046 size_t NameLen, LLVMMetadataRef File, unsigned LineNo, uint64_t SizeInBits, in LLVMDIBuilderCreateMemberType()
1076 LLVMMetadataRef File, unsigned LineNo, in LLVMDIBuilderCreateObjCIVar()
1090 LLVMMetadataRef File, unsigned LineNo, in LLVMDIBuilderCreateObjCProperty()
1110 LLVMMetadataRef File, unsigned LineNo, in LLVMDIBuilderCreateTypedef()
1287 unsigned LineNo, LLVMMetadataRef Ty, LLVMBool LocalToUnit, in LLVMDIBuilderCreateGlobalVariableExpression()
1337 unsigned LineNo, LLVMMetadataRef Ty, LLVMBool LocalToUnit, in LLVMDIBuilderCreateTempGlobalVariableFwdDecl()
1390 size_t NameLen, LLVMMetadataRef File, unsigned LineNo, LLVMMetadataRef Ty, in LLVMDIBuilderCreateAutoVariable()
1400 size_t NameLen, unsigned ArgNo, LLVMMetadataRef File, unsigned LineNo, in LLVMDIBuilderCreateParameterVariable()
/aosp_15_r20/external/llvm/lib/IR/
H A 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()
/aosp_15_r20/external/clang/lib/Basic/
H A 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
/aosp_15_r20/external/clang/lib/Frontend/
H A 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
H A DPrintPreprocessedOutput.cpp176 void PrintPPOutputPPCallbacks::WriteLineInfo(unsigned LineNo, in WriteLineInfo()
206 bool PrintPPOutputPPCallbacks::MoveToLine(unsigned LineNo) { in MoveToLine()
/aosp_15_r20/external/clang/lib/Rewrite/
H A DHTMLRewrite.cpp208 static void AddLineNumber(RewriteBuffer &RB, unsigned LineNo, in AddLineNumber()
236 unsigned LineNo = 0; in AddLineNumbers() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/
H A DSourceMgr.cpp200 unsigned LineNo = SB.getLineNumber(Ptr); in getLineAndColumn() local
234 SMLoc SourceMgr::FindLocForLineAndColumn(unsigned BufferID, unsigned LineNo, in FindLocForLineAndColumn()
/aosp_15_r20/external/clang/lib/CodeGen/
H A DCGDebugInfo.cpp794 unsigned LineNo = 0; in CreateType() local
2640 unsigned &LineNo, QualType &T, in collectVarDeclProps()
2914 unsigned LineNo = getLineNumber(Loc); in EmitFunctionStart() local
2973 unsigned LineNo = getLineNumber(Loc); in EmitFunctionDecl() local
3519 const RecordDecl *RD, llvm::DIFile *Unit, unsigned LineNo, in CollectAnonRecordDecls()
3551 unsigned LineNo; in EmitGlobalVariable() local
3701 unsigned LineNo = getLineNumber(NSDecl->getLocation()); in getOrCreateNameSpace() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Basic/
DSourceManagerInternals.h37 unsigned LineNo; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Basic/
DSourceManagerInternals.h37 unsigned LineNo; member
/aosp_15_r20/external/clang/include/clang/Basic/
H A DSourceManagerInternals.h34 unsigned LineNo; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Basic/
DSourceManagerInternals.h37 unsigned LineNo; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Basic/
DSourceManagerInternals.h37 unsigned LineNo; member
/aosp_15_r20/external/rust/android-crates-io/crates/annotate-snippets/src/formatter/
Dstyle.rs23 LineNo, enumerator
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
H A DMIRFSDiscriminator.cpp101 unsigned LineNo = DIL->getLine(); in runOnMachineFunction() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Instrumentation/
H A DAddressSanitizer.h26 int LineNo = 0; member
/aosp_15_r20/external/toolchain-utils/crosperf/
H A Dexperiment_file.py239 def LineNo(self): member in ExperimentFileReader
/aosp_15_r20/external/llvm/lib/Support/
H A DSpecialCaseList.cpp91 int LineNo = 1; in parse() local
/aosp_15_r20/external/llvm/tools/llvm-cov/
H A DSourceCoverageView.h178 int64_t LineNo; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/CrossTU/
DCrossTranslationUnit.h83 int LineNo; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/CrossTU/
DCrossTranslationUnit.h83 int LineNo; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/CrossTU/
DCrossTranslationUnit.h83 int LineNo; variable

123