Home
last modified time | relevance | path

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

1234

/llvm-project/clang/lib/Driver/
H A DDistro.cpp31 File.get()->getBuffer().split(Lines, "\n"); in DetectOsRelease() local
57 File.get()->getBuffer().split(Lines, "\n"); in DetectLsbRelease() local
183 SmallVector<StringRef, 8> Lines; in DetectDistro() local
/llvm-project/llvm/include/llvm/Testing/ADT/
H A DStringMap.h29 std::vector<std::string> Lines; variable
/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
/llvm-project/clang/lib/Format/
H A DAffectedRangeManager.cpp23 SmallVectorImpl<AnnotatedLine *> &Lines) { in computeAffectedLines() argument
103 SmallVectorImpl<AnnotatedLine *> &Lines) { in nonPPLineAffected() argument
H A DTokenAnalyzer.cpp117 const auto &Lines = UnwrappedLines[Run]; in process() local
H A DDefinitionBlockSeparator.cpp33 SmallVectorImpl<AnnotatedLine *> &Lines, tooling::Replacements &Result, in separateBlocks()
/llvm-project/clang/unittests/Analysis/FlowSensitive/
H A DSimplifyConstraintsTest.cpp25 llvm::SetVector<const Formula *> parse(StringRef Lines) { in parse()
32 llvm::SetVector<const Formula *> simplify(StringRef Lines, in simplify()
/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()) { getCompilandId() local
/llvm-project/clang/lib/ExtractAPI/
H A DAPIIgnoresList.cpp37 SmallVector<StringRef, 32> Lines; in create() local
/llvm-project/llvm/include/llvm/DebugInfo/GSYM/
H A DLineTable.h120 Collection Lines; ///< All line entries in the line table. variable
/llvm-project/clang-tools-extra/clang-tidy/misc/ConfusableTable/
H A DBuildConfusableTable.cpp24 SmallVector<StringRef> Lines; in main() local
/llvm-project/llvm/unittests/DebugInfo/LogicalView/
H A DCodeViewReaderTest.cpp125 const LVLines *Lines = Foo->getLines(); checkElementPropertiesClangCodeview() local
191 const LVLines *Lines = Foo->getLines(); checkElementPropertiesMsvcCodeview() local
257 const LVLines *Lines = Foo->getLines(); checkElementPropertiesMsvcCodeviewPdb() local
[all...]
/llvm-project/llvm/lib/TargetParser/
H A DHost.cpp170 SmallVector<StringRef, 32> Lines; getHostCPUNameForARM() local
403 SmallVector<StringRef, 32> Lines; getHostCPUNameForS390x() local
445 SmallVector<StringRef> Lines; getHostCPUNameForRISCV() local
1528 SmallVector<StringRef> Lines; getHostCPUNameForSPARC() local
1850 SmallVector<StringRef, 32> Lines; getHostCPUFeatures() local
[all...]
/llvm-project/llvm/lib/ExecutionEngine/OProfileJIT/
H A DOProfileJITEventListener.cpp115 DILineInfoTable Lines = Context->getLineInfoForAddressRange(Addr, Size); in notifyObjectLoaded() local
/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
/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewReader.cpp247 collectInlineeInfo(DebugInlineeLinesSubsectionRef & Lines,const llvm::pdb::SymbolGroup * SG) collectInlineeInfo() argument
278 DebugInlineeLinesSubsectionRef Lines; traverseInlineeLines() local
756 DebugLinesSubsectionRef Lines; traverseSymbolSection() local
963 __anon9f015a6a0702(int32_t Modi, const SymbolGroup &SG, DebugInlineeLinesSubsectionRef &Lines) createScopes() argument
1076 __anon9f015a6a0902(int32_t Modi, const SymbolGroup &SG, DebugLinesSubsectionRef &Lines) createScopes() argument
[all...]
/llvm-project/clang-tools-extra/clang-change-namespace/tool/
H A DClangChangeNamespace.cpp86 llvm::SmallVector<StringRef, 8> Lines; in GetAllowedSymbolPatterns() local
/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() argument
/llvm-project/llvm/tools/llvm-cfi-verify/
H A Dllvm-cfi-verify.cpp75 SmallVector<StringRef, 100> Lines; in printBlameContext() local
/llvm-project/llvm/lib/Transforms/IPO/
H A DBlockExtractor.cpp73 SmallVector<StringRef, 16> Lines; in loadFile() local
/llvm-project/clang-tools-extra/clang-tidy/readability/
H A DFunctionSizeCheck.cpp112 unsigned Lines = 0; member
/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/
H A DLVBinaryReader.h207 void addInlineeLines(LVScope *Scope, LVLines &Lines) { in addInlineeLines() argument

1234