Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ObjectYAML/
DWasmYAML.h167 struct CustomSection : Section { struct
168 explicit CustomSection(StringRef Name) in CustomSection() function
179 struct NameSection : CustomSection { argument
/external/swiftshader/third_party/llvm-7.0/llvm/tools/yaml2obj/
Dyaml2wasm.cpp438 auto CustomSection = dyn_cast<WasmYAML::CustomSection>(&Sec); in writeRelocSection() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
DWasmYAML.cpp140 auto CustomSection = cast<WasmYAML::CustomSection>(Section.get()); in mapping() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DWasmObjectWriter.cpp1013 for (auto &CustomSection : CustomSections) { in writeCustomSections() local