OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mLabelLocations
(Results
1 - 2
of
2
) sorted by null
/frameworks/compile/libbcc/lib/CodeGen/
CodeEmitter.h
126
llvm::DenseMap<llvm::MCSymbol*, uintptr_t>
mLabelLocations
;
188
mLabelLocations
[Label] = getCurrentPCValue();
227
bccAssert(
mLabelLocations
.count(Label) && "Label not emitted!");
228
return
mLabelLocations
.find(Label)->second;
CodeEmitter.cpp
108
mLabelLocations
.clear();
[
all
...]
Completed in 40 milliseconds