HomeSort by relevance Sort by last modified time
    Searched defs:EndLabel (Results 26 - 42 of 42) sorted by null

12

  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/DriverSampleDxe/
DriverSample.c     [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/PlatformDriOverrideDxe/
PlatDriOverrideDxe.c 347 EFI_IFR_GUID_LABEL *EndLabel;
379 EndLabel = (EFI_IFR_GUID_LABEL *) HiiCreateGuidOpCode (EndOpCodeHandle, &gEfiIfrTianoGuid, NULL, sizeof (EFI_IFR_GUID_LABEL));
380 EndLabel->ExtendOpCode = EFI_IFR_EXTEND_OP_LABEL;
381 EndLabel->Number = LABEL_END;
641 EFI_IFR_GUID_LABEL *EndLabel;
683 EndLabel = (EFI_IFR_GUID_LABEL *) HiiCreateGuidOpCode (EndOpCodeHandle, &gEfiIfrTianoGuid, NULL, sizeof (EFI_IFR_GUID_LABEL));
684 EndLabel->ExtendOpCode = EFI_IFR_EXTEND_OP_LABEL;
685 EndLabel->Number = LABEL_END;
926 EFI_IFR_GUID_LABEL *EndLabel;
953 EndLabel = (EFI_IFR_GUID_LABEL *) HiiCreateGuidOpCode (EndOpCodeHandle, &gEfiIfrTianoGuid, NULL, sizeof (EF (…)
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/IScsiDxe/
IScsiConfig.c 894 @param[out] EndLabel Points to the created end opcode.
908 OUT EFI_IFR_GUID_LABEL **EndLabel
915 if (StartOpCodeHandle == NULL || StartLabel == NULL || EndOpCodeHandle == NULL || EndLabel == NULL) {
969 *EndLabel = InternalEndLabel;
1008 EFI_IFR_GUID_LABEL *EndLabel;
1015 &EndLabel
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/Ip6Dxe/
Ip6ConfigNv.c 322 @param[out] EndLabel Points to the created end opcode.
336 OUT EFI_IFR_GUID_LABEL **EndLabel
343 if (StartOpCodeHandle == NULL || StartLabel == NULL || EndOpCodeHandle == NULL || EndLabel == NULL) {
397 *EndLabel = InternalEndLabel;
452 EFI_IFR_GUID_LABEL *EndLabel;
481 &EndLabel
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
MachineFunction.cpp 671 MCSymbol *BeginLabel, MCSymbol *EndLabel) {
674 LP.EndLabels.push_back(EndLabel);
717 MCSymbol *EndLabel = LandingPad.EndLabels[j];
720 (EndLabel->isDefined() ||
721 (LPMap && (*LPMap)[EndLabel] != 0))) continue;
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/DeviceMngr/
DeviceManager.c 806 EFI_IFR_GUID_LABEL *EndLabel;
899 EndLabel = (EFI_IFR_GUID_LABEL *) HiiCreateGuidOpCode (EndOpCodeHandle, &gEfiIfrTianoGuid, NULL, sizeof (EFI_IFR_GUID_LABEL));
900 EndLabel->ExtendOpCode = EFI_IFR_EXTEND_OP_LABEL;
901 EndLabel->Number = LABEL_END;
    [all...]
  /device/linaro/bootloader/edk2/SecurityPkg/UserIdentification/UserIdentifyManagerDxe/
UserIdentifyManager.c     [all...]
  /device/linaro/bootloader/edk2/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/
SecureBootConfigImpl.c     [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
WinException.cpp 388 // one to report the final EndLabel, and another indicating the end of the
580 const MCSymbol *EndLabel, int State) {
590 assert(BeginLabel && EndLabel);
610 OS.EmitValue(getLabelPlusOne(EndLabel), 4);
    [all...]
CodeViewDebug.cpp     [all...]
DwarfDebug.cpp 856 const MCSymbol *EndLabel;
858 EndLabel = getLabelAfterInsn(End);
860 EndLabel = Asm->getFunctionEnd();
862 EndLabel = getLabelBeforeInsn(std::next(I)->first);
863 assert(EndLabel && "Forgot label after instruction ending a range!");
868 DebugLocEntry Loc(StartLabel, EndLabel, Value);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
WinException.cpp 396 // one to report the final EndLabel, and another indicating the end of the
588 const MCSymbol *EndLabel, int State) {
598 assert(BeginLabel && EndLabel);
618 OS.EmitValue(getLabelPlusOne(EndLabel), 4);
    [all...]
DwarfDebug.cpp     [all...]
CodeViewDebug.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp 314 const MCSymbol *EndLabel = getLabelAfterInsn(RI->second);
316 if (StartLabel == 0 || EndLabel == 0) {
322 assert(EndLabel->isDefined() &&
347 EndLabel);
    [all...]
  /external/llvm/tools/dsymutil/
DwarfLinker.cpp 776 MCSymbol *EndLabel = Asm->createTempSymbol("Earange");
788 Asm->EmitLabelDifference(EndLabel, BeginLabel, 4); // Arange length
809 Asm->OutStreamer->EmitLabel(EndLabel);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]

Completed in 2636 milliseconds

12