/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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFDebugRangeList.h | 21 struct BaseAddress; 81 getAbsoluteRanges(llvm::Optional<BaseAddress> BaseAddr) const;
|
D | DWARFDebugRnglists.h | 47 getAbsoluteRanges(llvm::Optional<BaseAddress> BaseAddr) const;
|
D | DWARFUnit.h | 226 struct BaseAddress { struct 281 llvm::Optional<BaseAddress> BaseAddr; 436 llvm::Optional<BaseAddress> getBaseAddress();
|
D | DWARFDebugLoc.h | 45 const MCRegisterInfo *MRI, uint64_t BaseAddress,
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfCompileUnit.h | 72 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/ |
D | DwarfCompileUnit.h | 81 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/ |
D | DWARFDebugLoc.cpp | 43 uint64_t BaseAddress, in dump() argument 49 BaseAddress + E.Begin); in dump() 51 BaseAddress + E.End); in dump()
|
D | DWARFDebugRangeList.cpp | 77 llvm::Optional<BaseAddress> BaseAddr) const { in getAbsoluteRanges()
|
D | DWARFDebugRnglists.cpp | 111 llvm::Optional<BaseAddress> BaseAddr) const { in getAbsoluteRanges()
|
/external/zlib/src/contrib/dotzlib/DotZLib/ |
D | DotZLib.csproj | 28 BaseAddress = "285212672" 48 BaseAddress = "285212672"
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-cfi-verify/lib/ |
D | FileAnalysis.cpp | 265 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()
|
D | GraphBuilder.h | 69 uint64_t BaseAddress; member
|
D | GraphBuilder.cpp | 85 OS << "digraph graph_" << format_hex(BaseAddress, 2) << " {\n"; in printToDOT() 99 Result.BaseAddress = Address; in buildFlowGraph()
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
D | RuntimeDyldMachOAArch64.h | 396 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/ |
D | enable_execute_stack.c | 54 VirtualProtect (mbi.BaseAddress, mbi.RegionSize, PAGE_EXECUTE_READWRITE, &mbi.Protect); in __enable_execute_stack()
|
/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/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
D | RuntimeDyldMachOAArch64.h | 456 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/ |
D | RuntimeDyldELF.cpp | 1666 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/ |
D | RuntimeDyldELF.cpp | 1618 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/ |
D | exception_handler.cc | 988 (std::max)(reinterpret_cast<ULONG64>(info.BaseAddress), in WriteMinidumpWithExceptionForProcess() 992 reinterpret_cast<ULONG64>(info.BaseAddress) in WriteMinidumpWithExceptionForProcess()
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_win.cc | 83 *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/ |
D | GraphBuilder.cpp | 84 *os << "Result BaseAddress: 0x" << std::hex << Result.BaseAddress << "\n"; in PrintTo()
|