Home
last modified time | relevance | path

Searched refs:View (Results 1 – 25 of 157) sorted by relevance

1234567

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-cov/
H A DSourceCoverageView.h32 std::unique_ptr<SourceCoverageView> View; member
35 std::unique_ptr<SourceCoverageView> View) in ExpansionView()
36 : Region(Region), View(std::move(View)) {} in ExpansionView()
38 : Region(std::move(RHS.Region)), View(std::move(RHS.View)) {} in ExpansionView()
41 View = std::move(RHS.View);
58 std::unique_ptr<SourceCoverageView> View; member
61 std::unique_ptr<SourceCoverageView> View) in InstantiationView()
62 : FunctionName(FunctionName), Line(Line), View(std::move(View)) {} in InstantiationView()
73 std::unique_ptr<SourceCoverageView> View; member
77 std::unique_ptr<SourceCoverageView> View) in BranchView()
[all …]
H A DCodeCoverage.cpp93 void attachExpansionSubViews(SourceCoverageView &View,
98 void attachBranchSubViews(SourceCoverageView &View, StringRef SourceName,
295 SourceCoverageView &View, ArrayRef<ExpansionRecord> Expansions, in attachExpansionSubViews() argument
315 View.addExpansion(Expansion.Region, std::move(SubView)); in attachExpansionSubViews()
319 void CodeCoverageTool::attachBranchSubViews(SourceCoverageView &View, in attachBranchSubViews() argument
341 View.addBranch(CurrentLine, ViewBranches, std::move(SubView)); in attachBranchSubViews()
358 auto View = SourceCoverageView::create(DC.demangle(Function.Name), in createFunctionView() local
361 attachExpansionSubViews(*View, Expansions, Coverage); in createFunctionView()
362 attachBranchSubViews(*View, DC.demangle(Function.Name), Branches, in createFunctionView()
365 return View; in createFunctionView()
[all …]
H A DSourceCoverageView.cpp167 std::unique_ptr<SourceCoverageView> View) { in addExpansion() argument
168 ExpansionSubViews.emplace_back(Region, std::move(View)); in addExpansion()
173 std::unique_ptr<SourceCoverageView> View) { in addBranch() argument
174 BranchSubViews.emplace_back(Line, Regions, std::move(View)); in addBranch()
179 std::unique_ptr<SourceCoverageView> View) { in addInstantiation() argument
180 InstantiationSubViews.emplace_back(FunctionName, Line, std::move(View)); in addInstantiation()
H A DSourceCoverageViewText.cpp222 ESV.View->print(OS, /*WholeFile=*/false, /*ShowSourceName=*/false, in renderExpansionView()
278 if (!ISV.View) in renderInstantiationView()
282 ISV.View->print(OS, /*WholeFile=*/false, /*ShowSourceName=*/true, in renderInstantiationView()
/netbsd-src/external/gpl3/binutils/dist/gold/
H A Dfileread.h263 class View
278 View(off_t start, section_size_type size, const unsigned char* data, in View() function
285 ~View();
343 View(const View&);
344 View& operator=(const View&);
367 friend class View; variable
371 typedef std::map<std::pair<off_t, unsigned int>, View*> Views;
374 typedef std::list<View*> Saved_views;
381 View*
383 View** vshifted) const;
[all …]
H A Dfileread.cc131 File_read::View::~View() in ~View()
157 File_read::View::lock() in lock()
163 File_read::View::unlock() in unlock()
170 File_read::View::is_locked() in is_locked()
234 this->whole_file_view_ = new View(0, size, contents, 0, false, in open()
235 View::DATA_NOT_OWNED); in open()
334 inline File_read::View*
336 unsigned int byteshift, File_read::View** vshifted) const in find_view()
438 const File_read::View* pv = this->find_view(start, size, -1U, NULL); in read()
453 File_read::add_view(File_read::View* v) in add_view()
[all …]
H A Dnacl.h59 class View
62 View(File_read& file, off_t file_offset, off_t data_size) in View() function
73 View view(off_t file_offset, off_t data_size) in view()
75 return View(this->file_, this->offset_ + file_offset, data_size); in view()
78 View view(Location loc) in view()
209 Sniff_file::View view(file.view(loc)); in do_recognize_nacl_file()
H A Dincremental-dump.cc83 typedef Incremental_binary::View View; in dump_incremental_inputs() typedef
239 View symtab_view(inc->view(symtab_location)); in dump_incremental_inputs()
252 View strtab_view(inc->view(strtab_location)); in dump_incremental_inputs()
/netbsd-src/external/gpl3/binutils.old/dist/gold/
H A Dfileread.h263 class View
278 View(off_t start, section_size_type size, const unsigned char* data, in View() function
285 ~View();
343 View(const View&);
344 View& operator=(const View&);
367 friend class View; variable
371 typedef std::map<std::pair<off_t, unsigned int>, View*> Views;
374 typedef std::list<View*> Saved_views;
381 View*
383 View** vshifted) const;
[all …]
H A Dfileread.cc131 File_read::View::~View() in ~View()
157 File_read::View::lock() in lock()
163 File_read::View::unlock() in unlock()
170 File_read::View::is_locked() in is_locked()
234 this->whole_file_view_ = new View(0, size, contents, 0, false, in open()
235 View::DATA_NOT_OWNED); in open()
334 inline File_read::View*
336 unsigned int byteshift, File_read::View** vshifted) const in find_view()
438 const File_read::View* pv = this->find_view(start, size, -1U, NULL); in read()
453 File_read::add_view(File_read::View* v) in add_view()
[all …]
H A Dnacl.h59 class View
62 View(File_read& file, off_t file_offset, off_t data_size) in View() function
73 View view(off_t file_offset, off_t data_size) in view()
75 return View(this->file_, this->offset_ + file_offset, data_size); in view()
78 View view(Location loc) in view()
209 Sniff_file::View view(file.view(loc)); in do_recognize_nacl_file()
H A Dincremental-dump.cc83 typedef Incremental_binary::View View; in dump_incremental_inputs() typedef
239 View symtab_view(inc->view(symtab_location)); in dump_incremental_inputs()
252 View strtab_view(inc->view(strtab_location)); in dump_incremental_inputs()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCTargetOptionsCommandFlags.cpp22 static cl::opt<TY> *NAME##View; \
24 assert(NAME##View && "RegisterMCTargetOptionsFlags not created."); \
25 return *NAME##View; \
31 if (NAME##View->getNumOccurrences()) { \
32 TY res = *NAME##View; \
51 NAME##View = std::addressof(NAME); \ in MCOPT_EXP()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-mca/
H A DPipelinePrinter.h38 llvm::SmallVector<std::unique_ptr<View>, 8> Views;
39 View::OutputKind OutputKind;
42 PipelinePrinter(Pipeline &pipeline, View::OutputKind OutputKind) in PipelinePrinter()
45 void addView(std::unique_ptr<View> V) { in addView()
/netbsd-src/external/gpl3/binutils/dist/elfcpp/
H A Delfcpp_file.h426 typename File::View v(file->view(file_header_offset, This::ehdr_size)); in Elf_file()
439 typename File::View v(this->file_->view(this->shoff_, This::shdr_size)); in initialize_shnum()
483 typename File::View v(this->file_->view(this->shoff_, in find_section_by_type()
517 typename File::View v(file->view(this->section_header_offset(shndx), in section_name()
528 typename File::View v(file->view(this->section_header_offset(shstrndx), in section_name()
539 typename File::View v(file->view(shstr_off, shstr_size)); in section_name()
565 typename File::View v(file->view(this->section_header_offset(shndx), in section_contents()
583 typename File::View v(file->view(this->section_header_offset(shndx), in section_size()
602 typename File::View v(file->view(this->section_header_offset(shndx), in section_flags()
621 typename File::View v(file->view(this->section_header_offset(shndx), in section_addr()
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/elfcpp/
H A Delfcpp_file.h426 typename File::View v(file->view(file_header_offset, This::ehdr_size)); in Elf_file()
439 typename File::View v(this->file_->view(this->shoff_, This::shdr_size)); in initialize_shnum()
483 typename File::View v(this->file_->view(this->shoff_, in find_section_by_type()
517 typename File::View v(file->view(this->section_header_offset(shndx), in section_name()
528 typename File::View v(file->view(this->section_header_offset(shstrndx), in section_name()
539 typename File::View v(file->view(shstr_off, shstr_size)); in section_name()
565 typename File::View v(file->view(this->section_header_offset(shndx), in section_contents()
583 typename File::View v(file->view(this->section_header_offset(shndx), in section_size()
602 typename File::View v(file->view(this->section_header_offset(shndx), in section_flags()
621 typename File::View v(file->view(this->section_header_offset(shndx), in section_addr()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DCommandFlags.cpp25 static cl::opt<TY> *NAME##View; \
27 assert(NAME##View && "RegisterCodeGenFlags not created."); \
28 return *NAME##View; \
32 static cl::list<TY> *NAME##View; \
34 assert(NAME##View && "RegisterCodeGenFlags not created."); \
35 return *NAME##View; \
41 if (NAME##View->getNumOccurrences()) { \
42 TY res = *NAME##View; \
102 NAME##View = std::addressof(NAME); \ in CGOPT()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-mca/Views/
H A DView.h26 class View : public HWEventListener {
43 virtual ~View() = default;
H A DView.cpp21 void View::anchor() {} in anchor()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DBinaryStreamReader.h245 BinaryStreamRef View; in readArray() local
246 if (auto EC = readStreamRef(View, NumItems * sizeof(T))) in readArray()
249 Array = FixedStreamArray<T>(View); in readArray()
/netbsd-src/external/bsd/file/dist/magic/magdir/
H A Dsoftquad21 # GRR: the line below is also true for 5View capture file handled by ./sniffer
23 # skip 5View capture file with "invalid" version AAAAh
/netbsd-src/external/bsd/openldap/dist/doc/drafts/
H A Ddraft-ietf-ldapext-ldapv3-vlv-xx.txt9 LDAP Extensions for Scrolling View Browsing of Search Results
40 This document describes a Virtual List View extension for the
57 LDAP Extensions for Scrolling View Nov 2002
97 characterizes Virtual List View. Rather than fetch the complete list
114 LDAP Extensions for Scrolling View Nov 2002
147 The Virtual List View control extends a regular LDAP Search operation
158 View control acts upon a set of ordered entries and this order must
171 LDAP Extensions for Scrolling View Nov 2002
228 LDAP Extensions for Scrolling View Nov 2002
285 LDAP Extensions for Scrolling View Nov 2002
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/tools/gold/
H A Dgold-plugin.cpp682 const void *View; in getSymbolsAndView() local
683 if (get_view(F.handle, &View) != LDPS_OK) in getSymbolsAndView()
686 return View; in getSymbolsAndView()
721 static void addModule(LTO &Lto, claimed_file &F, const void *View, in addModule() argument
723 MemoryBufferRef BufferRef(StringRef((const char *)View, F.filesize), in addModule()
1060 if (const void *View = getSymbolsAndView(F)) in runLTO() local
1061 addModule(*Lto, F, View, ObjFilename.first->first()); in runLTO()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googlemock/include/gmock/
H A Dgmock-matchers.h2025 typedef internal::StlContainerView<RawContainer> View;
2026 typedef typename View::type StlContainer;
2027 typedef typename View::const_reference StlContainerReference;
2081 typedef internal::StlContainerView<Container> View;
2082 typedef typename View::type StlContainer;
2083 typedef typename View::const_reference StlContainerReference;
2093 : expected_(View::Copy(expected)) {}
2374 typedef StlContainerView<RawContainer> View;
2375 typedef typename View::type StlContainer;
2376 typedef typename View::const_reference StlContainerReference;
[all …]
/netbsd-src/external/bsd/file/dist/tests/
H A Djson1.testfile5 "Title": "View from 15th Floor",

1234567