HomeSort by: relevance | last modified time | path
    Searched refs:BaseAddr (Results 1 - 25 of 36) sorted by relevancy

1 2

  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
DWARFDebugRangeList.cpp 71 llvm::Optional<object::SectionedAddress> BaseAddr) const {
78 BaseAddr = {RLE.EndAddress, RLE.SectionIndex};
91 if (BaseAddr) {
92 if (BaseAddr->Address == Tombstone)
94 E.LowPC += BaseAddr->Address;
95 E.HighPC += BaseAddr->Address;
97 E.SectionIndex = BaseAddr->SectionIndex;
DWARFDebugRnglists.cpp 89 llvm::Optional<object::SectionedAddress> BaseAddr, DWARFUnit &U) const {
91 BaseAddr, U.getAddressByteSize(),
96 Optional<object::SectionedAddress> BaseAddr, uint8_t AddressByteSize,
105 BaseAddr = LookupPooledAddress(RLE.Value0);
106 if (!BaseAddr)
107 BaseAddr = {RLE.Value0, -1ULL};
111 BaseAddr = {RLE.Value0, RLE.SectionIndex};
117 if (BaseAddr && E.SectionIndex == -1ULL)
118 E.SectionIndex = BaseAddr->SectionIndex;
126 if (BaseAddr) {
    [all...]
DWARFDebugLoc.cpp 122 Optional<SectionedAddress> BaseAddr,
128 BaseAddr, [U](uint32_t Index) -> Optional<SectionedAddress> {
171 uint64_t Offset, Optional<SectionedAddress> BaseAddr,
174 DWARFLocationInterpreter Interp(BaseAddr, std::move(LookupAddr));
188 auto BaseAddr = None;
191 dumpLocationList(&*DumpOffset, OS, BaseAddr, MRI, Obj, nullptr, DumpOpts,
201 CanContinue = dumpLocationList(&Offset, OS, BaseAddr, MRI, Obj, nullptr,
402 CanContinue = dumpLocationList(&Offset, OS, /*BaseAddr=*/None, MRI, Obj,
DWARFUnit.cpp 340 BaseAddr.reset();
802 if (BaseAddr)
803 return BaseAddr;
807 BaseAddr = toSectionedAddress(PC);
808 return BaseAddr;
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/GSYM/
Range.cpp 80 void AddressRange::encode(FileWriter &O, uint64_t BaseAddr) const {
81 assert(Start >= BaseAddr);
82 O.writeULEB(Start - BaseAddr);
86 void AddressRange::decode(DataExtractor &Data, uint64_t BaseAddr,
90 const uint64_t StartAddr = BaseAddr + AddrOffset;
95 void AddressRanges::encode(FileWriter &O, uint64_t BaseAddr) const {
100 Range.encode(O, BaseAddr);
103 void AddressRanges::decode(DataExtractor &Data, uint64_t BaseAddr,
111 Range.decode(Data, BaseAddr, Offset);
InlineInfo.cpp 105 /// \param BaseAddr The address that the relative address range offsets are
109 uint64_t BaseAddr, uint64_t Addr, SourceLocations &SrcLocs,
112 Inline.Ranges.decode(Data, BaseAddr, Offset);
160 uint64_t BaseAddr, uint64_t Addr,
165 ::lookup(GR, Data, Offset, BaseAddr, Addr, SrcLocs, Err);
176 /// \param BaseAddr The base address to use when decoding address ranges.
180 uint64_t BaseAddr) {
185 Inline.Ranges.decode(Data, BaseAddr, Offset);
223 uint64_t BaseAddr) {
225 return ::decode(Data, Offset, BaseAddr);
    [all...]
LineTable.cpp 54 static llvm::Error parse(DataExtractor &Data, uint64_t BaseAddr,
70 LineEntry Row(BaseAddr, 1, FirstLine);
122 llvm::Error LineTable::encode(FileWriter &Out, uint64_t BaseAddr) const {
193 LineEntry Prev(BaseAddr, 1, Lines.front().Line);
202 if (Curr.Addr < BaseAddr)
206 PRIx64, Curr.Addr, BaseAddr);
252 uint64_t BaseAddr) {
254 llvm::Error Err = parse(Data, BaseAddr, [&](const LineEntry &Row) -> bool {
266 Expected<LineEntry> LineTable::lookup(DataExtractor &Data, uint64_t BaseAddr, uint64_t Addr) {
268 llvm::Error Err = parse(Data, BaseAddr,
    [all...]
FunctionInfo.cpp 37 uint64_t BaseAddr) {
39 FI.Range.Start = BaseAddr;
76 if (Expected<LineTable> LT = LineTable::decode(InfoData, BaseAddr))
83 if (Expected<InlineInfo> II = InlineInfo::decode(InfoData, BaseAddr))
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/GSYM/
InlineInfo.h 105 /// \param BaseAddr The base address to use when decoding the line table.
123 uint64_t BaseAddr, uint64_t Addr,
145 /// \param BaseAddr The base address to use when decoding all address ranges.
153 uint64_t BaseAddr);
160 /// \param BaseAddr The base address to use when encoding all address ranges.
168 llvm::Error encode(FileWriter &O, uint64_t BaseAddr) const;
LineTable.h 48 /// LineEntry Row(BaseAddr, 1, FirstLine);
134 /// \param BaseAddr The base address to use when decoding the line table.
139 static Expected<LineEntry> lookup(DataExtractor &Data, uint64_t BaseAddr,
148 /// \param BaseAddr The base address to use when decoding the line table.
155 uint64_t BaseAddr);
161 /// \param BaseAddr The base address to use when decoding the line table.
166 llvm::Error encode(FileWriter &O, uint64_t BaseAddr) const;
Range.h 62 void decode(DataExtractor &Data, uint64_t BaseAddr, uint64_t &Offset);
63 void encode(FileWriter &O, uint64_t BaseAddr) const;
110 void decode(DataExtractor &Data, uint64_t BaseAddr, uint64_t &Offset);
111 void encode(FileWriter &O, uint64_t BaseAddr) const;
FunctionInfo.h 128 /// \param BaseAddr The FunctionInfo's start address and will be used as the
135 uint64_t BaseAddr);
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
DWARFDebugRnglists.h 49 getAbsoluteRanges(Optional<object::SectionedAddress> BaseAddr,
56 getAbsoluteRanges(llvm::Optional<object::SectionedAddress> BaseAddr,
DWARFDebugRangeList.h 78 getAbsoluteRanges(llvm::Optional<object::SectionedAddress> BaseAddr) const;
DWARFDebugLoc.h 65 Optional<object::SectionedAddress> BaseAddr,
71 uint64_t Offset, Optional<object::SectionedAddress> BaseAddr,
DWARFUnit.h 231 llvm::Optional<object::SectionedAddress> BaseAddr;
  /src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
MipsLegalizerInfo.cpp 360 Register BaseAddr = MI.getOperand(1).getReg();
361 LLT PtrTy = MRI.getType(BaseAddr);
375 auto Addr = MIRBuilder.buildPtrAdd(PtrTy, BaseAddr, C_P2HalfMemSize);
378 MIRBuilder.buildStore(Val, BaseAddr, *P2HalfMemOp);
384 MIRBuilder.buildStore(Unmerge.getReg(0), BaseAddr, *P2HalfMemOp);
396 MIRBuilder.buildLoad(Val, BaseAddr, *Load4MMO);
398 auto Load = MIRBuilder.buildLoad(s32, BaseAddr, *Load4MMO);
404 auto Addr = MIRBuilder.buildPtrAdd(PtrTy, BaseAddr, C_P2HalfMemSize);
406 auto Load_P2Half = MIRBuilder.buildLoad(s32, BaseAddr, *P2HalfMemOp);
MipsInstructionSelector.cpp 53 MachineOperand &BaseAddr, unsigned Offset,
56 MachineOperand &BaseAddr, unsigned Offset,
258 MachineInstr &I, unsigned Opc, MachineOperand &BaseAddr, unsigned Offset,
263 .add(BaseAddr)
272 MachineInstr &I, unsigned Opc, Register Dest, MachineOperand &BaseAddr,
277 .add(BaseAddr)
443 MachineOperand BaseAddr = I.getOperand(1);
447 // %Addr:(p0) = G_PTR_ADD %BaseAddr, %SignedOffset
450 // %LoadResult/%StoreSrc = NewOpc %BaseAddr(p0), 16_bit_signed_immediate
458 BaseAddr = Addr->getOperand(1)
    [all...]
  /src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
LinePrinter.h 53 void formatBinary(StringRef Label, ArrayRef<uint8_t> Data, uint64_t BaseAddr,
  /src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
InstrProf.h 456 inline Error create(StringRef D, uint64_t BaseAddr);
527 Error InstrProfSymtab::create(StringRef D, uint64_t BaseAddr) {
529 Address = BaseAddr;
  /src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
llvm-objdump.cpp 1789 uint64_t BaseAddr = Section.getAddress();
1802 BaseAddr, BaseAddr + Size);
1810 outs() << format(" %04" PRIx64 " ", BaseAddr + Addr);
2190 uint64_t BaseAddr = Section.getAddress();
2192 if ((Start < BaseAddr + Size) && Stop > BaseAddr)
  /src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/ELF/
Object.cpp 344 if (Addr > SegmentAddr + BaseAddr + 0xFFFFU) {
350 BaseAddr = writeBaseAddr(Addr);
356 uint64_t SegOffset = Addr - BaseAddr - SegmentAddr;
1330 uint64_t SegmentAddr = 0, BaseAddr = 0;
1340 RecAddr = R.Addr + SegmentAddr + BaseAddr;
1363 BaseAddr = checkedGetHex<uint16_t>(R.HexData) << 16;
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGClass.cpp 400 CodeGenFunction::GetAddressOfDerivedClass(Address BaseAddr,
410 BaseAddr.getPointer()->getType()->getPointerAddressSpace();
418 return Builder.CreateBitCast(BaseAddr, DerivedPtrTy);
430 llvm::Value *IsNull = Builder.CreateIsNull(BaseAddr.getPointer());
436 llvm::Value *Value = Builder.CreateBitCast(BaseAddr.getPointer(), Int8PtrTy);
  /src/sys/external/bsd/acpica/dist/common/
dmtbinfo2.c 1090 {ACPI_DMT_UINT64, ACPI_MADT26_OFFSET (BaseAddr), "BaseAddr", 0},
1106 {ACPI_DMT_UINT64, ACPI_MADT27_OFFSET (BaseAddr), "BaseAddr", 0},
  /src/sys/external/bsd/acpica/dist/include/
actbl2.h 1985 UINT64 BaseAddr;
1999 UINT64 BaseAddr;

Completed in 45 milliseconds

1 2