/external/llvm/lib/DebugInfo/ |
D | DWARFDebugRangeList.h | 30 uint64_t StartAddress; member 41 return (StartAddress == 0) && (EndAddress == 0); in isEndOfListEntry() 52 return StartAddress == -1U; in isBaseAddressSelectionEntry() 54 return StartAddress == -1ULL; in isBaseAddressSelectionEntry()
|
D | DWARFDebugRangeList.cpp | 33 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/ |
D | MCModuleYAML.cpp | 101 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/ |
D | MachVMRegion.h | 28 mach_vm_address_t StartAddress() const { return m_start; } in StartAddress() function 40 return addr >= StartAddress() && addr < EndAddress(); in ContainsAddress()
|
D | MachVMMemory.cpp | 84 region_info->addr = vmRegion.StartAddress(); in GetMemoryRegionInfo() 98 mach_vm_address_t start_addr = vmRegion.StartAddress(); in GetMemoryRegionInfo()
|
/external/llvm/lib/ExecutionEngine/IntelJITEvents/ |
D | IntelJITEventListener.cpp | 72 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/ |
D | ClangExpression.h | 138 StartAddress () in StartAddress() function
|
/external/llvm/include/llvm/Support/ |
D | Win64EH.h | 70 support::ulittle32_t StartAddress; member
|
/external/llvm/lib/MC/ |
D | MachObjectWriter.cpp | 642 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/ |
D | COFFDump.cpp | 454 if (!RF.StartAddress) in printRuntimeFunction() 458 static_cast<uint32_t>(RF.StartAddress)) in printRuntimeFunction() 484 RF.StartAddress); in printRuntimeFunctionRels()
|
/external/lldb/source/Expression/ |
D | IRDynamicChecks.cpp | 366 …_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/ |
D | Win64EHDumper.cpp | 165 formatSymbol(Ctx, Section, Offset + 0, RF.StartAddress)); in printRuntimeFunctionEntry()
|
/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
D | AppleObjCTrampolineHandler.cpp | 776 impl_code_address.SetOffset(m_impl_code->StartAddress()); in SetupDispatchFunction() 781 impl_code_address.SetOffset(m_impl_code->StartAddress()); in SetupDispatchFunction()
|
D | AppleObjCRuntimeV2.cpp | 1741 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/ |
D | nt_internals.h | 365 IN LPTHREAD_START_ROUTINE StartAddress,
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 9150 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()
|