Searched refs:StartAddress (Results 1 - 21 of 21) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugRangeList.h29 uint64_t StartAddress; member in struct:llvm::DWARFDebugRangeList::RangeListEntry
43 return (StartAddress == 0) && (EndAddress == 0);
55 return StartAddress == -1U;
56 return StartAddress == -1ULL;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugRangeList.cpp42 Entry.StartAddress = data.getRelocatedAddress(offset_ptr);
65 OS << format(format_str, Offset, RLE.StartAddress, RLE.EndAddress);
80 E.LowPC = RLE.StartAddress;
/freebsd-11-stable/sys/contrib/dev/acpica/components/tables/
H A Dtbxfroot.c380 * PARAMETERS: StartAddress - Starting pointer for search
391 UINT8 *StartAddress,
402 EndAddress = StartAddress + Length;
406 for (MemRover = StartAddress; MemRover < EndAddress;
429 StartAddress));
/freebsd-11-stable/sys/contrib/dev/acpica/components/utilities/
H A Dutaddress.c212 RangeInfo->StartAddress = Address;
283 ACPI_FORMAT_UINT64 (RangeInfo->StartAddress),
358 (EndAddress >= RangeInfo->StartAddress))
372 ACPI_FORMAT_UINT64 (RangeInfo->StartAddress),
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Expression/
H A DExpression.h76 lldb::addr_t StartAddress() { return m_jit_start_addr; } function in class:lldb_private::Expression
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DWin64EH.h88 support::ulittle32_t StartAddress; member in struct:llvm::Win64EH::RuntimeFunction
/freebsd-11-stable/contrib/llvm-project/lldb/source/Expression/
H A DUtilityFunction.cpp73 impl_code_address.SetOffset(StartAddress());
/freebsd-11-stable/sys/contrib/dev/acpica/include/
H A Dactables.h173 UINT8 *StartAddress,
H A Dactbl1.h1588 UINT64 StartAddress; member in struct:acpi_nfit_data_region
H A Dactbl2.h1260 UINT64 StartAddress; member in struct:acpi_ivrs_memory
H A Daclocal.h959 ACPI_PHYSICAL_ADDRESS StartAddress; member in struct:acpi_address_range
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/IntelJITEvents/
H A DIntelJITEventListener.cpp65 static LineNumberInfo DILineInfoToIntelJITFormat(uintptr_t StartAddress, argument
70 Result.Offset = Address - StartAddress;
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DCOFFDump.cpp532 if (!RF.StartAddress)
536 static_cast<uint32_t>(RF.StartAddress))
561 /*offsetof(RuntimeFunction, StartAddress)*/ 0,
562 RF.StartAddress);
H A Dllvm-objdump.cpp308 StartAddress("start-address", cl::desc("Disassemble beginning at address"),
1312 if (Start >= End || End <= StartAddress)
1363 if (SectionAddr < StartAddress)
1364 Index = std::max<uint64_t>(Index, StartAddress - SectionAddr);
1498 if (getHidden(*RelCur) || SectionAddr + Offset < StartAddress) {
1648 if (Address < StartAddress || Address > StopAddress || getHidden(Reloc))
1818 if ((Address < StartAddress) || (Address > StopAddress))
2135 if (StartAddress.getNumOccurrences() == 0)
2162 if (StartAddress.getNumOccurrences() || StopAddress.getNumOccurrences())
2163 checkForInvalidStartStopAddress(O, StartAddress, StopAddres
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/
H A DMachObjectWriter.cpp644 uint64_t StartAddress = 0; local
646 StartAddress = alignTo(StartAddress, Sec->getAlignment());
647 SectionAddress[Sec] = StartAddress;
648 StartAddress += Layout.getSectionAddressSize(Sec);
653 StartAddress += getPaddingSize(Sec, Layout);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRDynamicChecks.cpp328 BuildPointerValidatorFunc(m_checker_function->StartAddress());
397 BuildObjectCheckerFunc(m_checker_function->StartAddress());
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dz_Windows_NT_util.cpp67 LPVOID StartAddress; member in struct:SYSTEM_THREAD
78 KMP_BUILD_ASSERT(offsetof(SYSTEM_THREAD, StartAddress) == 28);
81 KMP_BUILD_ASSERT(offsetof(SYSTEM_THREAD, StartAddress) == 32);
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DWin64EHDumper.cpp208 SW.printString("StartAddress",
209 formatSymbol(Ctx, Section, Offset + 0, RF.StartAddress));
/freebsd-11-stable/usr.sbin/acpi/acpidump/
H A Dacpi.c1330 (uintmax_t)datareg->StartAddress);
/freebsd-11-stable/sys/contrib/dev/acpica/common/
H A Ddmtbinfo.c1915 {ACPI_DMT_UINT64, ACPI_IVRS1_OFFSET (StartAddress), "Start Address", 0},
2550 {ACPI_DMT_UINT64, ACPI_NFIT5_OFFSET (StartAddress), "Start Address", 0},
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp15821 int64_t StartAddress = StoreNodes[0].OffsetFromBase; local
15826 if (CurrAddress - StartAddress != (ElementSizeBytes * i))
16086 StartAddress = LoadNodes[0].OffsetFromBase;
16094 if (CurrAddress - StartAddress != (ElementSizeBytes * i))

Completed in 397 milliseconds