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

  /external/llvm/lib/CodeGen/
ObjectCodeEmitter.cpp 85 return BO->getCurrentPCOffset();
88 /// getCurrentPCOffset - Return the offset from the start of the emitted
90 uintptr_t ObjectCodeEmitter::getCurrentPCOffset() const {
91 return BO->getCurrentPCOffset();
106 MBBLocations[MBB->getNumber()] = getCurrentPCOffset();
  /external/llvm/include/llvm/CodeGen/
JITCodeEmitter.h 290 /// getCurrentPCOffset - Return the offset from the start of the emitted
292 uintptr_t getCurrentPCOffset() const {
MachineCodeEmitter.h 285 /// getCurrentPCOffset - Return the offset from the start of the emitted
287 virtual uintptr_t getCurrentPCOffset() const {
BinaryObject.h 336 /// getCurrentPCOffset - Return the offset from the start of the emitted
338 uintptr_t getCurrentPCOffset() const {

Completed in 133 milliseconds