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

  /external/llvm/lib/CodeGen/
PrologEpilogInserter.cpp 606 int ObjStart, ObjEnd;
610 ObjEnd = -ObjOffset;
613 ObjEnd = ObjOffset + ObjSize;
616 if (ObjEnd > 0)
617 StackBytesFree.reset(ObjStart, ObjEnd);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
PrologEpilogInserter.cpp 600 int ObjStart, ObjEnd;
604 ObjEnd = -ObjOffset;
607 ObjEnd = ObjOffset + ObjSize;
610 if (ObjEnd > 0)
611 StackBytesFree.reset(ObjStart, ObjEnd);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 474 milliseconds