Home
last modified time | relevance | path

Searched defs:LinkingSection (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/llvm/include/llvm/ObjectYAML/
DWasmYAML.h227 struct LinkingSection : CustomSection { struct
228 LinkingSection() : CustomSection("linking") {} in LinkingSection() function
230 static bool classof(const Section *S) { in classof()
235 uint32_t Version;
236 std::vector<SymbolInfo> SymbolTable;
237 std::vector<SegmentInfo> SegmentInfos;
238 std::vector<InitFunction> InitFunctions;
239 std::vector<Comdat> Comdats;
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
DWasmYAML.h223 struct LinkingSection : CustomSection { struct
224 LinkingSection() : CustomSection("linking") {} in LinkingSection() argument
226 static bool classof(const Section *S) { in classof()
231 uint32_t Version;
232 std::vector<SymbolInfo> SymbolTable;
233 std::vector<SegmentInfo> SegmentInfos;
234 std::vector<InitFunction> InitFunctions;
235 std::vector<Comdat> Comdats;
/external/llvm-project/lld/wasm/
DSyntheticSections.h279 LinkingSection(const std::vector<WasmInitEntry> &initFunctions, in LinkingSection() function