HomeSort by relevance Sort by last modified time
    Searched refs:LabelLocations (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
ObjectCodeEmitter.h 40 /// LabelLocations - This vector is a mapping from Label ID's to their
42 std::vector<uintptr_t> LabelLocations;
  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
JITEmitter.cpp 330 /// LabelLocations - This vector is a mapping from Label ID's to their
332 DenseMap<MCSymbol*, uintptr_t> LabelLocations;
453 LabelLocations[Label] = getCurrentPCValue();
457 return &LabelLocations;
461 assert(LabelLocations.count(Label) && "Label not emitted!");
462 return LabelLocations.find(Label)->second;
    [all...]

Completed in 58 milliseconds