Home
last modified time | relevance | path

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

12

/external/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugRangeList.h29 uint64_t StartAddress; member
43 return (StartAddress == 0) && (EndAddress == 0); in isEndOfListEntry()
55 return StartAddress == -1U; in isBaseAddressSelectionEntry()
56 return StartAddress == -1ULL; in isBaseAddressSelectionEntry()
/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/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugRangeList.h29 uint64_t StartAddress; member
43 return (StartAddress == 0) && (EndAddress == 0); in isEndOfListEntry()
55 return StartAddress == -1U; in isBaseAddressSelectionEntry()
56 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/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFDebugRangeList.cpp42 Entry.StartAddress = data.getRelocatedAddress(offset_ptr); in extract()
65 OS << format(format_str, Offset, RLE.StartAddress, RLE.EndAddress); in dump()
80 E.LowPC = RLE.StartAddress; in getAbsoluteRanges()
/external/llvm-project/llvm/lib/DebugInfo/DWARF/
DDWARFDebugRangeList.cpp42 Entry.StartAddress = data.getRelocatedAddress(offset_ptr); in extract()
65 OS << format(format_str, Offset, RLE.StartAddress, RLE.EndAddress); in dump()
83 E.LowPC = RLE.StartAddress; in getAbsoluteRanges()
/external/llvm-project/lldb/tools/debugserver/source/MacOSX/
DMachVMRegion.h26 mach_vm_address_t StartAddress() const { return m_start; } in StartAddress() function
36 return addr >= StartAddress() && addr < EndAddress(); in ContainsAddress()
DMachVMMemory.cpp80 region_info->addr = vmRegion.StartAddress(); in GetMemoryRegionInfo()
91 mach_vm_address_t start_addr = vmRegion.StartAddress(); in GetMemoryRegionInfo()
/external/llvm-project/lldb/source/Plugins/ObjectFile/PECOFF/
DPECallFrameInfo.cpp453 m_object_file.GetAddress(runtime_function->StartAddress); in GetAddressRange()
455 runtime_function->StartAddress); in GetAddressRange()
501 m_object_file.GetAddress(runtime_function->StartAddress), in GetUnwindPlan()
502 runtime_function->EndAddress - runtime_function->StartAddress)); in GetUnwindPlan()
524 if (runtime_function->StartAddress < rva + size && in FindRuntimeFunctionIntersectsWithRange()
528 if (runtime_function->StartAddress >= rva + size) in FindRuntimeFunctionIntersectsWithRange()
/external/llvm-project/openmp/libomptarget/deviceRTLs/common/src/
Ddata_sharing.cu86 const uintptr_t StartAddress = (uintptr_t)StackP; in data_sharing_push_stack_common() local
88 const uintptr_t RequestedEndAddress = StartAddress + (uintptr_t)PushSize; in data_sharing_push_stack_common()
/external/llvm-project/lldb/include/lldb/Expression/
DExpression.h78 lldb::addr_t StartAddress() { return m_jit_start_addr; } in StartAddress() function
/external/llvm/lib/ExecutionEngine/IntelJITEvents/
DIntelJITEventListener.cpp65 static LineNumberInfo DILineInfoToIntelJITFormat(uintptr_t StartAddress, in DILineInfoToIntelJITFormat() argument
70 Result.Offset = Address - StartAddress; in DILineInfoToIntelJITFormat()
/external/llvm-project/llvm/lib/DebugInfo/GSYM/
DDwarfTransformer.cpp253 const uint64_t StartAddress = FI.startAddress(); in convertFunctionLineTable() local
255 const uint64_t RangeSize = EndAddress - StartAddress; in convertFunctionLineTable()
257 StartAddress, object::SectionedAddress::UndefSection}; in convertFunctionLineTable()
267 LineEntry LE(StartAddress, CUI.DWARFToGSYMFileIndex(Gsym, *FileIdx), in convertFunctionLineTable()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/IntelJITEvents/
DIntelJITEventListener.cpp65 static LineNumberInfo DILineInfoToIntelJITFormat(uintptr_t StartAddress, in DILineInfoToIntelJITFormat() argument
70 Result.Offset = Address - StartAddress; in DILineInfoToIntelJITFormat()
/external/llvm/lib/MC/
DMachObjectWriter.cpp611 uint64_t StartAddress = 0; in computeSectionAddresses() local
613 StartAddress = alignTo(StartAddress, Sec->getAlignment()); in computeSectionAddresses()
614 SectionAddress[Sec] = StartAddress; in computeSectionAddresses()
615 StartAddress += Layout.getSectionAddressSize(Sec); in computeSectionAddresses()
620 StartAddress += getPaddingSize(Sec, Layout); in computeSectionAddresses()
/external/llvm/include/llvm/Support/
DWin64EH.h70 support::ulittle32_t StartAddress; member
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DWin64EH.h88 support::ulittle32_t StartAddress; member
/external/llvm-project/lldb/source/Expression/
DUtilityFunction.cpp73 impl_code_address.SetOffset(StartAddress()); in MakeFunctionCaller()
/external/llvm-project/llvm/include/llvm/Support/
DWin64EH.h94 support::ulittle32_t StartAddress; member
/external/llvm-project/llvm/test/CodeGen/X86/
Dwin64_eh_leaf.ll16 ; READOBJ-NEXT: StartAddress: not_leaf
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMachObjectWriter.cpp644 uint64_t StartAddress = 0; in computeSectionAddresses() local
646 StartAddress = alignTo(StartAddress, Sec->getAlignment()); in computeSectionAddresses()
647 SectionAddress[Sec] = StartAddress; in computeSectionAddresses()
648 StartAddress += Layout.getSectionAddressSize(Sec); in computeSectionAddresses()
653 StartAddress += getPaddingSize(Sec, Layout); in computeSectionAddresses()
/external/llvm-project/llvm/lib/MC/
DMachObjectWriter.cpp644 uint64_t StartAddress = 0; in computeSectionAddresses() local
646 StartAddress = alignTo(StartAddress, Sec->getAlignment()); in computeSectionAddresses()
647 SectionAddress[Sec] = StartAddress; in computeSectionAddresses()
648 StartAddress += Layout.getSectionAddressSize(Sec); in computeSectionAddresses()
653 StartAddress += getPaddingSize(Sec, Layout); in computeSectionAddresses()
/external/llvm/tools/llvm-objdump/
DCOFFDump.cpp519 if (!RF.StartAddress) in printRuntimeFunction()
523 static_cast<uint32_t>(RF.StartAddress)) in printRuntimeFunction()
549 RF.StartAddress); in printRuntimeFunctionRels()
/external/llvm-project/llvm/lib/ExecutionEngine/IntelJITEvents/
DIntelJITEventListener.cpp148 static LineNumberInfo DILineInfoToIntelJITFormat(uintptr_t StartAddress, in DILineInfoToIntelJITFormat() argument
153 Result.Offset = Address - StartAddress; in DILineInfoToIntelJITFormat()
/external/llvm-project/llvm/tools/llvm-objdump/
DCOFFDump.cpp533 if (!RF.StartAddress) in printRuntimeFunction()
537 static_cast<uint32_t>(RF.StartAddress)) in printRuntimeFunction()
563 RF.StartAddress); in printRuntimeFunctionRels()

12