Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
DWasmYAML.h223 struct LinkingSection : CustomSection { struct
224 LinkingSection() : CustomSection("linking") {} in LinkingSection() function
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/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ObjectYAML/
DWasmYAML.h247 struct LinkingSection : CustomSection { struct
248 LinkingSection() : CustomSection("linking") {} in LinkingSection() argument
250 static bool classof(const Section *S) { in classof()
255 uint32_t Version;
256 std::vector<SymbolInfo> SymbolTable;
257 std::vector<SegmentInfo> SegmentInfos;
258 std::vector<InitFunction> InitFunctions;
259 std::vector<Comdat> Comdats;