Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugRangeList.h31 uint64_t StartAddress; member
45 return (StartAddress == 0) && (EndAddress == 0); in isEndOfListEntry()
57 return StartAddress == -1U; in isBaseAddressSelectionEntry()
59 return StartAddress == -1ULL; in isBaseAddressSelectionEntry()
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugRangeList.h30 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/llvm/lib/DebugInfo/DWARF/
DDWARFDebugRangeList.cpp33 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-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFDebugRangeList.cpp49 Entry.StartAddress = data.getRelocatedAddress(offset_ptr); in extract()
71 OS << format(format_str, Offset, RLE.StartAddress, RLE.EndAddress); in dump()
86 E.LowPC = RLE.StartAddress; in getAbsoluteRanges()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/IntelJITEvents/
DIntelJITEventListener.cpp66 static LineNumberInfo DILineInfoToIntelJITFormat(uintptr_t StartAddress, in DILineInfoToIntelJITFormat() argument
71 Result.Offset = Address - StartAddress; in DILineInfoToIntelJITFormat()
/external/llvm/lib/ExecutionEngine/IntelJITEvents/
DIntelJITEventListener.cpp65 static LineNumberInfo DILineInfoToIntelJITFormat(uintptr_t StartAddress, in DILineInfoToIntelJITFormat() argument
70 Result.Offset = Address - StartAddress; in DILineInfoToIntelJITFormat()
/external/llvm/lib/MC/
DMachObjectWriter.cpp611 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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DWin64EH.h70 support::ulittle32_t StartAddress; member
/external/llvm/include/llvm/Support/
DWin64EH.h70 support::ulittle32_t StartAddress; member
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DMachObjectWriter.cpp628 uint64_t StartAddress = 0; in computeSectionAddresses() local
630 StartAddress = alignTo(StartAddress, Sec->getAlignment()); in computeSectionAddresses()
631 SectionAddress[Sec] = StartAddress; in computeSectionAddresses()
632 StartAddress += Layout.getSectionAddressSize(Sec); in computeSectionAddresses()
637 StartAddress += getPaddingSize(Sec, Layout); in computeSectionAddresses()
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Dwin64_eh_leaf.ll16 ; READOBJ-NEXT: StartAddress: not_leaf
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objdump/
DCOFFDump.cpp514 if (!RF.StartAddress) in printRuntimeFunction()
518 static_cast<uint32_t>(RF.StartAddress)) in printRuntimeFunction()
544 RF.StartAddress); in printRuntimeFunctionRels()
Dllvm-objdump.cpp253 StartAddress("start-address", cl::desc("Disassemble beginning at address"), variable
1239 if (StartAddress > StopAddress) in DisassembleObject()
1488 if (End + SectionAddr < StartAddress || in DisassembleObject()
1563 if (Index + SectionAddr < StartAddress || in DisassembleObject()
1645 if (((SectionAddr + Index) < StartAddress) || in DisassembleObject()
1763 if (hidden || ((SectionAddr + addr) < StartAddress)) { in DisassembleObject()
1800 if (address < StartAddress || address > StopAddress || hidden) in PrintRelocations()
1926 if ((Address < StartAddress) || (Address > StopAddress)) in PrintSymbolTable()
/external/llvm/tools/llvm-objdump/
DCOFFDump.cpp519 if (!RF.StartAddress) in printRuntimeFunction()
523 static_cast<uint32_t>(RF.StartAddress)) in printRuntimeFunction()
549 RF.StartAddress); in printRuntimeFunctionRels()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/
DDwarfStreamer.cpp287 if (Range.StartAddress == Range.EndAddress) in emitRangesEntries()
291 if (!(Range.StartAddress + OrigLowPc >= FuncRange.start() && in emitRangesEntries()
294 MS->EmitIntValue(Range.StartAddress + PcOffset, AddressSize); in emitRangesEntries()
DDwarfLinker.cpp1601 First.StartAddress + OrigLowPc < CurrRange.start() || in patchRangesForUnit()
1602 First.StartAddress + OrigLowPc >= CurrRange.stop()) { in patchRangesForUnit()
1603 CurrRange = FunctionRanges.find(First.StartAddress + OrigLowPc); in patchRangesForUnit()
1605 CurrRange.start() > First.StartAddress + OrigLowPc) { in patchRangesForUnit()
/external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
DNaClBitstreamReader.h271 NaClBitstreamReader(size_t StartAddress, const unsigned char *Start, in NaClBitstreamReader() argument
275 ErrorOffset(StartAddress) { BlockInfoRecords->freeze(); } in NaClBitstreamReader()
/external/llvm/tools/llvm-readobj/
DWin64EHDumper.cpp170 formatSymbol(Ctx, Section, Offset + 0, RF.StartAddress)); in printRuntimeFunctionEntry()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/
DWin64EHDumper.cpp170 formatSymbol(Ctx, Section, Offset + 0, RF.StartAddress)); in printRuntimeFunctionEntry()
/external/llvm/tools/dsymutil/
DDwarfLinker.cpp732 if (Range.StartAddress == Range.EndAddress) in emitRangesEntries()
736 if (!(Range.StartAddress + OrigLowPc >= FuncRange.start() && in emitRangesEntries()
739 MS->EmitIntValue(Range.StartAddress + PcOffset, AddressSize); in emitRangesEntries()
2903 First.StartAddress + OrigLowPc < CurrRange.start() || in patchRangesForUnit()
2904 First.StartAddress + OrigLowPc >= CurrRange.stop()) { in patchRangesForUnit()
2905 CurrRange = FunctionRanges.find(First.StartAddress + OrigLowPc); in patchRangesForUnit()
2907 CurrRange.start() > First.StartAddress + OrigLowPc) { in patchRangesForUnit()
/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp11572 int64_t StartAddress = StoreNodes[0].OffsetFromBase; in MergeConsecutiveStores() local
11579 if (CurrAddress - StartAddress != (ElementSizeBytes * i)) in MergeConsecutiveStores()
11769 StartAddress = LoadNodes[0].OffsetFromBase; in MergeConsecutiveStores()
11777 if (CurrAddress - StartAddress != (ElementSizeBytes * i)) in MergeConsecutiveStores()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp14078 int64_t StartAddress = StoreNodes[0].OffsetFromBase; in MergeConsecutiveStores() local
14083 if (CurrAddress - StartAddress != (ElementSizeBytes * i)) in MergeConsecutiveStores()
14343 StartAddress = LoadNodes[0].OffsetFromBase; in MergeConsecutiveStores()
14351 if (CurrAddress - StartAddress != (ElementSizeBytes * i)) in MergeConsecutiveStores()