HomeSort by relevance Sort by last modified time
    Searched full:const_data (Results 1 - 25 of 38) sorted by null

1 2

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mach-o/
sections-1.s 21 .const_data
  /external/mesa3d/src/mesa/main/
ff_fragment_shader.cpp 857 ir_constant_data const_data; local
859 const_data.f[0] = float(1 << rgb_shift);
860 const_data.f[1] = float(1 << rgb_shift);
861 const_data.f[2] = float(1 << rgb_shift);
862 const_data.f[3] = float(1 << alpha_shift);
865 &const_data);
    [all...]
  /external/swiftshader/third_party/LLVM/test/MC/MachO/
x86_32-sections.s 23 .const_data
x86_64-sections.s 19 .const_data
  /external/llvm/include/llvm/Support/
FileSystem.h 681 readonly, ///< May only access map via const_data as read only.
707 const char *const_data() const;
    [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
FileSystem.h 688 readonly, ///< May only access map via const_data as read only.
718 const char *const_data() const;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
FileSystem.h 800 readonly, ///< May only access map via const_data as read only.
830 const char *const_data() const;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
FileSystem.h 800 readonly, ///< May only access map via const_data as read only.
830 const char *const_data() const;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
FileSystem.h 800 readonly, ///< May only access map via const_data as read only.
830 const char *const_data() const;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
FileSystem.h 800 readonly, ///< May only access map via const_data as read only.
830 const char *const_data() const;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
FileSystem.h 800 readonly, ///< May only access map via const_data as read only.
830 const char *const_data() const;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
FileSystem.h 800 readonly, ///< May only access map via const_data as read only.
830 const char *const_data() const;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
FileSystem.h 800 readonly, ///< May only access map via const_data as read only.
830 const char *const_data() const;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
FileSystem.h 800 readonly, ///< May only access map via const_data as read only.
830 const char *const_data() const;
    [all...]
  /external/llvm/lib/MC/MCParser/
DarwinAsmParser.cpp 84 ".const_data");
    [all...]
  /external/llvm/lib/Support/
MemoryBuffer.cpp 206 return MFR.const_data() + (Offset - getLegalMapOffset(Offset));
  /external/llvm/lib/Support/Unix/
Path.inc 503 const char *mapped_file_region::const_data() const {
  /external/llvm/test/MC/MachO/
x86_64-symbols.s 60 .const_data
  /external/swiftshader/third_party/LLVM/lib/MC/
MCObjectFileInfo.cpp 101 ConstDataSection // .const_data
  /external/swiftshader/third_party/LLVM/lib/MC/MCParser/
DarwinAsmParser.cpp 61 AddDirectiveHandler<&DarwinAsmParser::ParseSectionDirectiveConstData>(".const_data");
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
MemoryBuffer.cpp 206 return MFR.const_data() + (Offset - getLegalMapOffset(Offset));
  /external/swiftshader/third_party/llvm-subzero/lib/Support/Unix/
Path.inc 519 const char *mapped_file_region::const_data() const {
  /toolchain/binutils/binutils-2.25/gas/config/
obj-macho.c 655 /* 10 */ ".const_data",
    [all...]
  /external/llvm/lib/MC/
MCObjectFileInfo.cpp 154 ConstDataSection // .const_data
    [all...]
  /external/llvm/lib/Support/Windows/
Path.inc 613 const char *mapped_file_region::const_data() const {

Completed in 508 milliseconds

1 2