Searched refs:LabelLocations (Results 1 – 2 of 2) sorted by relevance
42 std::vector<uintptr_t> LabelLocations; variable
332 DenseMap<MCSymbol*, uintptr_t> LabelLocations; member in __anonc362e38e0111::JITEmitter453 LabelLocations[Label] = getCurrentPCValue(); in emitLabel()457 return &LabelLocations; in getLabelLocations()461 assert(LabelLocations.count(Label) && "Label not emitted!"); in getLabelAddress()462 return LabelLocations.find(Label)->second; in getLabelAddress()