HomeSort by relevance Sort by last modified time
    Searched refs:DebugInfo (Results 1 - 25 of 135) sorted by null

1 2 3 4 5 6

  /external/valgrind/coregrind/m_debuginfo/
priv_readdwarf.h 34 #include "pub_core_debuginfo.h" // DebugInfo
49 ( DebugInfo* di,
61 void ML_(read_debuginfo_dwarf1) ( DebugInfo* di,
70 ( /*OUT*/ DebugInfo* di,
priv_readmacho.h 36 #include "pub_core_debuginfo.h" // DebugInfo
43 object/exe specified by the DebugInfo, find Mach-O sections, then read
46 supplied DebugInfo.
48 extern Bool ML_(read_macho_debug_info) ( DebugInfo* si );
priv_readelf.h 36 #include "pub_core_debuginfo.h" // DebugInfo
55 extern Bool ML_(read_elf_debug_info) ( DebugInfo* di );
priv_readexidx.h 37 #include "pub_core_debuginfo.h" // DebugInfo
40 void ML_(read_exidx) ( /*MOD*/DebugInfo* di,
priv_readdwarf3.h 40 #include "pub_core_debuginfo.h" // DebugInfo
46 DebugInfo* di,
priv_readpdb.h 41 #include "pub_core_debuginfo.h" // DebugInfo
45 DebugInfo* di,
  /external/swiftshader/third_party/LLVM/tools/llvm-dwarfdump/
Makefile 12 LINK_COMPONENTS = DebugInfo Object
  /external/valgrind/coregrind/
pub_core_redir.h 59 #include "pub_core_debuginfo.h" // DebugInfo
65 /* Notify the module of a new DebugInfo (called from m_debuginfo). */
66 extern void VG_(redir_notify_new_DebugInfo)( const DebugInfo* );
68 /* Notify the module of the disappearance of a DebugInfo (also called
70 extern void VG_(redir_notify_delete_DebugInfo)( const DebugInfo* );
  /system/libhidl/transport/base/1.0/
types.hal 25 struct DebugInfo {
Android.mk 16 # Build types.hal (DebugInfo)
18 GEN := $(intermediates)/android/hidl/base/V1_0/DebugInfo.java
27 android.hidl.base@1.0::types.DebugInfo
66 # Build types.hal (DebugInfo)
68 GEN := $(intermediates)/android/hidl/base/V1_0/DebugInfo.java
77 android.hidl.base@1.0::types.DebugInfo
  /external/valgrind/include/
pub_tool_debuginfo.h 3 /*--- DebugInfo. pub_tool_debuginfo.h ---*/
44 This memory must not be freed by the caller : it belongs to the debuginfo
47 and of the internal implementation of the debuginfo module.
52 DebugInfo they correspond to is discarded. This is the case for
245 /* A way to make limited debuginfo queries on a per-mapped-object
247 typedef struct _DebugInfo DebugInfo;
249 /* Returns NULL if the DebugInfo isn't found. It doesn't matter if
251 DebugInfo* VG_(find_DebugInfo) ( Addr a );
254 Addr VG_(DebugInfo_get_text_avma) ( const DebugInfo *di );
255 SizeT VG_(DebugInfo_get_text_size) ( const DebugInfo *di )
    [all...]
  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
JITDebugRegisterer.h 58 struct DebugInfo {
64 DebugInfo() : FnStart(0), FnEnd(0), EhStart(0), EhEnd(0) {}
73 /// whenever a function is JITed, create a DebugInfo struct and pass it to the
86 std::string MakeELF(const Function *F, DebugInfo &I);
99 void RegisterFunction(const Function *F, DebugInfo &I);
  /external/swiftshader/third_party/LLVM/tools/llvm-objdump/
Makefile 12 LINK_COMPONENTS = $(TARGETS_TO_BUILD) DebugInfo MC MCParser MCDisassembler \
  /external/swiftshader/third_party/LLVM/lib/
Makefile 14 Target ExecutionEngine Linker MC Object DebugInfo
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/PeiDxeDebugLibReportStatusCode/
DebugLib.c 48 EFI_DEBUG_INFO *DebugInfo;
74 DebugInfo = (EFI_DEBUG_INFO *)Buffer;
75 DebugInfo->ErrorLevel = (UINT32)ErrorLevel;
81 for (Index = 0, ArgumentPointer = (UINT64 *)(DebugInfo + 1); Index < 12; Index++, ArgumentPointer++) {
93 DebugInfo,
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/PrePiLib/
ReportStatusCode.c 143 EFI_DEBUG_INFO *DebugInfo;
160 DebugInfo = (EFI_DEBUG_INFO *)(Data + 1);
162 *ErrorLevel = DebugInfo->ErrorLevel;
168 *Marker = (BASE_LIST) (DebugInfo + 1);
195 EFI_DEBUG_INFO *DebugInfo;
242 DebugInfo = (EFI_DEBUG_INFO *) (Data + 1);
243 Marker = (BASE_LIST) (DebugInfo + 1);
244 Format = (CHAR8 *) (((UINT64 *) (DebugInfo + 1)) + 12);
  /frameworks/compile/libbcc/lib/
RSAddDebugInfoPass.cpp 88 llvm::DIBuilder DebugInfo(Module);
89 initializeDebugInfo(DebugInfo, Module);
95 attachDebugInfo(DebugInfo, *expandFunc);
98 DebugInfo.finalize();
113 void initializeDebugInfo(llvm::DIBuilder &DebugInfo,
118 DebugInfo.createCompileUnit(llvm::dwarf::DW_LANG_GOOGLE_RenderScript,
123 sourceFileName = DebugInfo.createFile(DEBUG_GENERATED_FILE, DEBUG_SOURCE_PATH);
124 emptyExpr = DebugInfo.createExpression();
130 "DebugInfo pass could not find any existing compile units.");
165 indexVarType = DebugInfo.createBasicType("uint32_t", 32, 32
    [all...]
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/
DexBackedMethodImplementation.java 37 import org.jf.dexlib2.dexbacked.util.DebugInfo;
125 private DebugInfo getDebugInfo() {
129 return DebugInfo.newOrEmpty(dexFile, 0, this);
133 return DebugInfo.newOrEmpty(dexFile, 0, this);
137 return DebugInfo.newOrEmpty(dexFile, 0, this);
139 return DebugInfo.newOrEmpty(dexFile, debugOffset, this);
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/HalRuntimeServicesExampleLib/
ReportStatusCode.c 43 EFI_DEBUG_INFO *DebugInfo;
91 DebugInfo = (EFI_DEBUG_INFO *) (Data + 1);
92 Marker = (VA_LIST) (DebugInfo + 1);
93 Format = (CHAR8 *) (((UINT64 *) (DebugInfo + 1)) + 12);
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
CVDebugRecord.h 46 union DebugInfo {
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
CVDebugRecord.h 46 union DebugInfo {
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
CVDebugRecord.h 46 union DebugInfo {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
CVDebugRecord.h 46 union DebugInfo {
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
CVDebugRecord.h 46 union DebugInfo {
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
CVDebugRecord.h 46 union DebugInfo {

Completed in 393 milliseconds

1 2 3 4 5 6