HomeSort by relevance Sort by last modified time
    Searched refs:CustomSection (Results 1 - 14 of 14) sorted by null

  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ObjectYAML/
WasmYAML.h 139 struct CustomSection : Section {
140 explicit CustomSection(StringRef Name)
151 struct NameSection : CustomSection {
152 NameSection() : CustomSection("name") {}
155 auto C = dyn_cast<CustomSection>(S);
162 struct LinkingSection : CustomSection {
163 LinkingSection() : CustomSection("linking") {}
166 auto C = dyn_cast<CustomSection>(S);
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ObjectYAML/
WasmYAML.h 139 struct CustomSection : Section {
140 explicit CustomSection(StringRef Name)
151 struct NameSection : CustomSection {
152 NameSection() : CustomSection("name") {}
155 auto C = dyn_cast<CustomSection>(S);
162 struct LinkingSection : CustomSection {
163 LinkingSection() : CustomSection("linking") {}
166 auto C = dyn_cast<CustomSection>(S);
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ObjectYAML/
WasmYAML.h 139 struct CustomSection : Section {
140 explicit CustomSection(StringRef Name)
151 struct NameSection : CustomSection {
152 NameSection() : CustomSection("name") {}
155 auto C = dyn_cast<CustomSection>(S);
162 struct LinkingSection : CustomSection {
163 LinkingSection() : CustomSection("linking") {}
166 auto C = dyn_cast<CustomSection>(S);
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ObjectYAML/
WasmYAML.h 139 struct CustomSection : Section {
140 explicit CustomSection(StringRef Name)
151 struct NameSection : CustomSection {
152 NameSection() : CustomSection("name") {}
155 auto C = dyn_cast<CustomSection>(S);
162 struct LinkingSection : CustomSection {
163 LinkingSection() : CustomSection("linking") {}
166 auto C = dyn_cast<CustomSection>(S);
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ObjectYAML/
WasmYAML.h 139 struct CustomSection : Section {
140 explicit CustomSection(StringRef Name)
151 struct NameSection : CustomSection {
152 NameSection() : CustomSection("name") {}
155 auto C = dyn_cast<CustomSection>(S);
162 struct LinkingSection : CustomSection {
163 LinkingSection() : CustomSection("linking") {}
166 auto C = dyn_cast<CustomSection>(S);
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ObjectYAML/
WasmYAML.h 139 struct CustomSection : Section {
140 explicit CustomSection(StringRef Name)
151 struct NameSection : CustomSection {
152 NameSection() : CustomSection("name") {}
155 auto C = dyn_cast<CustomSection>(S);
162 struct LinkingSection : CustomSection {
163 LinkingSection() : CustomSection("linking") {}
166 auto C = dyn_cast<CustomSection>(S);
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ObjectYAML/
WasmYAML.h 139 struct CustomSection : Section {
140 explicit CustomSection(StringRef Name)
151 struct NameSection : CustomSection {
152 NameSection() : CustomSection("name") {}
155 auto C = dyn_cast<CustomSection>(S);
162 struct LinkingSection : CustomSection {
163 LinkingSection() : CustomSection("linking") {}
166 auto C = dyn_cast<CustomSection>(S);
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ObjectYAML/
WasmYAML.h 139 struct CustomSection : Section {
140 explicit CustomSection(StringRef Name)
151 struct NameSection : CustomSection {
152 NameSection() : CustomSection("name") {}
155 auto C = dyn_cast<CustomSection>(S);
162 struct LinkingSection : CustomSection {
163 LinkingSection() : CustomSection("linking") {}
166 auto C = dyn_cast<CustomSection>(S);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ObjectYAML/
WasmYAML.h 117 struct CustomSection : Section {
118 CustomSection() : Section(wasm::WASM_SEC_CUSTOM) {}
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ObjectYAML/
WasmYAML.h 123 struct CustomSection : Section {
124 CustomSection() : Section(wasm::WASM_SEC_CUSTOM) {}
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ObjectYAML/
WasmYAML.h 123 struct CustomSection : Section {
124 CustomSection() : Section(wasm::WASM_SEC_CUSTOM) {}
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ObjectYAML/
WasmYAML.h 117 struct CustomSection : Section {
118 CustomSection() : Section(wasm::WASM_SEC_CUSTOM) {}
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ObjectYAML/
WasmYAML.h 123 struct CustomSection : Section {
124 CustomSection() : Section(wasm::WASM_SEC_CUSTOM) {}
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ObjectYAML/
WasmYAML.h 123 struct CustomSection : Section {
124 CustomSection() : Section(wasm::WASM_SEC_CUSTOM) {}

Completed in 252 milliseconds