HomeSort by relevance Sort by last modified time
    Searched refs:Sec (Results 1 - 25 of 387) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsOptionRecord.cpp 31 MCSectionELF *Sec =
34 MCA.registerSection(*Sec);
35 Sec->setAlignment(8);
36 Streamer->SwitchSection(Sec);
50 MCSectionELF *Sec = Context.getELFSection(".reginfo", ELF::SHT_MIPS_REGINFO,
52 MCA.registerSection(*Sec);
53 Sec->setAlignment(MTS->getABI().IsN32() ? 8 : 4);
54 Streamer->SwitchSection(Sec);
  /prebuilts/go/darwin-x86/src/syscall/
syscall_nacl_386.go 8 Sec int64
13 Sec int64
17 func setTimespec(sec, nsec int64) Timespec {
18 return Timespec{Sec: sec, Nsec: int32(nsec)}
21 func setTimeval(sec, usec int64) Timeval {
22 return Timeval{Sec: sec, Usec: int32(usec)}
syscall_nacl_amd64p32.go 8 Sec int64
13 Sec int64
17 func setTimespec(sec, nsec int64) Timespec {
18 return Timespec{Sec: sec, Nsec: int32(nsec)}
21 func setTimeval(sec, usec int64) Timeval {
22 return Timeval{Sec: sec, Usec: int32(usec)}
syscall_nacl_arm.go 8 Sec int64
13 Sec int64
17 func setTimespec(sec, nsec int64) Timespec {
18 return Timespec{Sec: sec, Nsec: int32(nsec)}
21 func setTimeval(sec, usec int64) Timeval {
22 return Timeval{Sec: sec, Usec: int32(usec)}
  /prebuilts/go/linux-x86/src/syscall/
syscall_nacl_386.go 8 Sec int64
13 Sec int64
17 func setTimespec(sec, nsec int64) Timespec {
18 return Timespec{Sec: sec, Nsec: int32(nsec)}
21 func setTimeval(sec, usec int64) Timeval {
22 return Timeval{Sec: sec, Usec: int32(usec)}
syscall_nacl_amd64p32.go 8 Sec int64
13 Sec int64
17 func setTimespec(sec, nsec int64) Timespec {
18 return Timespec{Sec: sec, Nsec: int32(nsec)}
21 func setTimeval(sec, usec int64) Timeval {
22 return Timeval{Sec: sec, Usec: int32(usec)}
syscall_nacl_arm.go 8 Sec int64
13 Sec int64
17 func setTimespec(sec, nsec int64) Timespec {
18 return Timespec{Sec: sec, Nsec: int32(nsec)}
21 func setTimeval(sec, usec int64) Timeval {
22 return Timeval{Sec: sec, Usec: int32(usec)}
  /external/swiftshader/third_party/LLVM/include/llvm/Object/
COFF.h 91 const coff_section *toSec(DataRefImpl Sec) const;
105 virtual error_code getSectionNext(DataRefImpl Sec, SectionRef &Res) const;
106 virtual error_code getSectionName(DataRefImpl Sec, StringRef &Res) const;
107 virtual error_code getSectionAddress(DataRefImpl Sec, uint64_t &Res) const;
108 virtual error_code getSectionSize(DataRefImpl Sec, uint64_t &Res) const;
109 virtual error_code getSectionContents(DataRefImpl Sec, StringRef &Res) const;
110 virtual error_code getSectionAlignment(DataRefImpl Sec, uint64_t &Res) const;
111 virtual error_code isSectionText(DataRefImpl Sec, bool &Res) const;
112 virtual error_code isSectionData(DataRefImpl Sec, bool &Res) const;
113 virtual error_code isSectionBSS(DataRefImpl Sec, bool &Res) const
    [all...]
MachO.h 52 virtual error_code getSectionNext(DataRefImpl Sec, SectionRef &Res) const;
53 virtual error_code getSectionName(DataRefImpl Sec, StringRef &Res) const;
54 virtual error_code getSectionAddress(DataRefImpl Sec, uint64_t &Res) const;
55 virtual error_code getSectionSize(DataRefImpl Sec, uint64_t &Res) const;
56 virtual error_code getSectionContents(DataRefImpl Sec, StringRef &Res) const;
57 virtual error_code getSectionAlignment(DataRefImpl Sec, uint64_t &Res) const;
58 virtual error_code isSectionText(DataRefImpl Sec, bool &Res) const;
59 virtual error_code isSectionData(DataRefImpl Sec, bool &Res) const;
60 virtual error_code isSectionBSS(DataRefImpl Sec, bool &Res) const;
63 virtual relocation_iterator getSectionRelBegin(DataRefImpl Sec) const
    [all...]
  /external/llvm/tools/llvm-dwp/
DWPStringPool.h 34 MCSection *Sec;
39 DWPStringPool(MCStreamer &Out, MCSection *Sec) : Out(Out), Sec(Sec) {}
46 Out.SwitchSection(Sec);
  /external/llvm/include/llvm/MC/
MCFragment.h 137 explicit MCDummyFragment(MCSection *Sec)
138 : MCFragment(FT_Dummy, false, 0, Sec){};
148 MCSection *Sec)
149 : MCFragment(FType, HasInstructions, 0, Sec) {}
175 MCSection *Sec)
176 : MCEncodedFragment(FType, HasInstructions, Sec) {}
196 MCSection *Sec)
198 Sec) {}
224 MCDataFragment(MCSection *Sec = nullptr)
225 : MCEncodedFragmentWithFixups<32, 4>(FT_Data, false, Sec) {}
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/MC/
MCFragment.h 138 explicit MCDummyFragment(MCSection *Sec)
139 : MCFragment(FT_Dummy, false, 0, Sec) {}
150 MCSection *Sec)
151 : MCFragment(FType, HasInstructions, 0, Sec) {}
177 MCSection *Sec)
178 : MCEncodedFragment(FType, HasInstructions, Sec) {}
198 MCSection *Sec)
200 Sec) {}
226 MCDataFragment(MCSection *Sec = nullptr)
227 : MCEncodedFragmentWithFixups<32, 4>(FT_Data, false, Sec) {}
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/MC/
MCFragment.h 138 explicit MCDummyFragment(MCSection *Sec)
139 : MCFragment(FT_Dummy, false, 0, Sec) {}
150 MCSection *Sec)
151 : MCFragment(FType, HasInstructions, 0, Sec) {}
177 MCSection *Sec)
178 : MCEncodedFragment(FType, HasInstructions, Sec) {}
198 MCSection *Sec)
200 Sec) {}
226 MCDataFragment(MCSection *Sec = nullptr)
227 : MCEncodedFragmentWithFixups<32, 4>(FT_Data, false, Sec) {}
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/MC/
MCFragment.h 138 explicit MCDummyFragment(MCSection *Sec)
139 : MCFragment(FT_Dummy, false, 0, Sec) {}
150 MCSection *Sec)
151 : MCFragment(FType, HasInstructions, 0, Sec) {}
177 MCSection *Sec)
178 : MCEncodedFragment(FType, HasInstructions, Sec) {}
198 MCSection *Sec)
200 Sec) {}
226 MCDataFragment(MCSection *Sec = nullptr)
227 : MCEncodedFragmentWithFixups<32, 4>(FT_Data, false, Sec) {}
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCFragment.h 138 explicit MCDummyFragment(MCSection *Sec)
139 : MCFragment(FT_Dummy, false, 0, Sec) {}
150 MCSection *Sec)
151 : MCFragment(FType, HasInstructions, 0, Sec) {}
177 MCSection *Sec)
178 : MCEncodedFragment(FType, HasInstructions, Sec) {}
198 MCSection *Sec)
200 Sec) {}
226 MCDataFragment(MCSection *Sec = nullptr)
227 : MCEncodedFragmentWithFixups<32, 4>(FT_Data, false, Sec) {}
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/MC/
MCFragment.h 138 explicit MCDummyFragment(MCSection *Sec)
139 : MCFragment(FT_Dummy, false, 0, Sec) {}
150 MCSection *Sec)
151 : MCFragment(FType, HasInstructions, 0, Sec) {}
177 MCSection *Sec)
178 : MCEncodedFragment(FType, HasInstructions, Sec) {}
198 MCSection *Sec)
200 Sec) {}
226 MCDataFragment(MCSection *Sec = nullptr)
227 : MCEncodedFragmentWithFixups<32, 4>(FT_Data, false, Sec) {}
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/MC/
MCFragment.h 138 explicit MCDummyFragment(MCSection *Sec)
139 : MCFragment(FT_Dummy, false, 0, Sec) {}
150 MCSection *Sec)
151 : MCFragment(FType, HasInstructions, 0, Sec) {}
177 MCSection *Sec)
178 : MCEncodedFragment(FType, HasInstructions, Sec) {}
198 MCSection *Sec)
200 Sec) {}
226 MCDataFragment(MCSection *Sec = nullptr)
227 : MCEncodedFragmentWithFixups<32, 4>(FT_Data, false, Sec) {}
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/MC/
MCFragment.h 138 explicit MCDummyFragment(MCSection *Sec)
139 : MCFragment(FT_Dummy, false, 0, Sec) {}
150 MCSection *Sec)
151 : MCFragment(FType, HasInstructions, 0, Sec) {}
177 MCSection *Sec)
178 : MCEncodedFragment(FType, HasInstructions, Sec) {}
198 MCSection *Sec)
200 Sec) {}
226 MCDataFragment(MCSection *Sec = nullptr)
227 : MCEncodedFragmentWithFixups<32, 4>(FT_Data, false, Sec) {}
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCFragment.h 138 explicit MCDummyFragment(MCSection *Sec)
139 : MCFragment(FT_Dummy, false, 0, Sec) {}
150 MCSection *Sec)
151 : MCFragment(FType, HasInstructions, 0, Sec) {}
177 MCSection *Sec)
178 : MCEncodedFragment(FType, HasInstructions, Sec) {}
198 MCSection *Sec)
200 Sec) {}
226 MCDataFragment(MCSection *Sec = nullptr)
227 : MCEncodedFragmentWithFixups<32, 4>(FT_Data, false, Sec) {}
    [all...]
  /external/llvm/include/llvm/Object/
