HomeSort by relevance Sort by last modified time
    Searched full:debug_type (Results 1 - 25 of 1079) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.25/binutils/
debug.h 135 typedef struct debug_type_s *debug_type; typedef in typeref:struct:debug_type_s
137 #define DEBUG_TYPE_NULL ((debug_type) NULL)
444 block. The debug_type argument is the type of the return value.
451 (void *, const char *, debug_type, bfd_boolean, bfd_vma);
456 (void *, const char *, debug_type, enum debug_parm_kind, bfd_vma);
501 (void *, const char *, debug_type, bfd_vma);
506 (void *, const char *, debug_type, bfd_vma);
511 (void *, const char *, debug_type, enum debug_var_kind, bfd_vma);
520 extern debug_type debug_make_indirect_type
521 (void *, debug_type *, const char *)
    [all...]
stabs.c 92 debug_type xcoff_types[XCOFF_TYPE_COUNT];
110 debug_type type;
126 debug_type types[STAB_TYPES_SLOTS];
142 debug_type slot;
144 debug_type type;
153 static debug_type parse_stab_type
154 (void *, struct stab_handle *, const char *, const char **, debug_type **);
156 static debug_type parse_stab_range_type
158 static debug_type parse_stab_sun_builtin_type (void *, const char **);
159 static debug_type parse_stab_sun_floating_type (void *, const char **)
    [all...]
debug.c 106 debug_type pointer;
150 debug_type *slot;
174 debug_type vptrbase;
193 debug_type return_type;
195 debug_type *arg_types;
205 debug_type type;
217 debug_type element_type;
219 debug_type range_type;
233 debug_type type;
243 debug_type base_type
    [all...]
rdcoff.c 73 debug_type slots[COFF_SLOTS];
83 debug_type basic[T_MAX + 1];
86 static debug_type *coff_get_slot (struct coff_types *, long);
87 static debug_type parse_coff_type
90 static debug_type parse_coff_base_type
93 static debug_type parse_coff_struct_type
96 static debug_type parse_coff_enum_type
101 void *, debug_type, bfd_boolean);
107 static debug_type *
141 static debug_type
    [all...]
  /external/llvm/lib/Analysis/
