/external/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFDebugRangeList.h | 29 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/ |
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()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFDebugRangeList.h | 29 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/ |
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/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/ |
D | DWARFDebugRangeList.cpp | 42 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/ |
D | DWARFDebugRangeList.cpp | 42 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/ |
D | MachVMRegion.h | 26 mach_vm_address_t StartAddress() const { return m_start; } in StartAddress() function 36 return addr >= StartAddress() && addr < EndAddress(); in ContainsAddress()
|
D | MachVMMemory.cpp | 80 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/ |
D | PECallFrameInfo.cpp | 453 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/ |
D | data_sharing.cu | 86 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/ |
D | Expression.h | 78 lldb::addr_t StartAddress() { return m_jit_start_addr; } in StartAddress() function
|
/external/llvm/lib/ExecutionEngine/IntelJITEvents/ |
D | IntelJITEventListener.cpp | 65 static LineNumberInfo DILineInfoToIntelJITFormat(uintptr_t StartAddress, in DILineInfoToIntelJITFormat() argument 70 Result.Offset = Address - StartAddress; in DILineInfoToIntelJITFormat()
|
/external/llvm-project/llvm/lib/DebugInfo/GSYM/ |
D | DwarfTransformer.cpp | 253 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/ |
D | IntelJITEventListener.cpp | 65 static LineNumberInfo DILineInfoToIntelJITFormat(uintptr_t StartAddress, in DILineInfoToIntelJITFormat() argument 70 Result.Offset = Address - StartAddress; in DILineInfoToIntelJITFormat()
|
/external/llvm/lib/MC/ |
D | MachObjectWriter.cpp | 611 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/ |
D | Win64EH.h | 70 support::ulittle32_t StartAddress; member
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | Win64EH.h | 88 support::ulittle32_t StartAddress; member
|
/external/llvm-project/lldb/source/Expression/ |
D | UtilityFunction.cpp | 73 impl_code_address.SetOffset(StartAddress()); in MakeFunctionCaller()
|
/external/llvm-project/llvm/include/llvm/Support/ |
D | Win64EH.h | 94 support::ulittle32_t StartAddress; member
|
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | win64_eh_leaf.ll | 16 ; READOBJ-NEXT: StartAddress: not_leaf
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
D | MachObjectWriter.cpp | 644 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/ |
D | MachObjectWriter.cpp | 644 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/ |
D | COFFDump.cpp | 519 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/ |
D | IntelJITEventListener.cpp | 148 static LineNumberInfo DILineInfoToIntelJITFormat(uintptr_t StartAddress, in DILineInfoToIntelJITFormat() argument 153 Result.Offset = Address - StartAddress; in DILineInfoToIntelJITFormat()
|
/external/llvm-project/llvm/tools/llvm-objdump/ |
D | COFFDump.cpp | 533 if (!RF.StartAddress) in printRuntimeFunction() 537 static_cast<uint32_t>(RF.StartAddress)) in printRuntimeFunction() 563 RF.StartAddress); in printRuntimeFunctionRels()
|