Home
last modified time | relevance | path

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

/external/llvm/lib/DebugInfo/
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()
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/llvm/lib/MC/MCAnalysis/
DMCModuleYAML.cpp101 yaml::Hex64 StartAddress; member
183 IO.mapRequired("StartAddress", A.StartAddress); in mapping()
313 A.StartAddress = MCA->getBeginAddr(); in dumpAtom()
369 uint64_t StartAddress = AI->StartAddress; in parse() local
372 uint64_t EndAddress = StartAddress + AI->Size - 1; in parse()
375 MCTextAtom *TA = MCM.createTextAtom(StartAddress, EndAddress); in parse()
376 TAByAddr[StartAddress] = TA; in parse()
389 MCDataAtom *DA = MCM.createDataAtom(StartAddress, EndAddress); in parse()
/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.cpp72 uintptr_t StartAddress, in LineStartToIntelJITFormat() argument
77 Result.Offset = Address - StartAddress; in LineStartToIntelJITFormat()
83 static LineNumberInfo DILineInfoToIntelJITFormat(uintptr_t StartAddress, in DILineInfoToIntelJITFormat() argument
88 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.cpp642 uint64_t StartAddress = 0; in computeSectionAddresses() local
646 StartAddress = RoundUpToAlignment(StartAddress, SD->getAlignment()); in computeSectionAddresses()
647 SectionAddress[SD] = StartAddress; in computeSectionAddresses()
648 StartAddress += Layout.getSectionAddressSize(SD); in computeSectionAddresses()
653 StartAddress += getPaddingSize(SD, Layout); in computeSectionAddresses()
/external/llvm/tools/llvm-objdump/
DCOFFDump.cpp454 if (!RF.StartAddress) in printRuntimeFunction()
458 static_cast<uint32_t>(RF.StartAddress)) in printRuntimeFunction()
484 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/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/chromium_org/sandbox/win/src/
Dnt_internals.h365 IN LPTHREAD_START_ROUTINE StartAddress,
/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp9150 int64_t StartAddress = StoreNodes[0].OffsetFromBase; in MergeConsecutiveStores() local
9157 if (CurrAddress - StartAddress != (ElementSizeBytes * i)) in MergeConsecutiveStores()
9371 StartAddress = LoadNodes[0].OffsetFromBase; in MergeConsecutiveStores()
9379 if (CurrAddress - StartAddress != (ElementSizeBytes * i)) in MergeConsecutiveStores()