Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/lib/DebugInfo/
DDWARFDebugRangeList.h27 uint64_t StartAddress; member
38 return (StartAddress == 0) && (EndAddress == 0); in isEndOfListEntry()
49 return StartAddress == -1U; in isBaseAddressSelectionEntry()
51 return StartAddress == -1ULL; in isBaseAddressSelectionEntry()
54 return (BaseAddress + StartAddress <= Address) && in containsAddress()
DDWARFDebugRangeList.cpp33 entry.StartAddress = data.getAddress(offset_ptr); in extract()
52 OS << format(format_str, Offset, Entries[i].StartAddress, in dump()
/freebsd-9-stable/sys/contrib/dev/acpica/tables/
Dtbxfroot.c58 UINT8 *StartAddress,
259 UINT8 *StartAddress, in ACPI_EXPORT_SYMBOL()
270 EndAddress = StartAddress + Length; in ACPI_EXPORT_SYMBOL()
274 for (MemRover = StartAddress; MemRover < EndAddress; in ACPI_EXPORT_SYMBOL()
296 StartAddress)); in ACPI_EXPORT_SYMBOL()
/freebsd-9-stable/contrib/llvm/lib/MC/
DMCModuleYAML.cpp100 yaml::Hex64 StartAddress; member
180 IO.mapRequired("StartAddress", A.StartAddress); in mapping()
310 A.StartAddress = MCA->getBeginAddr(); in dumpAtom()
366 uint64_t StartAddress = AI->StartAddress; in parse() local
369 uint64_t EndAddress = StartAddress + AI->Size - 1; in parse()
372 MCTextAtom *TA = MCM.createTextAtom(StartAddress, EndAddress); in parse()
373 TAByAddr[StartAddress] = TA; in parse()
386 MCDataAtom *DA = MCM.createDataAtom(StartAddress, EndAddress); in parse()
DMachObjectWriter.cpp606 uint64_t StartAddress = 0; in computeSectionAddresses() local
610 StartAddress = RoundUpToAlignment(StartAddress, SD->getAlignment()); in computeSectionAddresses()
611 SectionAddress[SD] = StartAddress; in computeSectionAddresses()
612 StartAddress += Layout.getSectionAddressSize(SD); in computeSectionAddresses()
617 StartAddress += getPaddingSize(SD, Layout); in computeSectionAddresses()
/freebsd-9-stable/contrib/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()
/freebsd-9-stable/contrib/llvm/include/llvm/Support/
DWin64EH.h70 support::ulittle32_t StartAddress; member
/freebsd-9-stable/contrib/llvm/tools/llvm-objdump/
DCOFFDump.cpp323 I->StartAddress); in printCOFFUnwindInfo()
/freebsd-9-stable/sys/contrib/dev/acpica/include/
Dactbl2.h767 UINT64 StartAddress; member
/freebsd-9-stable/contrib/llvm/tools/llvm-readobj/
DCOFFDumper.cpp980 formatSymbol(Rels, OffsetInSection + 0, RTF.StartAddress)); in printRuntimeFunction()
1047 Chained->StartAddress)); in printUnwindInfo()
/freebsd-9-stable/sys/contrib/dev/acpica/common/
Ddmtbinfo.c981 {ACPI_DMT_UINT64, ACPI_IVRS1_OFFSET (StartAddress), "Start Address", 0},
/freebsd-9-stable/contrib/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp8680 int64_t StartAddress = StoreNodes[0].OffsetFromBase; in MergeConsecutiveStores() local
8687 if (CurrAddress - StartAddress != (ElementSizeBytes * i)) in MergeConsecutiveStores()
8901 StartAddress = LoadNodes[0].OffsetFromBase; in MergeConsecutiveStores()
8909 if (CurrAddress - StartAddress != (ElementSizeBytes * i)) in MergeConsecutiveStores()