Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DWasm.h157 uint32_t LinkingFlags; member
/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/
H A DWasmObjectWriter.cpp70 uint32_t LinkingFlags; member
1151 encodeULEB128(Segment.LinkingFlags, W->OS); in writeLinkingMetaDataSection()
1458 Segment.LinkingFlags = Section.getSegmentFlags(); in writeOneObject()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp465 DataSegments[I].Data.LinkingFlags = readVaruint32(Ctx); in parseLinkingSection()
1439 Segment.Data.LinkingFlags = 0; in parseDataSection()