Searched refs:LabelLocations (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/ExecutionEngine/JIT/
H A DJITEmitter.cpp321 /// LabelLocations - This vector is a mapping from Label ID's to their
323 DenseMap<MCSymbol*, uintptr_t> LabelLocations; member in class:__anon25847::JITEmitter
434 LabelLocations[Label] = getCurrentPCValue();
438 return &LabelLocations;
442 assert(LabelLocations.count(Label) && "Label not emitted!");
443 return LabelLocations.find(Label)->second;

Completed in 111 milliseconds