Home
last modified time | relevance | path

Searched defs:Lines (Results 1 – 25 of 65) sorted by relevance

123

/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DDistro.cpp31 SmallVector<StringRef, 16> Lines; in DetectOsRelease() local
57 SmallVector<StringRef, 16> Lines; in DetectLsbRelease() local
182 SmallVector<StringRef, 8> Lines; in DetectDistro() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/ADT/
H A DStringMap.h29 std::vector<std::string> Lines; variable
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DAffectedRangeManager.cpp23 SmallVectorImpl<AnnotatedLine *> &Lines) { in computeAffectedLines()
103 SmallVectorImpl<AnnotatedLine *> &Lines) { in nonPPLineAffected()
H A DTokenAnalyzer.cpp117 const auto &Lines = UnwrappedLines[Run]; in process() local
H A DUnwrappedLineFormatter.cpp215 const SmallVectorImpl<AnnotatedLine *> &Lines) in LineJoiner()
1324 const SmallVectorImpl<AnnotatedLine *> &Lines, bool DryRun, in format()
1454 const SmallVectorImpl<AnnotatedLine *> &Lines, in computeNewlines()
1544 const SmallVectorImpl<AnnotatedLine *> &Lines, unsigned Indent, in formatFirstToken()
H A DDefinitionBlockSeparator.cpp33 SmallVectorImpl<AnnotatedLine *> &Lines, tooling::Replacements &Result, in separateBlocks()
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DPrettyCompilandDumper.h22 enum Flags { None = 0x0, Children = 0x1, Symbols = 0x2, Lines = 0x4 }; enumerator
H A DPrettyCompilandDumper.cpp70 auto Lines = Session.findLineNumbers(Symbol, *File); in start() local
H A Dllvm-pdbutil.h40 Lines, enumerator
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
H A DPDBSymbolData.cpp34 if (auto Lines = getLineNumbers()) { in getCompilandId() local
H A DPDBSymbolFunc.cpp107 if (auto Lines = getLineNumbers()) { in getCompilandId() local
/freebsd/contrib/llvm-project/clang/lib/ExtractAPI/
H A DAPIIgnoresList.cpp37 SmallVector<StringRef, 32> Lines; in create() local
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/GSYM/
H A DLineTable.h120 Collection Lines; ///< All line entries in the line table. variable
/freebsd/contrib/llvm-project/llvm/lib/TargetParser/
H A DHost.cpp165 SmallVector<StringRef, 32> Lines; in getHostCPUNameForARM() local
372 SmallVector<StringRef, 32> Lines; in getHostCPUNameForS390x() local
414 SmallVector<StringRef> Lines; in getHostCPUNameForRISCV() local
1566 SmallVector<StringRef> Lines; in getHostCPUNameForSPARC() local
1884 SmallVector<StringRef, 32> Lines; in getHostCPUFeatures() local
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVOptions.h135 Lines, // --compare=lines enumerator
154 Lines, // --print=lines enumerator
176 Lines, // --warning=lines enumerator
244 LVLineKindSet Lines; // --select-lines=<Kind> variable
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewReader.cpp247 DebugInlineeLinesSubsectionRef &Lines, const llvm::pdb::SymbolGroup *SG) { in collectInlineeInfo()
278 DebugInlineeLinesSubsectionRef Lines; in traverseInlineeLines() local
756 DebugLinesSubsectionRef Lines; in traverseSymbolSection() local
963 DebugInlineeLinesSubsectionRef &Lines) -> Error { in createScopes()
1076 DebugLinesSubsectionRef &Lines) -> Error { in createScopes()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/OProfileJIT/
H A DOProfileJITEventListener.cpp115 DILineInfoTable Lines = Context->getLineInfoForAddressRange(Addr, Size); in notifyObjectLoaded() local
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/
H A DDIPrinter.cpp71 const int Lines; member in llvm::symbolize::SourceCode
76 SourceCode(StringRef FileName, int64_t Line, int Lines, in SourceCode()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DBlockExtractor.cpp73 SmallVector<StringRef, 16> Lines; in loadFile() local
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp132 SourceLineInfo Lines; member
583 const DebugLinesSubsectionRef &Lines) { in fromCodeViewSubsection()
621 const DebugInlineeLinesSubsectionRef &Lines) { in fromCodeViewSubsection()
799 DebugLinesSubsectionRef &Lines, const StringsAndChecksumsRef &State) { in visitLines()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/
H A DLVBinaryReader.h165 void addInlineeLines(LVScope *Scope, LVLines &Lines) { in addInlineeLines()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DSymbolCache.cpp470 DebugLinesSubsectionRef Lines; in findLineTable() local
538 std::vector<LineTableEntry> Lines = findLineTable(Modi); in findLineNumbersByVA() local
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/PerfJITEvents/
H A DPerfJITEventListener.cpp279 DILineInfoTable Lines = Context->getLineInfoForAddressRange( in notifyObjectLoaded() local
436 DILineInfoTable Lines) { in NotifyDebug()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugLinesSubsection.h112 std::vector<LineNumberEntry> Lines; member
/freebsd/contrib/llvm-project/clang/tools/clang-repl/
H A DClangRepl.cpp118 size_t Lines = in operator ()() local

123