Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DWasm.h407 uint32_t LinkingFlags; member
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DWasmObjectWriter.cpp67 uint32_t LinkingFlags; member
1205 encodeULEB128(Segment.LinkingFlags, W->OS); in writeLinkingMetaDataSection()
1524 Segment.LinkingFlags = Section.getSegmentFlags(); in writeOneObject()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp649 DataSegments[I].Data.LinkingFlags = readVaruint32(Ctx); in parseLinkingSection()
1758 Segment.Data.LinkingFlags = 0; in parseDataSection()