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

  /external/llvm/lib/Target/NVPTX/
NVPTXPrologEpilogPass.cpp 171 std::pair<int, int64_t> Entry = MFI->getLocalFrameObjectMap(i);
  /external/llvm/include/llvm/CodeGen/
MachineFrameInfo.h 341 /// getLocalFrameObjectMap - Get the local offset mapping for a for an object
342 std::pair<int, int64_t> getLocalFrameObjectMap(int i) {
  /external/llvm/lib/CodeGen/
PrologEpilogInserter.cpp 594 std::pair<int, int64_t> Entry = MFI->getLocalFrameObjectMap(i);
    [all...]

Completed in 55 milliseconds