Home
last modified time | relevance | path

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

12

/openbsd-src/gnu/llvm/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()
H A DDebugInfoMetadata.cpp1131 unsigned LineNo, ArrayRef<Metadata *> Ops) in DICommonBlock()
1137 Metadata *File, unsigned LineNo, in getImpl()
1146 DIModule::DIModule(LLVMContext &Context, StorageType Storage, unsigned LineNo, in DIModule()
1154 unsigned LineNo, bool IsDecl, StorageType Storage, in getImpl()
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DSourceManagerInternals.h37 unsigned LineNo; member
/openbsd-src/gnu/llvm/clang/lib/Rewrite/
H A DHTMLRewrite.cpp209 static void AddLineNumber(RewriteBuffer &RB, unsigned LineNo, in AddLineNumber()
237 unsigned LineNo = 0; in AddLineNumbers() local
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMIRFSDiscriminator.cpp101 unsigned LineNo = DIL->getLine(); in runOnMachineFunction() local
/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DTextDiagnostic.cpp808 unsigned LineNo = PLoc.getLine(); in emitDiagnosticLoc() local
979 unsigned LineNo, FileID FID, in highlightRange()
1061 unsigned LineNo, in buildFixItInsertionLine()
1177 for (unsigned LineNo = Lines.first; LineNo != Lines.second + 1; ++LineNo) { in emitSnippetAndCaret() local
H A DPrintPreprocessedOutput.cpp231 void PrintPPOutputPPCallbacks::WriteLineInfo(unsigned LineNo, in WriteLineInfo()
261 bool PrintPPOutputPPCallbacks::MoveToLine(unsigned LineNo, in MoveToLine()
/openbsd-src/gnu/llvm/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()
H A DSpecialCaseList.cpp132 unsigned LineNo = 1; in parse() local
/openbsd-src/gnu/llvm/llvm/tools/llvm-cov/
H A DSourceCoverageView.h173 int64_t LineNo; member
H A DSourceCoverageViewHTML.cpp501 unsigned LineNo = L.LineNo; in renderLine() local
629 unsigned LineNo) { in renderLineNumberColumn()
H A DSourceCoverageViewText.cpp163 unsigned LineNo) { in renderLineNumberColumn()
/openbsd-src/gnu/llvm/clang/include/clang/CrossTU/
H A DCrossTranslationUnit.h83 int LineNo; variable
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DSourceMgr.h285 int LineNo = 0; variable
/openbsd-src/gnu/llvm/compiler-rt/lib/fuzzer/
H A DFuzzerUtil.cpp135 int LineNo = 0; in ParseDictionaryFile() local
/openbsd-src/gnu/llvm/clang/lib/Basic/
H A DSourceManager.cpp203 void LineTableInfo::AddLineNote(FileID FID, unsigned Offset, unsigned LineNo, in AddLineNote()
272 void SourceManager::AddLineNote(SourceLocation Loc, unsigned LineNo, in AddLineNote()
1439 unsigned LineNo = Pos-SourceLineCacheStart; in getLineNumber() local
1547 unsigned LineNo = getLineNumber(LocInfo.first, LocInfo.second, &Invalid); in getPresumedLoc() local
/openbsd-src/gnu/llvm/clang/tools/clang-format/
H A DClangFormat.cpp605 unsigned LineNo = 1; in main() local
/openbsd-src/gnu/llvm/llvm/lib/ObjCopy/ELF/
H A DELFObject.h992 Error parseError(size_t LineNo, Error E) const { in parseError()
999 Error parseError(size_t LineNo, char const *Fmt, const Ts &...Vals) const { in parseError()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGDebugInfo.cpp1201 unsigned LineNo, SmallVectorImpl<llvm::Metadata *> &EltTys) { in collectDefaultElementTypesForBlockPointer()
3736 unsigned &LineNo, QualType &T, in collectVarDeclProps()
3942 const Decl *D, llvm::DISubroutineType *FnType, unsigned LineNo, in getObjCMethodDeclaration()
4141 const unsigned LineNo = getLineNumber(Loc.isValid() ? Loc : CurLoc); in emitFunctionStart() local
4214 unsigned LineNo = getLineNumber(Loc); in EmitFunctionDecl() local
5036 const RecordDecl *RD, llvm::DIFile *Unit, unsigned LineNo, in CollectAnonRecordDecls()
5307 unsigned LineNo; in EmitGlobalVariable() local
/openbsd-src/gnu/llvm/clang/lib/CrossTU/
H A DCrossTranslationUnit.cpp190 unsigned LineNo = 1; in parseCrossTUIndex() local
/openbsd-src/gnu/llvm/clang/lib/Parse/
H A DParseStmtAsm.cpp388 unsigned LineNo = 0; in ParseMicrosoftAsmStatement() local
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DPlistDiagnostics.cpp508 for (unsigned LineNo : I->second) { in printCoverage() local
/openbsd-src/gnu/llvm/clang/lib/Lex/
H A DPPDirectives.cpp1386 unsigned LineNo; in HandleLineDirective() local
1544 unsigned LineNo; in HandleDigitDirective() local
/openbsd-src/gnu/llvm/llvm/bindings/ocaml/debuginfo/
H A Ddebuginfo_ocaml.c284 LLVMMetadataRef File, value LineNo, LLVMMetadataRef Ty, value IsLocalToUnit, in llvm_dibuild_create_function_native()
642 value LineNo, LLVMMetadataRef Scope, value AlignInBits) { in llvm_dibuild_create_typedef_native()

12