Home
last modified time | relevance | path

Searched refs:BaseAddress (Results 1 – 15 of 15) sorted by relevance

/external/llvm/lib/DebugInfo/DWARF/
DDWARFDebugRangeList.cpp58 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/
DDwarfCompileUnit.h57 const MCSymbol *BaseAddress; variable
228 void setBaseAddress(const MCSymbol *Base) { BaseAddress = Base; } in setBaseAddress()
229 const MCSymbol *getBaseAddress() const { return BaseAddress; } in getBaseAddress()
DDwarfCompileUnit.cpp22 Skeleton(nullptr), BaseAddress(nullptr) { in DwarfCompileUnit()
/external/zlib/src/contrib/dotzlib/DotZLib/
DDotZLib.csproj28 BaseAddress = "285212672"
48 BaseAddress = "285212672"
/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldMachOAArch64.h379 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/
DDWARFDebugRangeList.h74 DWARFAddressRangesVector getAbsoluteRanges(uint64_t BaseAddress) const;
/external/compiler-rt/test/builtins/Unit/
Denable_execute_stack_test.c27 if (!VirtualProtect(b.BaseAddress, b.RegionSize, PAGE_EXECUTE_READWRITE, &b.Protect)) in __enable_execute_stack()
Dclear_cache_test.c66 if (!VirtualProtect(b.BaseAddress, b.RegionSize, PAGE_EXECUTE_READWRITE, &b.Protect)) in main()
/external/llvm/lib/Transforms/Scalar/
DLoopUnrollPass.cpp269 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/
DRuntimeDyldELF.cpp1258 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/
Dsanitizer_win.cc79 *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/
Dexception_handler.cc988 (std::max)(reinterpret_cast<ULONG64>(info.BaseAddress), in WriteMinidumpWithExceptionForProcess()
992 reinterpret_cast<ULONG64>(info.BaseAddress) in WriteMinidumpWithExceptionForProcess()
/external/mesa3d/src/gallium/auxiliary/util/
Ddbghelp.h1106 ULONG64 BaseAddress; member
/external/llvm/tools/llvm-objdump/
DMachODump.cpp6078 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/
DChangeLog2320 Removed ArrayBufferView::BaseAddress method.