Home
last modified time | relevance | path

Searched refs:Readers (Results 1 – 25 of 30) sorted by relevance

12

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Serialization/
H A DPCHContainerOperations.h92 llvm::StringMap<std::unique_ptr<PCHContainerReader>> Readers; variable
101 Readers[Reader->getFormat()] = std::move(Reader); in registerReader()
107 return Readers[Format].get(); in getReaderOrNull()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DGlobalsModRef.cpp304 SmallPtrSet<Function *, 16> Readers, Writers; in AnalyzeGlobals() local
307 if (!AnalyzeUsesOfPointer(&GV, &Readers, in AnalyzeGlobals()
314 for (Function *Reader : Readers) { in AnalyzeGlobals()
337 Readers.clear(); in AnalyzeGlobals()
349 SmallPtrSetImpl<Function *> *Readers, in AnalyzeUsesOfPointer() argument
358 if (Readers) in AnalyzeUsesOfPointer()
359 Readers->insert(LI->getParent()->getParent()); in AnalyzeUsesOfPointer()
368 if (AnalyzeUsesOfPointer(I, Readers, Writers)) in AnalyzeUsesOfPointer()
372 if (AnalyzeUsesOfPointer(I, Readers, Writers, OkayStoreDest)) in AnalyzeUsesOfPointer()
/netbsd-src/external/gpl3/binutils/dist/opcodes/
H A Dia64-war.tbl1 Resource Name; Readers; Writers; Semantics of Dependency
H A Dia64-raw.tbl1 Resource Name; Writers; Readers; Semantics of Dependency
/netbsd-src/external/gpl3/gdb.old/dist/opcodes/
H A Dia64-war.tbl1 Resource Name; Readers; Writers; Semantics of Dependency
H A Dia64-raw.tbl1 Resource Name; Writers; Readers; Semantics of Dependency
/netbsd-src/external/gpl3/binutils.old/dist/opcodes/
H A Dia64-war.tbl1 Resource Name; Readers; Writers; Semantics of Dependency
H A Dia64-raw.tbl1 Resource Name; Writers; Readers; Semantics of Dependency
/netbsd-src/external/gpl3/gdb/dist/opcodes/
H A Dia64-war.tbl1 Resource Name; Readers; Writers; Semantics of Dependency
H A Dia64-raw.tbl1 Resource Name; Writers; Readers; Semantics of Dependency
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/Coverage/
H A DCoverageMappingReader.cpp1046 std::vector<std::unique_ptr<BinaryCoverageReader>> Readers; in create() local
1054 Readers.push_back(std::move(ReaderOrErr.get())); in create()
1055 return std::move(Readers); in create()
1102 Readers.push_back(std::move(Reader)); in create()
1114 return std::move(Readers); in create()
1120 Readers.push_back(std::move(ReaderOrErr.get())); in create()
1121 return std::move(Readers); in create()
H A DCoverageMapping.cpp375 SmallVector<std::unique_ptr<CoverageMappingReader>, 4> Readers; in load() local
377 Readers.push_back(std::move(Reader)); in load()
378 DataFound |= !Readers.empty(); in load()
379 if (Error E = loadFromReaders(Readers, *ProfileReader, *Coverage)) in load()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DGlobalsModRef.h120 SmallPtrSetImpl<Function *> *Readers = nullptr,
/netbsd-src/sys/dev/dm/doc/
H A Dlocking.txt156 Readers:
161 Readers with hold reference counter:
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp674 SmallVector<std::unique_ptr<sampleprof::SampleProfileReader>, 5> Readers; in mergeSampleProfile() local
690 Readers.push_back(std::move(ReaderOrErr.get())); in mergeSampleProfile()
691 const auto Reader = Readers.back().get(); in mergeSampleProfile()
694 Readers.pop_back(); in mergeSampleProfile()
/netbsd-src/external/mpl/bind/dist/doc/arm/
H A Dconfig-intro.inc.rst184 .. NOTE:: Readers of a certain age or disposition may note the reference in this file to the late,
/netbsd-src/external/apache2/llvm/dist/llvm/docs/tutorial/
H A DBuildingAJIT2.rst132 of the "Implementing a language with LLVM" tutorial series. Readers may visit
/netbsd-src/external/mpl/bind/dist/doc/dnssec-guide/
H A Dintroduction.rst32 were only introduced in version 9.16.0. Readers are assumed to have basic
/netbsd-src/crypto/dist/ipsec-tools/src/racoon/rfc/
H A Ddraft-dukes-ike-mode-cfg-02.txt149 Readers are advised to be familiar with both [IKE] and [ISAKMP]
H A Ddraft-beaulieu-ike-xauth-02.txt173 Readers are advised to be familiar with both [IKE] and [ISAKMP] as
/netbsd-src/external/bsd/openldap/dist/doc/rfc/
H A Drfc4513.txt353 understanding much of the material in this document. Readers who are
1775 and 5 of RFC 2830. Readers should consult [RFC4511] for summaries of
H A Drfc4511.txt3321 2, 3.1, and 4, and the remainder of RFC 2251. Readers should
3655 RFC 2830. Readers should consult [RFC4513] for summaries of changes
H A Drfc4517.txt157 Readers are advised to familiarize themselves with the Directory
H A Drfc4512.txt2591 documents incorporated into this document. Readers should consult
/netbsd-src/external/gpl3/gdb/dist/gdb/doc/
H A DChangeLog-1991-2021637 * gdb.texinfo (Writing JIT Debug Info Readers): Fix typo.
3245 (Source Annotations, Using JIT Debug Info Readers, Packets)
4242 * gdb.texinfo (Using JIT Debug Info Readers): Change documentation
5174 (Custom Debug Info, Using JIT Debug Info Readers, Writing JIT
5175 Debug Info Readers): New nodes.

12