Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DWin64EH.h88 support::ulittle32_t StartAddress; member
/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
DNaClBitstreamReader.h267 NaClBitstreamReader(size_t StartAddress, const unsigned char *Start, in NaClBitstreamReader() argument
271 ErrorOffset(StartAddress) { in NaClBitstreamReader()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp15816 int64_t StartAddress = StoreNodes[0].OffsetFromBase; in MergeConsecutiveStores() local
15821 if (CurrAddress - StartAddress != (ElementSizeBytes * i)) in MergeConsecutiveStores()
16081 StartAddress = LoadNodes[0].OffsetFromBase; in MergeConsecutiveStores()
16089 if (CurrAddress - StartAddress != (ElementSizeBytes * i)) in MergeConsecutiveStores()