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

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
CodeViewDebug.cpp 350 auto I = TypeIndices.find({Scope, nullptr});
351 if (I != TypeIndices.end())
384 auto I = TypeIndices.find({SP, nullptr});
385 if (I != TypeIndices.end())
454 auto I = TypeIndices.find({SP, Class});
455 if (I != TypeIndices.end())
473 auto InsertResult = TypeIndices.insert({{Node, ClassTy}, TI});
898 assert(TypeIndices.count({SP, nullptr}));
899 TypeIndex InlineeIdx = TypeIndices[{SP, nullptr}];
920 assert(TypeIndices.count({Site.Inlinee, nullptr}))
    [all...]
CodeViewDebug.h 251 TypeIndices;
254 /// always looked up in the normal TypeIndices map.
442 /// Inserts {{Node, ClassTy}, TI} into TypeIndices and checks for duplicates.
  /src/external/apache2/llvm/dist/llvm/lib/MC/
WasmObjectWriter.cpp 193 DenseMap<const MCSymbolWasm *, uint32_t> TypeIndices;
256 TypeIndices.clear();
692 if (!TypeIndices.count(RelEntry.Symbol))
695 return TypeIndices[RelEntry.Symbol];
1195 assert(TypeIndices.count(&Symbol));
1196 return TypeIndices[&Symbol];
1201 assert(TypeIndices.count(&Symbol));
1202 return TypeIndices[&Symbol];
1218 TypeIndices[&Symbol] = Pair.first->second;
1239 TypeIndices[&Symbol] = Pair.first->second
    [all...]

Completed in 25 milliseconds