HomeSort by relevance Sort by last modified time
    Searched defs:get_view (Results 1 - 7 of 7) sorted by null

  /external/swiftshader/third_party/LLVM/tools/gold/
gold-plugin.cpp 56 ld_plugin_get_view get_view = NULL; member in namespace:__anon36456
213 get_view = tv->tv_u.tv_get_view;
243 if (get_view) {
244 if (get_view(file->handle, &view) != LDPS_OK) {
  /toolchain/binutils/binutils-2.27/gold/
archive.h 292 get_view(off_t start, section_size_type size, bool aligned, bool cache) function in class:gold::Archive
293 { return this->input_file_->file().get_view(0, start, size, aligned, cache); }
fileread.cc 615 File_read::get_view(off_t offset, off_t start, section_size_type size, function in class:gold::File_read
plugin.cc 112 get_view(const void *handle, const void **viewp);
286 tv[i].tv_u.tv_get_view = get_view;
833 Plugin_manager::get_view(unsigned int handle, const void **viewp) function in class:gold::Plugin_manager
858 *viewp = (void*) input_file->file().get_view(offset, 0, filesize, false,
1538 get_view(const void *handle, const void **viewp) function in namespace:gold
    [all...]
object.h 551 // size. CACHE is a hint as in File_read::get_view.
681 // method, data(). This is trivial, because get_view does what we
701 { return View(this->get_view(file_offset, data_size, true, true)); }
720 { return View(this->get_view(loc.file_offset, loc.data_size, true, true)); }
724 get_view(off_t start, section_size_type size, bool aligned, bool cache) function in class:gold::Object
726 return this->input_file()->file().get_view(this->offset_, start, size,
    [all...]
  /toolchain/binutils/binutils-2.27/ld/
plugin.c 529 get_view (const void *handle, const void **viewp) function
935 TVU(get_view) = get_view;
    [all...]
  /external/llvm/tools/gold/
gold-plugin.cpp 147 static ld_plugin_get_view get_view = nullptr; variable
360 get_view = tv->tv_u.tv_get_view;
462 if (get_view) {
464 if (get_view(file->handle, &view) != LDPS_OK) {
655 if (get_view(F.handle, &View) != LDPS_OK)
878 /// bitcode provided via the get_view gold callback.
    [all...]

Completed in 901 milliseconds