Searched refs:mLabelLocations (Results 1 – 2 of 2) sorted by relevance
126 llvm::DenseMap<llvm::MCSymbol*, uintptr_t> mLabelLocations; variable188 mLabelLocations[Label] = getCurrentPCValue(); in emitLabel()227 bccAssert(mLabelLocations.count(Label) && "Label not emitted!"); in getLabelAddress()228 return mLabelLocations.find(Label)->second; in getLabelAddress()
108 mLabelLocations.clear(); in releaseUnnecessary()