HomeSort by: relevance | last modified time | path
    Searched defs:Im (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
BareMetal.cpp 65 Multilib Im =
76 bool UseIm = (Arch == "rv32im") || (Arch == "rv32imc"); // imc => im
88 Result.Multilibs = MultilibSet().Either(I, Im, Iac, Imac, Imafc);
  /src/external/apache2/llvm/dist/llvm/tools/obj2yaml/
wasm2yaml.cpp 229 WasmYAML::Import Im;
230 Im.Module = Import.Module;
231 Im.Field = Import.Field;
232 Im.Kind = Import.Kind;
233 switch (Im.Kind) {
235 Im.SigIndex = Import.SigIndex;
238 Im.GlobalImport.Type = Import.Global.Type;
239 Im.GlobalImport.Mutable = Import.Global.Mutable;
242 Im.EventImport.Attribute = Import.Event.Attribute;
243 Im.EventImport.SigIndex = Import.Event.SigIndex
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Object/
WasmObjectFile.cpp 1038 wasm::WasmImport Im;
1039 Im.Module = readString(Ctx);
1040 Im.Field = readString(Ctx);
1041 Im.Kind = readUint8(Ctx);
1042 switch (Im.Kind) {
1045 Im.SigIndex = readVaruint32(Ctx);
1049 Im.Global.Type = readUint8(Ctx);
1050 Im.Global.Mutable = readVaruint1(Ctx);
1053 Im.Memory = readLimits(Ctx);
1054 if (Im.Memory.Flags & wasm::WASM_LIMITS_FLAG_IS_64
    [all...]

Completed in 25 milliseconds