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

  /external/llvm/lib/DebugInfo/DWARF/
DWARFTypeUnit.cpp 21 TypeOffset = debug_info.getU32(offset_ptr);
22 return TypeOffset < getLength();
32 << " type_offset = " << format("0x%04x", TypeOffset)
  /external/llvm/include/llvm/DebugInfo/DWARF/
DWARFTypeUnit.h 20 uint32_t TypeOffset;
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/DebugInfo/DWARF/
DWARFTypeUnit.h 29 uint32_t TypeOffset;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/DebugInfo/DWARF/
DWARFTypeUnit.h 29 uint32_t TypeOffset;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/DebugInfo/DWARF/
DWARFTypeUnit.h 29 uint32_t TypeOffset;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/DWARF/
DWARFTypeUnit.h 29 uint32_t TypeOffset;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/DebugInfo/DWARF/
DWARFTypeUnit.h 29 uint32_t TypeOffset;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/DebugInfo/DWARF/
DWARFTypeUnit.h 29 uint32_t TypeOffset;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/DebugInfo/DWARF/
DWARFTypeUnit.h 29 uint32_t TypeOffset;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/DWARF/
DWARFTypeUnit.h 29 uint32_t TypeOffset;
  /art/runtime/utils/
dex_cache_arrays_layout.h 68 size_t TypeOffset(dex::TypeIndex type_idx) const;
dex_cache_arrays_layout-inl.h 77 inline size_t DexCacheArraysLayout::TypeOffset(dex::TypeIndex type_idx) const {
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/
decode.go 67 case TypeOffset:
87 TypeOffset // signed offset in load/store
119 case TypeOffset:
tables.go     [all...]
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/
decode.go 67 case TypeOffset:
87 TypeOffset // signed offset in load/store
119 case TypeOffset:
tables.go     [all...]
  /art/runtime/mirror/
emulated_stack_frame.h 92 static MemberOffset TypeOffset() {
emulated_stack_frame.cc 199 sf->SetFieldObject<false>(TypeOffset(), callee_type.Get());
  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
JITDwarfEmitter.cpp 383 unsigned TypeOffset = sizeof(int8_t) + // Call site format
399 JCE->emitULEB128Bytes(TypeOffset);

Completed in 1349 milliseconds