Home
last modified time | relevance | path

Searched refs:getLines (Results 1 – 14 of 14) sorted by relevance

/openbsd/gnu/llvm/lld/include/lld/Common/
H A DArgs.h39 std::vector<StringRef> getLines(MemoryBufferRef mb);
/openbsd/gnu/llvm/lld/Common/
H A DArgs.cpp79 std::vector<StringRef> lld::args::getLines(MemoryBufferRef mb) { in getLines() function in lld::args
/openbsd/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVScope.cpp751 Traverse(Scope->getLines()); in traverseParentsAndChildren()
896 if (options().getCompareLines() && getLines() && Target->getLines()) in markMissingParents()
897 LVLine::markMissingParents(getLines(), Target->getLines()); in markMissingParents()
1848 !LVLine::equals(getLines(), Scope->getLines())) in equals()
H A DLVCompare.cpp265 if (Error Err = FindMatch(LHS->getLines(), RHS->getLines(), "Lines")) in execute()
H A DLVReader.cpp62 Traverse(Parent->getLines()); in checkIntegrityScopesTree()
/openbsd/gnu/llvm/clang/include/clang/Basic/
H A DSourceManager.h107 ArrayRef<unsigned> getLines() const { in getLines() function
111 const unsigned *begin() const { return getLines().begin(); } in begin()
112 const unsigned *end() const { return getLines().end(); } in end()
113 const unsigned &operator[](int I) const { return getLines()[I]; }
/openbsd/gnu/llvm/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVReader.h195 const LVLines &getLines() const { return Lines; } in getLines() function
H A DLVScope.h205 const LVLines *getLines() const { return Lines; } in getLines() function
/openbsd/gnu/llvm/lld/MachO/
H A DDriverUtils.cpp151 for (StringRef path : args::getLines(*buffer)) in createResponseFile()
H A DSectionPriorities.cpp305 for (StringRef line : args::getLines(mbref)) { in parseOrderFile()
H A DDriver.cpp520 for (StringRef path : args::getLines(mbref)) in addFileList()
1091 for (StringRef line : args::getLines(mbref)) { in parseSymbolPatternsFile()
/openbsd/gnu/llvm/lld/ELF/
H A DDriver.cpp903 for (StringRef line : args::getLines(mb)) { in readCallGraph()
1028 for (StringRef s : args::getLines(mb)) in getSymbolOrderingFile()
1507 for (StringRef s : args::getLines(*buffer)) in readConfigs()
/openbsd/gnu/llvm/lld/wasm/
H A DDriver.cpp210 for (StringRef sym : args::getLines(*buf)) in readImportFile()
/openbsd/gnu/llvm/lld/COFF/
H A DDriver.cpp1088 for (StringRef arg : args::getLines(mb->getMemBufferRef())) { in parseOrderFile()
1132 for (StringRef line : args::getLines(*mb)) { in parseCallGraphFile()