HomeSort by relevance Sort by last modified time
    Searched refs:getLocalFrameObjectMap (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/CodeGen/
MachineFrameInfo.h 290 /// getLocalFrameObjectMap - Get the local offset mapping for a for an object
291 std::pair<int, int64_t> getLocalFrameObjectMap(int i) {
  /external/llvm/lib/CodeGen/
PrologEpilogInserter.cpp 587 std::pair<int, int64_t> Entry = MFI->getLocalFrameObjectMap(i);

Completed in 302 milliseconds