Searched refs:BaseAddress (Results 1 – 15 of 15) sorted by relevance
/external/llvm/lib/DebugInfo/DWARF/ |
D | DWARFDebugRangeList.cpp | 58 DWARFDebugRangeList::getAbsoluteRanges(uint64_t BaseAddress) const { in getAbsoluteRanges() 62 BaseAddress = RLE.EndAddress; in getAbsoluteRanges() 64 Res.push_back(std::make_pair(BaseAddress + RLE.StartAddress, in getAbsoluteRanges() 65 BaseAddress + RLE.EndAddress)); in getAbsoluteRanges()
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfCompileUnit.h | 57 const MCSymbol *BaseAddress; variable 228 void setBaseAddress(const MCSymbol *Base) { BaseAddress = Base; } in setBaseAddress() 229 const MCSymbol *getBaseAddress() const { return BaseAddress; } in getBaseAddress()
|
D | DwarfCompileUnit.cpp | 22 Skeleton(nullptr), BaseAddress(nullptr) { in DwarfCompileUnit()
|
/external/zlib/src/contrib/dotzlib/DotZLib/ |
D | DotZLib.csproj | 28 BaseAddress = "285212672" 48 BaseAddress = "285212672"
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
D | RuntimeDyldMachOAArch64.h | 379 uintptr_t BaseAddress = uintptr_t(Section.Address); in processGOTRelocation() local 382 (BaseAddress + Section.StubOffset + StubAlignment - 1) & in processGOTRelocation() 384 unsigned StubOffset = StubAddress - BaseAddress; in processGOTRelocation()
|
/external/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFDebugRangeList.h | 74 DWARFAddressRangesVector getAbsoluteRanges(uint64_t BaseAddress) const;
|
/external/compiler-rt/test/builtins/Unit/ |
D | enable_execute_stack_test.c | 27 if (!VirtualProtect(b.BaseAddress, b.RegionSize, PAGE_EXECUTE_READWRITE, &b.Protect)) in __enable_execute_stack()
|
D | clear_cache_test.c | 66 if (!VirtualProtect(b.BaseAddress, b.RegionSize, PAGE_EXECUTE_READWRITE, &b.Protect)) in main()
|
/external/llvm/lib/Transforms/Scalar/ |
D | LoopUnrollPass.cpp | 269 Value *BaseAddress; member 280 BaseAddress = SC->getValue(); in follow() 282 IndexIsConstant && isLoadFromConstantInitializer(BaseAddress); in follow() 449 LoadBaseAddresses[LI] = Visitor.BaseAddress; in findConstFoldableLoads()
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldELF.cpp | 1258 uintptr_t BaseAddress = uintptr_t(Section.Address); in processRelocationRef() local 1260 StubAddress = (BaseAddress + Section.StubOffset + StubAlignment - 1) & in processRelocationRef() 1262 unsigned StubOffset = StubAddress - BaseAddress; in processRelocationRef() 1310 uintptr_t BaseAddress = uintptr_t(Section.Address); in processRelocationRef() local 1312 StubAddress = (BaseAddress + Section.StubOffset + StubAlignment - 1) & in processRelocationRef() 1314 unsigned StubOffset = StubAddress - BaseAddress; in processRelocationRef()
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_win.cc | 79 *stack_top = (uptr)mbi.BaseAddress + mbi.RegionSize; in GetThreadStackTopAndBottom() 162 (uptr)mbi.BaseAddress + mbi.RegionSize >= range_end; in MemoryRangeIsAvailable()
|
/external/google-breakpad/src/client/windows/handler/ |
D | exception_handler.cc | 988 (std::max)(reinterpret_cast<ULONG64>(info.BaseAddress), in WriteMinidumpWithExceptionForProcess() 992 reinterpret_cast<ULONG64>(info.BaseAddress) in WriteMinidumpWithExceptionForProcess()
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | dbghelp.h | 1106 ULONG64 BaseAddress; member
|
/external/llvm/tools/llvm-objdump/ |
D | MachODump.cpp | 6078 uint64_t BaseAddress = 0; in DisassembleMachO() local 6080 BaseAddress = Sections[0].getAddress(); in DisassembleMachO() 6082 BaseAddress = BaseSegmentAddress; in DisassembleMachO() 6088 Dices.push_back(std::make_pair(BaseAddress + Offset, *DI)); in DisassembleMachO()
|
/external/v8/ |
D | ChangeLog | 2320 Removed ArrayBufferView::BaseAddress method.
|