Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DObjectCodeEmitter.h42 std::vector<uintptr_t> LabelLocations; variable
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
DJITEmitter.cpp332 DenseMap<MCSymbol*, uintptr_t> LabelLocations; member in __anonc362e38e0111::JITEmitter
453 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()