ELFObjectFile.h 60 virtual uint32_t getSectionType(DataRefImpl Sec) const = 0;
61 virtual uint64_t getSectionFlags(DataRefImpl Sec) const = 0;
222 void moveSectionNext(DataRefImpl &Sec) const override;
223 std::error_code getSectionName(DataRefImpl Sec,
225 uint64_t getSectionAddress(DataRefImpl Sec) const override;
226 uint64_t getSectionSize(DataRefImpl Sec) const override;
227 std::error_code getSectionContents(DataRefImpl Sec,
229 uint64_t getSectionAlignment(DataRefImpl Sec) const override;
230 bool isSectionCompressed(DataRefImpl Sec) const override;
231 bool isSectionText(DataRefImpl Sec) const override
682 const Elf_Shdr *sec = getRelSection(Rel); local
701 const Elf_Shdr *sec = getRelSection(Rel); local
710 const Elf_Shdr *sec = getRelSection(Rel); local
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Object/
Wasm.h 105 void moveSectionNext(DataRefImpl &Sec) const override;
106 std::error_code getSectionName(DataRefImpl Sec,
108 uint64_t getSectionAddress(DataRefImpl Sec) const override;
109 uint64_t getSectionSize(DataRefImpl Sec) const override;
110 std::error_code getSectionContents(DataRefImpl Sec,
112 uint64_t getSectionAlignment(DataRefImpl Sec) const override;
113 bool isSectionCompressed(DataRefImpl Sec) const override;
114 bool isSectionText(DataRefImpl Sec) const override;
115 bool isSectionData(DataRefImpl Sec) const override;
116 bool isSectionBSS(DataRefImpl Sec) const override
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Object/
Wasm.h 105 void moveSectionNext(DataRefImpl &Sec) const override;
106 std::error_code getSectionName(DataRefImpl Sec,
108 uint64_t getSectionAddress(DataRefImpl Sec) const override;
109 uint64_t getSectionSize(DataRefImpl Sec) const override;
110 std::error_code getSectionContents(DataRefImpl Sec,
112 uint64_t getSectionAlignment(DataRefImpl Sec) const override;
113 bool isSectionCompressed(DataRefImpl Sec) const override;
114 bool isSectionText(DataRefImpl Sec) const override;
115 bool isSectionData(DataRefImpl Sec) const override;
116 bool isSectionBSS(DataRefImpl Sec) const override
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Object/
Wasm.h 105 void moveSectionNext(DataRefImpl &Sec) const override;
106 std::error_code getSectionName(DataRefImpl Sec,
108 uint64_t getSectionAddress(DataRefImpl Sec) const override;
109 uint64_t getSectionSize(DataRefImpl Sec) const override;
110 std::error_code getSectionContents(DataRefImpl Sec,
112 uint64_t getSectionAlignment(DataRefImpl Sec) const override;
113 bool isSectionCompressed(DataRefImpl Sec) const override;
114 bool isSectionText(DataRefImpl Sec) const override;
115 bool isSectionData(DataRefImpl Sec) const override;
116 bool isSectionBSS(DataRefImpl Sec) const override
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Object/
Wasm.h 105 void moveSectionNext(DataRefImpl &Sec) const override;
106 std::error_code getSectionName(DataRefImpl Sec,
108 uint64_t getSectionAddress(DataRefImpl Sec) const override;
109 uint64_t getSectionSize(DataRefImpl Sec) const override;
110 std::error_code getSectionContents(DataRefImpl Sec,
112 uint64_t getSectionAlignment(DataRefImpl Sec) const override;
113 bool isSectionCompressed(DataRefImpl Sec) const override;
114 bool isSectionText(DataRefImpl Sec) const override;
115 bool isSectionData(DataRefImpl Sec) const override;
116 bool isSectionBSS(DataRefImpl Sec) const override
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Object/
Wasm.h 105 void moveSectionNext(DataRefImpl &Sec) const override;
106 std::error_code getSectionName(DataRefImpl Sec,
108 uint64_t getSectionAddress(DataRefImpl Sec) const override;
109 uint64_t getSectionSize(DataRefImpl Sec) const override;
110 std::error_code getSectionContents(DataRefImpl Sec,
112 uint64_t getSectionAlignment(DataRefImpl Sec) const override;
113 bool isSectionCompressed(DataRefImpl Sec) const override;
114 bool isSectionText(DataRefImpl Sec) const override;
115 bool isSectionData(DataRefImpl Sec) const override;
116 bool isSectionBSS(DataRefImpl Sec) const override
    [all...]

Completed in 1084 milliseconds

1 2 3 4 5 6 7 8 91011>>