Home
last modified time | relevance | path

Searched defs:CustomSection (Results 1 – 8 of 8) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
DWasmYAML.h185 struct CustomSection : Section { struct
186 explicit CustomSection(StringRef Name) in CustomSection() function
197 struct DylinkSection : CustomSection { argument
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ObjectYAML/
DWasmYAML.h194 struct CustomSection : Section { struct
195 explicit CustomSection(StringRef Name) in CustomSection() function
217 struct DylinkSection : CustomSection { argument
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DWasmEmitter.cpp518 auto *CustomSection = cast<WasmYAML::CustomSection>(&Sec); in writeRelocSection() local
DWasmYAML.cpp173 auto CustomSection = cast<WasmYAML::CustomSection>(Section.get()); in mapping() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DWasmObjectWriter.cpp1013 void WasmObjectWriter::writeCustomSection(WasmCustomSection &CustomSection, in writeCustomSection()
1590 for (auto &CustomSection : CustomSections) in writeObject() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjectYAML/
DWasmEmitter.cpp575 auto *CustomSection = cast<WasmYAML::CustomSection>(&Sec); in writeRelocSection() local
DWasmYAML.cpp177 auto CustomSection = cast<WasmYAML::CustomSection>(Section.get()); in mapping() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/MC/
DWasmObjectWriter.cpp1239 void WasmObjectWriter::writeCustomSection(WasmCustomSection &CustomSection, in writeCustomSection()
1947 for (auto &CustomSection : CustomSections) in writeOneObject() local