Home
last modified time | relevance | path

Searched refs:StartAddress (Results 1 – 15 of 15) sorted by relevance

/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugRangeList.h30 uint64_t StartAddress; member
41 return (StartAddress == 0) && (EndAddress == 0); in isEndOfListEntry()
52 return StartAddress == -1U; in isBaseAddressSelectionEntry()
54 return StartAddress == -1ULL; in isBaseAddressSelectionEntry()
/external/llvm/lib/DebugInfo/DWARF/
DDWARFDebugRangeList.cpp33 entry.StartAddress = data.getAddress(offset_ptr); in extract()
52 OS << format(format_str, Offset, RLE.StartAddress, RLE.EndAddress); in dump()
64 Res.push_back(std::make_pair(BaseAddress + RLE.StartAddress, in getAbsoluteRanges()
/external/lldb/tools/debugserver/source/MacOSX/
DMachVMRegion.h28 mach_vm_address_t StartAddress() const { return m_start; } in StartAddress() function
40 return addr >= StartAddress() && addr < EndAddress(); in ContainsAddress()
DMachVMMemory.cpp84 region_info->addr = vmRegion.StartAddress(); in GetMemoryRegionInfo()
98 mach_vm_address_t start_addr = vmRegion.StartAddress(); in GetMemoryRegionInfo()
/external/llvm/lib/ExecutionEngine/IntelJITEvents/
DIntelJITEventListener.cpp63 static LineNumberInfo DILineInfoToIntelJITFormat(uintptr_t StartAddress, in DILineInfoToIntelJITFormat() argument
68 Result.Offset = Address - StartAddress; in DILineInfoToIntelJITFormat()
/external/lldb/include/lldb/Expression/
DClangExpression.h138 StartAddress () in StartAddress() function
/external/llvm/include/llvm/Support/
DWin64EH.h70 support::ulittle32_t StartAddress; member
/external/llvm/lib/MC/
DMachObjectWriter.cpp637 uint64_t StartAddress = 0; in computeSectionAddresses() local
641 StartAddress = RoundUpToAlignment(StartAddress, SD->getAlignment()); in computeSectionAddresses()
642 SectionAddress[SD] = StartAddress; in computeSectionAddresses()
643 StartAddress += Layout.getSectionAddressSize(SD); in computeSectionAddresses()
648 StartAddress += getPaddingSize(SD, Layout); in computeSectionAddresses()
/external/llvm/tools/llvm-objdump/
DCOFFDump.cpp451 if (!RF.StartAddress) in printRuntimeFunction()
455 static_cast<uint32_t>(RF.StartAddress)) in printRuntimeFunction()
481 RF.StartAddress); in printRuntimeFunctionRels()
/external/lldb/source/Expression/
DIRDynamicChecks.cpp366 …_check_func = BuildPointerValidatorFunc(m_checker_functions.m_valid_pointer_check->StartAddress()); in InstrumentInstruction()
447 …bject_check_func = BuildObjectCheckerFunc(m_checker_functions.m_objc_object_check->StartAddress()); in InstrumentInstruction()
/external/llvm/tools/dsymutil/
DDwarfLinker.cpp614 if (Range.StartAddress == Range.EndAddress) in emitRangesEntries()
618 if (!(Range.StartAddress + OrigLowPc >= FuncRange.start() && in emitRangesEntries()
621 MS->EmitIntValue(Range.StartAddress + PcOffset, AddressSize); in emitRangesEntries()
2221 if (CurrRange == InvalidRange || First.StartAddress < CurrRange.start() || in patchRangesForUnit()
2222 First.StartAddress >= CurrRange.stop()) { in patchRangesForUnit()
2223 CurrRange = FunctionRanges.find(First.StartAddress + OrigLowPc); in patchRangesForUnit()
2225 CurrRange.start() > First.StartAddress + OrigLowPc) { in patchRangesForUnit()
/external/llvm/tools/llvm-readobj/
DWin64EHDumper.cpp165 formatSymbol(Ctx, Section, Offset + 0, RF.StartAddress)); in printRuntimeFunctionEntry()
/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleObjCTrampolineHandler.cpp776 impl_code_address.SetOffset(m_impl_code->StartAddress()); in SetupDispatchFunction()
781 impl_code_address.SetOffset(m_impl_code->StartAddress()); in SetupDispatchFunction()
DAppleObjCRuntimeV2.cpp1741 function_address.SetOffset(m_get_class_info_code->StartAddress()); in UpdateISAToDescriptorMapDynamic()
1992 function_address.SetOffset(m_get_shared_cache_class_info_code->StartAddress()); in UpdateISAToDescriptorMapSharedCache()
/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp10300 int64_t StartAddress = StoreNodes[0].OffsetFromBase; in MergeConsecutiveStores() local
10307 if (CurrAddress - StartAddress != (ElementSizeBytes * i)) in MergeConsecutiveStores()
10475 StartAddress = LoadNodes[0].OffsetFromBase; in MergeConsecutiveStores()
10483 if (CurrAddress - StartAddress != (ElementSizeBytes * i)) in MergeConsecutiveStores()