HomeSort by relevance Sort by last modified time
    Searched defs:getCurrentPCValue (Results 1 - 3 of 3) sorted by null

  /external/swiftshader/third_party/LLVM/lib/CodeGen/
ObjectCodeEmitter.cpp 82 /// getCurrentPCValue - This returns the address that the next emitted byte
84 uintptr_t ObjectCodeEmitter::getCurrentPCValue() const {
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
JITCodeEmitter.h 283 /// getCurrentPCValue - This returns the address that the next emitted byte
286 virtual uintptr_t getCurrentPCValue() const {
MachineCodeEmitter.h 278 /// getCurrentPCValue - This returns the address that the next emitted byte
281 virtual uintptr_t getCurrentPCValue() const {

Completed in 114 milliseconds