Home
last modified time | relevance | path

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

12

/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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugRangeList.h21 struct BaseAddress;
81 getAbsoluteRanges(llvm::Optional<BaseAddress> BaseAddr) const;
DDWARFDebugRnglists.h47 getAbsoluteRanges(llvm::Optional<BaseAddress> BaseAddr) const;
DDWARFUnit.h226 struct BaseAddress { struct
281 llvm::Optional<BaseAddress> BaseAddr;
436 llvm::Optional<BaseAddress> getBaseAddress();
DDWARFDebugLoc.h45 const MCRegisterInfo *MRI, uint64_t BaseAddress,
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfCompileUnit.h72 const MCSymbol *BaseAddress; variable
259 void setBaseAddress(const MCSymbol *Base) { BaseAddress = Base; } in setBaseAddress()
260 const MCSymbol *getBaseAddress() const { return BaseAddress; } in getBaseAddress()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfCompileUnit.h81 const MCSymbol *BaseAddress = nullptr; variable
300 void setBaseAddress(const MCSymbol *Base) { BaseAddress = Base; } in setBaseAddress()
301 const MCSymbol *getBaseAddress() const { return BaseAddress; } in getBaseAddress()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFDebugLoc.cpp43 uint64_t BaseAddress, in dump() argument
49 BaseAddress + E.Begin); in dump()
51 BaseAddress + E.End); in dump()
DDWARFDebugRangeList.cpp77 llvm::Optional<BaseAddress> BaseAddr) const { in getAbsoluteRanges()
DDWARFDebugRnglists.cpp111 llvm::Optional<BaseAddress> BaseAddr) const { in getAbsoluteRanges()
/external/zlib/src/contrib/dotzlib/DotZLib/
DDotZLib.csproj28 BaseAddress = "285212672"
48 BaseAddress = "285212672"
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-cfi-verify/lib/
DFileAnalysis.cpp265 const Instr *InstrMetaPtr = getInstruction(Graph.BaseAddress); in validateCFIProtection()
284 if (indirectCFOperandClobber(Graph) != Graph.BaseAddress) in validateCFIProtection()
294 const Instr &IndirectCF = getInstructionOrDie(Graph.BaseAddress); in indirectCFOperandClobber()
345 return Graph.BaseAddress; in indirectCFOperandClobber()
DGraphBuilder.h69 uint64_t BaseAddress; member
DGraphBuilder.cpp85 OS << "digraph graph_" << format_hex(BaseAddress, 2) << " {\n"; in printToDOT()
99 Result.BaseAddress = Address; in buildFlowGraph()
/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldMachOAArch64.h396 uintptr_t BaseAddress = uintptr_t(Section.getAddress()); in processGOTRelocation() local
399 (BaseAddress + Section.getStubOffset() + StubAlignment - 1) & in processGOTRelocation()
401 unsigned StubOffset = StubAddress - BaseAddress; in processGOTRelocation()
/external/compiler-rt/lib/builtins/
Denable_execute_stack.c54 VirtualProtect (mbi.BaseAddress, mbi.RegionSize, PAGE_EXECUTE_READWRITE, &mbi.Protect); in __enable_execute_stack()
/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/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldMachOAArch64.h456 uintptr_t BaseAddress = uintptr_t(Section.getAddress()); in processGOTRelocation() local
459 (BaseAddress + Section.getStubOffset() + StubAlignment - 1) & in processGOTRelocation()
461 unsigned StubOffset = StubAddress - BaseAddress; in processGOTRelocation()
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.cpp1666 uintptr_t BaseAddress = uintptr_t(Section.getAddress()); in processRelocationRef() local
1669 (BaseAddress + Section.getStubOffset() + StubAlignment - 1) & in processRelocationRef()
1671 unsigned StubOffset = StubAddress - BaseAddress; in processRelocationRef()
1720 uintptr_t BaseAddress = uintptr_t(Section.getAddress()); in processRelocationRef() local
1723 (BaseAddress + Section.getStubOffset() + StubAlignment - 1) & in processRelocationRef()
1725 unsigned StubOffset = StubAddress - BaseAddress; in processRelocationRef()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.cpp1618 uintptr_t BaseAddress = uintptr_t(Section.getAddress()); in processRelocationRef() local
1621 (BaseAddress + Section.getStubOffset() + StubAlignment - 1) & in processRelocationRef()
1623 unsigned StubOffset = StubAddress - BaseAddress; in processRelocationRef()
1672 uintptr_t BaseAddress = uintptr_t(Section.getAddress()); in processRelocationRef() local
1675 (BaseAddress + Section.getStubOffset() + StubAlignment - 1) & in processRelocationRef()
1677 unsigned StubOffset = StubAddress - BaseAddress; in processRelocationRef()
/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/compiler-rt/lib/sanitizer_common/
Dsanitizer_win.cc83 *stack_top = (uptr)mbi.BaseAddress + mbi.RegionSize; in GetThreadStackTopAndBottom()
250 (uptr)mbi.BaseAddress + mbi.RegionSize >= range_end; in MemoryRangeIsAvailable()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/tools/llvm-cfi-verify/
DGraphBuilder.cpp84 *os << "Result BaseAddress: 0x" << std::hex << Result.BaseAddress << "\n"; in PrintTo()

12