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

  /external/llvm/include/llvm/MC/
MCStreamer.h 335 MCSectionSubPair NewSection = I->first;
337 if (OldSection != NewSection)
338 ChangeSection(NewSection.first, NewSection.second);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/MC/
MCStreamer.h 346 MCSectionSubPair NewSection = I->first;
348 if (OldSection != NewSection)
349 ChangeSection(NewSection.first, NewSection.second);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/MC/
MCStreamer.h 346 MCSectionSubPair NewSection = I->first;
348 if (OldSection != NewSection)
349 ChangeSection(NewSection.first, NewSection.second);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/MC/
MCStreamer.h 346 MCSectionSubPair NewSection = I->first;
348 if (OldSection != NewSection)
349 ChangeSection(NewSection.first, NewSection.second);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCStreamer.h 346 MCSectionSubPair NewSection = I->first;
348 if (OldSection != NewSection)
349 ChangeSection(NewSection.first, NewSection.second);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/MC/
MCStreamer.h 346 MCSectionSubPair NewSection = I->first;
348 if (OldSection != NewSection)
349 ChangeSection(NewSection.first, NewSection.second);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/MC/
MCStreamer.h 346 MCSectionSubPair NewSection = I->first;
348 if (OldSection != NewSection)
349 ChangeSection(NewSection.first, NewSection.second);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/MC/
MCStreamer.h 346 MCSectionSubPair NewSection = I->first;
348 if (OldSection != NewSection)
349 ChangeSection(NewSection.first, NewSection.second);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCStreamer.h 346 MCSectionSubPair NewSection = I->first;
348 if (OldSection != NewSection)
349 ChangeSection(NewSection.first, NewSection.second);
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/Common/
FirmwareVolumeBuffer.c 1232 EFI_RAW_SECTION* NewSection;
1267 // The NewSection follow right after the FFS file header
1269 NewSection = (EFI_RAW_SECTION*)((UINT8*)NewFile + FfsHdrLen);
1271 FvBufCompact3ByteSize (NewSection->Size, 0xffffff);
1272 ((EFI_RAW_SECTION2 *)NewSection)->ExtendedSize = NewSectionSize;
1274 FvBufCompact3ByteSize (NewSection->Size, NewSectionSize);
1276 NewSection->Type = EFI_SECTION_RAW;
1281 CommonLibBinderCopyMem ((UINT8 *)NewSection + SecHdrLen, RawData, RawDataSize);
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Eot/
FvImage.py 369 for NewSection in NewSections.Sections:
370 if NewSection.Type == 0x13:
372 CouldBeLoaded, DepexString, FileDepex = self.ParseDepex(NewSection._SubImages[4], 'Protocol')
431 for NewSection in NewSections.Sections:
432 if NewSection.Type == 0x1B:
433 CouldBeLoaded, DepexString, FileDepex = self.ParseDepex(NewSection._SubImages[4], 'Ppi')
    [all...]
  /external/swiftshader/third_party/subzero/src/
IceELFObjectWriter.cpp 109 T *NewSection =
112 return NewSection;

Completed in 283 milliseconds