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 299 /// getLocalFrameObjectMap - Get the local offset mapping for a for an object
300 std::pair<int, int64_t> getLocalFrameObjectMap(int i) {
  /external/llvm/lib/CodeGen/
PrologEpilogInserter.cpp 570 std::pair<int, int64_t> Entry = MFI->getLocalFrameObjectMap(i);
    [all...]

Completed in 326 milliseconds