/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFDebugRangeList.h | 31 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/ |
D | DWARFDebugRangeList.h | 30 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/ |
D | DWARFDebugRangeList.cpp | 33 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/ |
D | DWARFDebugRangeList.cpp | 49 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/ |
D | IntelJITEventListener.cpp | 66 static LineNumberInfo DILineInfoToIntelJITFormat(uintptr_t StartAddress, in DILineInfoToIntelJITFormat() argument 71 Result.Offset = Address - StartAddress; in DILineInfoToIntelJITFormat()
|
/external/llvm/lib/ExecutionEngine/IntelJITEvents/ |
D | IntelJITEventListener.cpp | 65 static LineNumberInfo DILineInfoToIntelJITFormat(uintptr_t StartAddress, in DILineInfoToIntelJITFormat() argument 70 Result.Offset = Address - StartAddress; in DILineInfoToIntelJITFormat()
|
/external/llvm/lib/MC/ |
D | MachObjectWriter.cpp | 611 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/ |
D | Win64EH.h | 70 support::ulittle32_t StartAddress; member
|
/external/llvm/include/llvm/Support/ |
D | Win64EH.h | 70 support::ulittle32_t StartAddress; member
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/ |
D | MachObjectWriter.cpp | 628 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/ |
D | win64_eh_leaf.ll | 16 ; READOBJ-NEXT: StartAddress: not_leaf
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objdump/ |
D | COFFDump.cpp | 514 if (!RF.StartAddress) in printRuntimeFunction() 518 static_cast<uint32_t>(RF.StartAddress)) in printRuntimeFunction() 544 RF.StartAddress); in printRuntimeFunctionRels()
|
D | llvm-objdump.cpp | 253 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/ |
D | COFFDump.cpp | 519 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/ |
D | DwarfStreamer.cpp | 287 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()
|
D | DwarfLinker.cpp | 1601 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/ |
D | NaClBitstreamReader.h | 271 NaClBitstreamReader(size_t StartAddress, const unsigned char *Start, in NaClBitstreamReader() argument 275 ErrorOffset(StartAddress) { BlockInfoRecords->freeze(); } in NaClBitstreamReader()
|
/external/llvm/tools/llvm-readobj/ |
D | Win64EHDumper.cpp | 170 formatSymbol(Ctx, Section, Offset + 0, RF.StartAddress)); in printRuntimeFunctionEntry()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/ |
D | Win64EHDumper.cpp | 170 formatSymbol(Ctx, Section, Offset + 0, RF.StartAddress)); in printRuntimeFunctionEntry()
|
/external/llvm/tools/dsymutil/ |
D | DwarfLinker.cpp | 732 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/ |
D | DAGCombiner.cpp | 11572 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/ |
D | DAGCombiner.cpp | 14078 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()
|