HomeSort by relevance Sort by last modified time
    Searched refs:EndLabel (Results 26 - 50 of 52) sorted by null

12 3

  /external/llvm/lib/CodeGen/AsmPrinter/
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...]
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...]
CodeViewDebug.h 208 void endCVSubsection(MCSymbol *EndLabel);
  /device/linaro/bootloader/edk2/SecurityPkg/UserIdentification/UserIdentifyManagerDxe/
UserIdentifyManager.c     [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/
FrontPage.c 311 EFI_IFR_GUID_LABEL *EndLabel;
389 EndLabel = (EFI_IFR_GUID_LABEL *) HiiCreateGuidOpCode (EndOpCodeHandle, &gEfiIfrTianoGuid, NULL, sizeof (EFI_IFR_GUID_LABEL));
390 EndLabel->ExtendOpCode = EFI_IFR_EXTEND_OP_LABEL;
391 EndLabel->Number = LABEL_END;
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/PlatformVarCleanupLib/
PlatVarCleanupLib.c 661 EFI_IFR_GUID_LABEL *EndLabel;
687 EndLabel = (EFI_IFR_GUID_LABEL *) HiiCreateGuidOpCode (EndOpCodeHandle, &gEfiIfrTianoGuid, NULL, sizeof (EFI_IFR_GUID_LABEL));
688 EndLabel->ExtendOpCode = EFI_IFR_EXTEND_OP_LABEL;
689 EndLabel->Number = LABEL_END;
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/IScsiDxe/
IScsiConfig.c     [all...]
  /external/llvm/include/llvm/CodeGen/
MachineModuleInfo.h 312 MCSymbol *BeginLabel, MCSymbol *EndLabel);
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
MachineModuleInfo.h 275 MCSymbol *BeginLabel, MCSymbol *EndLabel);
  /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...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/BootMaintenanceManagerLib/
BootMaintenance.c     [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/DriverSampleDxe/
DriverSample.c     [all...]
  /device/linaro/bootloader/edk2/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/
SecureBootConfigImpl.c     [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...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
MachineFunction.h 753 MCSymbol *BeginLabel, MCSymbol *EndLabel);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
MachineFunction.h 753 MCSymbol *BeginLabel, MCSymbol *EndLabel);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
MachineFunction.h 753 MCSymbol *BeginLabel, MCSymbol *EndLabel);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
MachineFunction.h 753 MCSymbol *BeginLabel, MCSymbol *EndLabel);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
MachineFunction.h 753 MCSymbol *BeginLabel, MCSymbol *EndLabel);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
MachineFunction.h 753 MCSymbol *BeginLabel, MCSymbol *EndLabel);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
MachineFunction.h 753 MCSymbol *BeginLabel, MCSymbol *EndLabel);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
MachineFunction.h 753 MCSymbol *BeginLabel, MCSymbol *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 2492 milliseconds

12 3