Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ObjectYAML/
DWasmYAML.h190 struct LinkingSection : CustomSection { struct
191 LinkingSection() : CustomSection("linking") {} in LinkingSection() argument
193 static bool classof(const Section *S) { in classof()
198 uint32_t Version;
199 std::vector<SymbolInfo> SymbolTable;
200 std::vector<SegmentInfo> SegmentInfos;
201 std::vector<InitFunction> InitFunctions;
202 std::vector<Comdat> Comdats;