LazyBlockFrequencyInfo.cpp 23 #define DEBUG_TYPE "lazy-block-freq"
25 INITIALIZE_PASS_BEGIN(LazyBlockFrequencyInfoPass, DEBUG_TYPE,
29 INITIALIZE_PASS_END(LazyBlockFrequencyInfoPass, DEBUG_TYPE,
  /external/llvm/lib/Target/AMDGPU/
AMDGPUCodeGenPrepare.cpp 26 #define DEBUG_TYPE "amdgpu-codegenprepare"
72 INITIALIZE_TM_PASS_BEGIN(AMDGPUCodeGenPrepare, DEBUG_TYPE,
75 INITIALIZE_TM_PASS_END(AMDGPUCodeGenPrepare, DEBUG_TYPE,
AMDGPUAnnotateUniformValues.cpp 24 #define DEBUG_TYPE "amdgpu-annotate-uniform"
53 INITIALIZE_PASS_BEGIN(AMDGPUAnnotateUniformValues, DEBUG_TYPE,
56 INITIALIZE_PASS_END(AMDGPUAnnotateUniformValues, DEBUG_TYPE,
SIFixControlFlowLiveIntervals.cpp 25 #define DEBUG_TYPE "si-fix-cf-live-intervals"
53 INITIALIZE_PASS_BEGIN(SIFixControlFlowLiveIntervals, DEBUG_TYPE,
56 INITIALIZE_PASS_END(SIFixControlFlowLiveIntervals, DEBUG_TYPE,
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
Debug.h 33 /// DEBUG_TYPE macro - Files can specify a DEBUG_TYPE as a string, which causes
35 #ifndef DEBUG_TYPE
36 #define DEBUG_TYPE ""
97 #define DEBUG(X) DEBUG_WITH_TYPE(DEBUG_TYPE, X)
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldCOFF.h 19 #define DEBUG_TYPE "dyld"
47 #undef DEBUG_TYPE
  /external/llvm/lib/Target/WebAssembly/
WebAssemblySelectionDAGInfo.cpp 18 #define DEBUG_TYPE "wasm-selectiondag-info"
  /external/swiftshader/third_party/LLVM/lib/Target/Alpha/
AlphaSelectionDAGInfo.cpp 14 #define DEBUG_TYPE "alpha-selectiondag-info"
  /external/swiftshader/third_party/LLVM/lib/Target/Blackfin/
BlackfinSelectionDAGInfo.cpp 14 #define DEBUG_TYPE "blackfin-selectiondag-info"
  /external/swiftshader/third_party/LLVM/lib/Target/CellSPU/
SPUSelectionDAGInfo.cpp 14 #define DEBUG_TYPE "cellspu-selectiondag-info"
  /external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
MBlazeSelectionDAGInfo.cpp 14 #define DEBUG_TYPE "mblaze-selectiondag-info"
  /external/swiftshader/third_party/LLVM/lib/Target/MSP430/
MSP430SelectionDAGInfo.cpp 14 #define DEBUG_TYPE "msp430-selectiondag-info"
  /external/swiftshader/third_party/LLVM/lib/Target/Mips/
MipsSelectionDAGInfo.cpp 14 #define DEBUG_TYPE "mips-selectiondag-info"
  /external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
PPCSelectionDAGInfo.cpp 14 #define DEBUG_TYPE "powerpc-selectiondag-info"
  /external/swiftshader/third_party/LLVM/lib/Target/Sparc/
SparcSelectionDAGInfo.cpp 14 #define DEBUG_TYPE "sparc-selectiondag-info"
  /external/swiftshader/third_party/LLVM/lib/Target/SystemZ/
SystemZSelectionDAGInfo.cpp 14 #define DEBUG_TYPE "systemz-selectiondag-info"
  /external/swiftshader/third_party/LLVM/lib/Target/XCore/
XCoreSelectionDAGInfo.cpp 14 #define DEBUG_TYPE "xcore-selectiondag-info"
  /device/linaro/bootloader/edk2/ArmPlatformPkg/Scripts/Ds5/
firmware_volume.py 75 debug_type = self.ec.getMemoryService().readMemory32(self.base_te + debug_dir_entry_rva + 0xC)
76 if (debug_type != 0xdf) and (debug_type != EfiFileSection.EFI_IMAGE_DEBUG_TYPE_CODEVIEW):
113 debug_type = self.ec.getMemoryService().readMemory32(self.base_pe32 + debug_dir_entry_rva + 0xC)
114 if (debug_type != 0xdf) and (debug_type != EfiFileSection.EFI_IMAGE_DEBUG_TYPE_CODEVIEW):
149 debug_type = self.ec.getMemoryService().readMemory32(self.base_pe64 + debug_dir_entry_rva + 0xC)
150 if (debug_type != 0xdf) and (debug_type != EfiFileSection.EFI_IMAGE_DEBUG_TYPE_CODEVIEW):
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_qclient.cpp 218 int debug_type = inParcel->readInt32(); local
220 ALOGD("%s: debug_type: %d enable:%d",
221 __FUNCTION__, debug_type, enable);
223 switch (debug_type) {
228 if (debug_type != IQService::DEBUG_ALL)
232 if (debug_type != IQService::DEBUG_ALL)
  /external/llvm/include/llvm/Support/
UnicodeCharRanges.h 24 #define DEBUG_TYPE "unicode"
102 #undef DEBUG_TYPE // "unicode"
  /external/llvm/include/llvm/Transforms/InstCombine/
InstCombineWorklist.h 21 #define DEBUG_TYPE "instcombine"
115 #undef DEBUG_TYPE

Completed in 663 milliseconds

1 2 3 4 5 6 7 8 91011>>