Home
last modified time | relevance | path

Searched refs:LinkingFlags (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
H A DWasm.h157 uint32_t LinkingFlags; member
/netbsd-src/external/apache2/llvm/dist/llvm/tools/obj2yaml/
H A Dwasm2yaml.cpp103 SegmentInfo.Flags = Segment.Data.LinkingFlags; in dumpCustomSection()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DWasmObjectWriter.cpp70 uint32_t LinkingFlags; member
1140 encodeULEB128(Segment.LinkingFlags, W->OS); in writeLinkingMetaDataSection()
1447 Segment.LinkingFlags = Section.getSegmentFlags(); in writeOneObject()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DWasmObjectFile.cpp465 DataSegments[I].Data.LinkingFlags = readVaruint32(Ctx); in parseLinkingSection()
1438 Segment.Data.LinkingFlags = 0; in parseDataSection()