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

  /external/llvm/lib/Target/X86/
X86WinAllocaExpander.cpp 53 Lowering getLowering(int64_t CurrentOffset, int64_t AllocaAmount);
100 X86WinAllocaExpander::getLowering(int64_t CurrentOffset,
107 if (CurrentOffset + AllocaAmount <= StackProbeSize)
  /device/linaro/bootloader/edk2/BaseTools/Source/C/GenFv/
GenFvInternalLib.c     [all...]
  /external/llvm/tools/yaml2obj/
yaml2elf.cpp 40 uint64_t CurrentOffset = InitialOffset + OS.tell();
41 uint64_t AlignedOffset = alignTo(CurrentOffset, Align);
42 for (; CurrentOffset != AlignedOffset; ++CurrentOffset)
44 return AlignedOffset; // == CurrentOffset;
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
FdfParserLite.py 509 CurrentOffset = self.CurrentOffsetWithinLine
516 RemainingLine = self.__CurrentLine()[CurrentOffset:]
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/GenFds/
FdfParser.py 674 CurrentOffset = self.CurrentOffsetWithinLine
685 RemainingLine = self.__CurrentLine()[CurrentOffset:]
    [all...]

Completed in 1009 milliseconds