Home
last modified time | relevance | path

Searched refs:mLabelLocations (Results 1 – 2 of 2) sorted by relevance

/frameworks/compile/libbcc/lib/CodeGen/
DCodeEmitter.h126 llvm::DenseMap<llvm::MCSymbol*, uintptr_t> mLabelLocations; variable
188 mLabelLocations[Label] = getCurrentPCValue(); in emitLabel()
227 bccAssert(mLabelLocations.count(Label) && "Label not emitted!"); in getLabelAddress()
228 return mLabelLocations.find(Label)->second; in getLabelAddress()
DCodeEmitter.cpp108 mLabelLocations.clear(); in releaseUnnecessary()