Searched refs:getLocalFrameObjectMap (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/contrib/llvm/include/llvm/CodeGen/
H A DMachineFrameInfo.h305 /// getLocalFrameObjectMap - Get the local offset mapping for a for an object
306 std::pair<int, int64_t> getLocalFrameObjectMap(int i) { function in class:llvm::MachineFrameInfo
/freebsd-9.3-release/contrib/llvm/lib/Target/NVPTX/
H A DNVPTXPrologEpilogPass.cpp168 std::pair<int, int64_t> Entry = MFI->getLocalFrameObjectMap(i);
/freebsd-9.3-release/contrib/llvm/lib/CodeGen/
H A DPrologEpilogInserter.cpp512 std::pair<int, int64_t> Entry = MFI->getLocalFrameObjectMap(i);

Completed in 108 milliseconds