HomeSort by: relevance | last modified time | path
    Searched refs:LinkingFlags (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
Wasm.h 157 uint32_t LinkingFlags;
  /src/external/apache2/llvm/dist/llvm/tools/obj2yaml/
wasm2yaml.cpp 103 SegmentInfo.Flags = Segment.Data.LinkingFlags;
  /src/external/apache2/llvm/dist/llvm/lib/MC/
WasmObjectWriter.cpp 70 uint32_t LinkingFlags;
1140 encodeULEB128(Segment.LinkingFlags, W->OS);
1447 Segment.LinkingFlags = Section.getSegmentFlags();
  /src/external/apache2/llvm/dist/llvm/lib/Object/
WasmObjectFile.cpp 465 DataSegments[I].Data.LinkingFlags = readVaruint32(Ctx);
1438 Segment.Data.LinkingFlags = 0;

Completed in 41 milliseconds