| /llvm-project-15.0.7/bolt/unittests/Core/ |
| H A D | BinaryContext.cpp | 67 TEST_P(BinaryContextTester, BaseAddress) { in TEST_P() argument 78 Optional<uint64_t> BaseAddress = in TEST_P() local 80 ASSERT_TRUE(BaseAddress.hasValue()); in TEST_P() 81 ASSERT_EQ(*BaseAddress, 0x7f13e46c9000ULL); in TEST_P() 83 BaseAddress = BC->getBaseAddressForMapping(0x7f13f5556000, 0x137a000); in TEST_P() 84 ASSERT_FALSE(BaseAddress.hasValue()); in TEST_P()
|
| /llvm-project-15.0.7/compiler-rt/lib/asan/ |
| H A D | asan_malloc_win.cpp | 406 void* BaseAddress); 414 RtlReAllocateHeap(void* HeapHandle, DWORD Flags, void* BaseAddress, 421 void* BaseAddress) { in INTERCEPTOR_WINAPI() argument 424 return REAL(RtlSizeHeap)(HeapHandle, Flags, BaseAddress); in INTERCEPTOR_WINAPI() 428 return asan_malloc_usable_size(BaseAddress, pc, bp); in INTERCEPTOR_WINAPI() 432 void* BaseAddress) { in INTERCEPTOR_WINAPI() argument 438 OWNED_BY_RTL(HeapHandle, BaseAddress))) { in INTERCEPTOR_WINAPI() 439 return REAL(RtlFreeHeap)(HeapHandle, Flags, BaseAddress); in INTERCEPTOR_WINAPI() 442 asan_free(BaseAddress, &stack, FROM_MALLOC); in INTERCEPTOR_WINAPI() 469 void* BaseAddress, size_t Size) { in INTERCEPTOR_WINAPI() argument [all …]
|
| /llvm-project-15.0.7/llvm/lib/DebugInfo/GSYM/ |
| H A D | Header.cpp | 29 OS << " BaseAddress = " << HEX64(H.BaseAddress) << '\n'; in operator <<() 75 H.BaseAddress = Data.getU64(&Offset); in decode() 93 O.writeU64(BaseAddress); in encode() 104 LHS.BaseAddress == RHS.BaseAddress && in operator ==()
|
| H A D | GsymCreator.cpp | 72 BaseAddress ? *BaseAddress : Funcs.front().startAddress(); in encode() 80 Hdr.BaseAddress = MinAddr; in encode() 108 uint64_t AddrOffset = FuncInfo.startAddress() - Hdr.BaseAddress; in encode()
|
| H A D | GsymReader.cpp | 228 if (Addr >= Hdr->BaseAddress) { in getAddressIndex() 229 const uint64_t AddrOffset = Addr - Hdr->BaseAddress; in getAddressIndex()
|
| /llvm-project-15.0.7/llvm/include/llvm/DebugInfo/GSYM/ |
| H A D | GsymCreator.h | 144 llvm::Optional<uint64_t> BaseAddress; variable 289 BaseAddress = Addr; in setBaseAddress()
|
| H A D | Header.h | 62 uint64_t BaseAddress; member
|
| H A D | GsymReader.h | 244 return AIO[Index] + Hdr->BaseAddress; in addressForIndex()
|
| /llvm-project-15.0.7/llvm/tools/llvm-profgen/ |
| H A D | ProfiledBinary.h | 198 uint64_t BaseAddress = 0; variable 345 return VirtualAddress - BaseAddress; in virtualAddrToOffset() 348 return Offset + BaseAddress; in offsetToVirtualAddr() 352 uint64_t getBaseAddress() const { return BaseAddress; } in getBaseAddress() 353 void setBaseAddress(uint64_t Address) { BaseAddress = Address; } in setBaseAddress()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfCompileUnit.h | 80 const MCSymbol *BaseAddress = nullptr; variable 353 void setBaseAddress(const MCSymbol *Base) { BaseAddress = Base; } in setBaseAddress() 354 const MCSymbol *getBaseAddress() const { return BaseAddress; } in getBaseAddress()
|
| /llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/ |
| H A D | linux.cpp | 89 void releasePagesToOS(uptr BaseAddress, uptr Offset, uptr Size, in releasePagesToOS() argument 91 void *Addr = reinterpret_cast<void *>(BaseAddress + Offset); in releasePagesToOS()
|
| H A D | trusty.cpp | 66 void releasePagesToOS(UNUSED uptr BaseAddress, UNUSED uptr Offset, in releasePagesToOS() argument
|
| H A D | common.h | 172 void releasePagesToOS(uptr BaseAddress, uptr Offset, uptr Size,
|
| /llvm-project-15.0.7/compiler-rt/lib/builtins/ |
| H A D | enable_execute_stack.c | 47 VirtualProtect(mbi.BaseAddress, mbi.RegionSize, PAGE_EXECUTE_READWRITE, in __enable_execute_stack()
|
| /llvm-project-15.0.7/llvm/tools/llvm-cfi-verify/lib/ |
| H A D | FileAnalysis.cpp | 283 const Instr *InstrMetaPtr = getInstruction(Graph.BaseAddress); in validateCFIProtection() 302 if (indirectCFOperandClobber(Graph) != Graph.BaseAddress) in validateCFIProtection() 312 const Instr &IndirectCF = getInstructionOrDie(Graph.BaseAddress); in indirectCFOperandClobber() 363 return Graph.BaseAddress; in indirectCFOperandClobber()
|
| H A D | GraphBuilder.h | 68 uint64_t BaseAddress; member
|
| H A D | GraphBuilder.cpp | 84 OS << "digraph graph_" << format_hex(BaseAddress, 2) << " {\n"; in printToDOT() 98 Result.BaseAddress = Address.Address; in buildFlowGraph()
|
| /llvm-project-15.0.7/bolt/include/bolt/Profile/ |
| H A D | DataAggregator.h | 173 uint64_t BaseAddress{0}; /// Base address of the mapped binary. 421 Address -= MMI.BaseAddress; in adjustAddress()
|
| /llvm-project-15.0.7/flang/include/flang/Lower/ |
| H A D | CallInterface.h | 99 BaseAddress, 120 BaseAddress,
|
| /llvm-project-15.0.7/polly/include/polly/ |
| H A D | ScopBuilder.h | 496 Value *BaseAddress, Type *ElemType, bool Affine, 516 MemoryAccess::AccessType AccType, Value *BaseAddress,
|
| /llvm-project-15.0.7/flang/lib/Lower/ |
| H A D | CallInterface.cpp | 629 addFirOperand(tupTy, nextPassedArgPosition(), Property::BaseAddress, in appendHostAssocTupleArg() 634 PassedEntity{PassEntityBy::BaseAddress, std::nullopt, in appendHostAssocTupleArg() 760 addFirOperand(refType, nextPassedArgPosition(), Property::BaseAddress, in handleImplicitDummy() 762 addPassedArg(PassEntityBy::BaseAddress, entity, characteristics); in handleImplicitDummy() 883 PassEntityBy passBy = PassEntityBy::BaseAddress; in handleExplicitDummy() 884 Property prop = Property::BaseAddress; in handleExplicitDummy() 928 addFirOperand(funcType, nextPassedArgPosition(), Property::BaseAddress); in handleImplicitDummy() 929 addPassedArg(PassEntityBy::BaseAddress, entity, characteristics); in handleImplicitDummy()
|
| /llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_win.cpp | 129 *stack_top = (uptr)mbi.BaseAddress + mbi.RegionSize; in GetThreadStackTopAndBottom() 410 uptr shadow_address = RoundUpTo((uptr)info.BaseAddress + left_padding, in FindAvailableMemoryRange() 412 if (shadow_address + size < (uptr)info.BaseAddress + info.RegionSize) in FindAvailableMemoryRange() 417 address = (uptr)info.BaseAddress + info.RegionSize; in FindAvailableMemoryRange() 432 (uptr)mbi.BaseAddress + mbi.RegionSize >= range_end; in MemoryRangeIsAvailable()
|
| /llvm-project-15.0.7/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
| H A D | RuntimeDyldMachOAArch64.h | 455 uintptr_t BaseAddress = uintptr_t(Section.getAddress()); in processGOTRelocation() local 458 (BaseAddress + Section.getStubOffset() + StubAlignment - 1) & in processGOTRelocation() 460 unsigned StubOffset = StubAddress - BaseAddress; in processGOTRelocation()
|
| /llvm-project-15.0.7/llvm/unittests/Object/ |
| H A D | MinidumpTest.cpp | 594 EXPECT_EQ(0x0706050403020100u, Info.BaseAddress); in TEST() 708 return Info.BaseAddress; in TEST()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/Windows/Common/ |
| H A D | ProcessDebugger.cpp | 444 reinterpret_cast<addr_t>(mem_info.BaseAddress)); in GetMemoryRegionInfo() 445 info.GetRange().SetRangeEnd(reinterpret_cast<addr_t>(mem_info.BaseAddress) + in GetMemoryRegionInfo()
|