Searched defs:Line (Results 1 - 25 of 126) sorted by relevance

123456

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DSymbolRemappingReader.cpp36 StringRef Line = *LineIt; local
H A DFormattedStream.cpp28 unsigned &Line = Position.second; local
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/GSYM/
H A DLineEntry.h25 uint32_t Line; ///< Source line number. member in struct:llvm::gsym::LineEntry
H A DLookupResult.h26 uint32_t Line = 0; ///< Source file line number. member in struct:llvm::gsym::SourceLocation
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeLineNumber.h42 const codeview::LineInfo Line; member in class:llvm::pdb::NativeLineNumber
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/scudo/
H A Dscudo_termination.cpp35 void NORETURN CheckFailed(const char *File, int Line, const char *Condition, argument
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DSymbolRemappingReader.h71 SymbolRemappingParseError(StringRef File, int64_t Line, Twine Message) argument
89 int64_t Line; member in class:llvm::SymbolRemappingParseError
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DModuleDebugInfoPrinter.cpp67 O << ":" << Line; local
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/
H A DLayoutOverrideSource.cpp40 std::string Line; local
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerDataFlowTrace.cpp131 static bool ParseError(const char *Err, const std::string &Line) { argument
138 static bool ParseDFTLine(const std::string &Line, size_t *FunctionNum, argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DASanStackFrameLayout.h40 unsigned Line; // Line number. member in struct:llvm::ASanStackVariableDescription
/freebsd-13-stable/sys/contrib/dev/acpica/compiler/
H A Dprexpress.c215 PrExpandMacros( char *Line) argument
370 PrResolveIntegerExpression( char *Line, UINT64 *ReturnValue) argument
/freebsd-13-stable/contrib/llvm-project/clang/lib/Format/
H A DAffectedRangeManager.cpp29 AnnotatedLine *Line = *I; local
101 nonPPLineAffected( AnnotatedLine *Line, const AnnotatedLine *PreviousLine, SmallVectorImpl<AnnotatedLine *> &Lines) argument
[all...]
H A DUnwrappedLineFormatter.cpp22 bool startsExternCBlock(const AnnotatedLine &Line) { argument
53 void nextLine(const AnnotatedLine &Line) { argument
73 skipLine(const AnnotatedLine &Line) argument
83 adjustToUnmodifiedLine(const AnnotatedLine &Line) argument
139 getMatchingNamespaceToken( const AnnotatedLine *Line, const SmallVectorImpl<AnnotatedLine *> &AnnotatedLines) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/
H A DDIContext.h39 uint32_t Line = 0; member in struct:llvm::DILineInfo
73 OS << "line " << Line << ", "; local
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_x86_64.cpp58 char Line[BufSize] = {}; variable
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DSourceManagerInternals.h52 static LineEntry get(unsigned Offs, unsigned Line, int Filename, argument
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Frontend/
H A DCommandLineSourceLoc.h26 unsigned Line; member in struct:clang::ParsedSourceLocation
H A DLogDiagnosticPrinter.h30 unsigned Line; member in struct:clang::LogDiagnosticPrinter::DiagEntry
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineDebugify.cpp77 unsigned Line = DVI->getDebugLoc().getLine(); local
111 unsigned Line = MI.getDebugLoc().getLine(); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFLinkerDeclContext.cpp110 unsigned Line = 0; local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIALineNumber.cpp18 DWORD Line = 0; local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeLineNumber.cpp14 NativeLineNumber(const NativeSession &Session, const codeview::LineInfo Line, uint32_t ColumnNumber, uint32_t Section, uint32_t Offset, uint32_t Length, uint32_t SrcFileId) argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/
H A DDIPrinter.cpp34 void DIPrinter::printContext(const std::string &FileName, int64_t Line) { argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DDebugLoc.cpp71 DebugLoc DebugLoc::get(unsigned Line, unsigned Col, const MDNode *Scope, argument

Completed in 153 milliseconds

123456