Searched refs:StartAddress (Results 1 – 12 of 12) sorted by relevance
| /freebsd-9-stable/contrib/llvm/lib/DebugInfo/ |
| D | DWARFDebugRangeList.h | 27 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()
|
| D | DWARFDebugRangeList.cpp | 33 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/ |
| D | tbxfroot.c | 58 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/ |
| D | MCModuleYAML.cpp | 100 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()
|
| D | MachObjectWriter.cpp | 606 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/ |
| 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()
|
| /freebsd-9-stable/contrib/llvm/include/llvm/Support/ |
| D | Win64EH.h | 70 support::ulittle32_t StartAddress; member
|
| /freebsd-9-stable/contrib/llvm/tools/llvm-objdump/ |
| D | COFFDump.cpp | 323 I->StartAddress); in printCOFFUnwindInfo()
|
| /freebsd-9-stable/sys/contrib/dev/acpica/include/ |
| D | actbl2.h | 767 UINT64 StartAddress; member
|
| /freebsd-9-stable/contrib/llvm/tools/llvm-readobj/ |
| D | COFFDumper.cpp | 980 formatSymbol(Rels, OffsetInSection + 0, RTF.StartAddress)); in printRuntimeFunction() 1047 Chained->StartAddress)); in printUnwindInfo()
|
| /freebsd-9-stable/sys/contrib/dev/acpica/common/ |
| D | dmtbinfo.c | 981 {ACPI_DMT_UINT64, ACPI_IVRS1_OFFSET (StartAddress), "Start Address", 0},
|
| /freebsd-9-stable/contrib/llvm/lib/CodeGen/SelectionDAG/ |
| D | DAGCombiner.cpp | 8680 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()
|