/llvm-project/clang/lib/Driver/ |
H A D | Distro.cpp | 31 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 D | StringMap.h | 29 std::vector<std::string> Lines; variable
|
/llvm-project/llvm/tools/llvm-pdbutil/ |
H A D | PrettyCompilandDumper.h | 22 enum Flags { None = 0x0, Children = 0x1, Symbols = 0x2, Lines = 0x4 }; enumerator
|
H A D | PrettyCompilandDumper.cpp | 70 auto Lines = Session.findLineNumbers(Symbol, *File); in start() local
|
H A D | llvm-pdbutil.h | 40 Lines, enumerator
|
/llvm-project/clang/lib/Format/ |
H A D | AffectedRangeManager.cpp | 23 SmallVectorImpl<AnnotatedLine *> &Lines) { in computeAffectedLines() argument 103 SmallVectorImpl<AnnotatedLine *> &Lines) { in nonPPLineAffected() argument
|
H A D | TokenAnalyzer.cpp | 117 const auto &Lines = UnwrappedLines[Run]; in process() local
|
H A D | DefinitionBlockSeparator.cpp | 33 SmallVectorImpl<AnnotatedLine *> &Lines, tooling::Replacements &Result, in separateBlocks()
|
/llvm-project/clang/unittests/Analysis/FlowSensitive/ |
H A D | SimplifyConstraintsTest.cpp | 25 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 D | PDBSymbolData.cpp | 34 if (auto Lines = getLineNumbers()) { in getCompilandId() local
|
H A D | PDBSymbolFunc.cpp | 107 if (auto Lines = getLineNumbers()) { getCompilandId() local
|
/llvm-project/clang/lib/ExtractAPI/ |
H A D | APIIgnoresList.cpp | 37 SmallVector<StringRef, 32> Lines; in create() local
|
/llvm-project/llvm/include/llvm/DebugInfo/GSYM/ |
H A D | LineTable.h | 120 Collection Lines; ///< All line entries in the line table. variable
|
/llvm-project/clang-tools-extra/clang-tidy/misc/ConfusableTable/ |
H A D | BuildConfusableTable.cpp | 24 SmallVector<StringRef> Lines; in main() local
|
/llvm-project/llvm/unittests/DebugInfo/LogicalView/ |
H A D | CodeViewReaderTest.cpp | 125 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 D | Host.cpp | 170 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 D | OProfileJITEventListener.cpp | 115 DILineInfoTable Lines = Context->getLineInfoForAddressRange(Addr, Size); in notifyObjectLoaded() local
|
/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
H A D | LVOptions.h | 135 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 D | LVCodeViewReader.cpp | 247 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 D | ClangChangeNamespace.cpp | 86 llvm::SmallVector<StringRef, 8> Lines; in GetAllowedSymbolPatterns() local
|
/llvm-project/llvm/lib/DebugInfo/Symbolize/ |
H A D | DIPrinter.cpp | 71 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 D | llvm-cfi-verify.cpp | 75 SmallVector<StringRef, 100> Lines; in printBlameContext() local
|
/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | BlockExtractor.cpp | 73 SmallVector<StringRef, 16> Lines; in loadFile() local
|
/llvm-project/clang-tools-extra/clang-tidy/readability/ |
H A D | FunctionSizeCheck.cpp | 112 unsigned Lines = 0; member
|
/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/ |
H A D | LVBinaryReader.h | 207 void addInlineeLines(LVScope *Scope, LVLines &Lines) { in addInlineeLines() argument
|