/llvm-project/bolt/unittests/Core/ |
H A D | BinaryContext.cpp | 159 TEST_P(BinaryContextTester,BaseAddress) TEST_P() argument 170 std::optional<uint64_t> BaseAddress = TEST_P() local 191 std::optional<uint64_t> BaseAddress = TEST_P() local [all...] |
/llvm-project/llvm/tools/llvm-cfi-verify/lib/ |
H A D | GraphBuilder.h | 66 uint64_t BaseAddress; member
|
/llvm-project/llvm/include/llvm/DebugInfo/GSYM/ |
H A D | GsymCreator.h | 146 std::optional<uint64_t> BaseAddress; variable
|
H A D | Header.h | 62 uint64_t BaseAddress; member
|
/llvm-project/compiler-rt/lib/scudo/standalone/ |
H A D | trusty.cpp | 71 void releasePagesToOS(UNUSED uptr BaseAddress, UNUSED uptr Offset, in releasePagesToOS()
|
H A D | linux.cpp | 96 releasePagesToOS(uptr BaseAddress,uptr Offset,uptr Size,UNUSED MapPlatformData * Data) releasePagesToOS() argument
|
H A D | fuchsia.cpp | 178 void releasePagesToOS(UNUSED uptr BaseAddress, uptr Offset, uptr Size, in releasePagesToOS()
|
/llvm-project/compiler-rt/lib/asan/ |
H A D | asan_malloc_win.cpp | 421 INTERCEPTOR_WINAPI(size_t,RtlSizeHeap,HANDLE HeapHandle,DWORD Flags,void * BaseAddress) INTERCEPTOR_WINAPI() argument 432 INTERCEPTOR_WINAPI(BOOL,RtlFreeHeap,HANDLE HeapHandle,DWORD Flags,void * BaseAddress) INTERCEPTOR_WINAPI() argument 469 INTERCEPTOR_WINAPI(void *,RtlReAllocateHeap,HANDLE HeapHandle,DWORD Flags,void * BaseAddress,size_t Size) INTERCEPTOR_WINAPI() argument [all...] |
/llvm-project/llvm/lib/DWARFLinker/Classic/ |
H A D | DWARFStreamer.cpp | 484 uint64_t BaseAddress = 0; emitDwarfDebugRangesTableFragment() local 570 std::optional<uint64_t> BaseAddress; emitDwarfDebugRngListsTableFragment() local 676 uint64_t BaseAddress = 0; emitDwarfDebugLocTableFragment() local 764 std::optional<uint64_t> BaseAddress; emitDwarfDebugLocListsTableFragment() local [all...] |
/llvm-project/llvm/lib/DebugInfo/GSYM/ |
H A D | GsymCreator.cpp | 93 std::optional<uint64_t> BaseAddress = getBaseAddress(); in encode() local 411 const std::optional<uint64_t> BaseAddress = getBaseAddress(); getAddressOffsetSize() local [all...] |
/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfCompileUnit.h | 69 const MCSymbol *BaseAddress = nullptr; variable
|
/llvm-project/llvm/lib/DWARFLinker/Parallel/ |
H A D | DWARFLinkerCompileUnit.cpp | 557 BaseAddress = *LowPC; in emitLocListFragment() local 590 std::optional<uint64_t> BaseAddress; emitLocListFragment() local 799 uint64_t BaseAddress = 0; emitRangeListFragment() local 816 std::optional<uint64_t> BaseAddress; emitRangeListFragment() local [all...] |
/llvm-project/lldb/unittests/Core/ |
H A D | DumpDataExtractorTest.cpp | 51 TEST_F(DumpDataExtractorTest, BaseAddress) { in TEST_F() argument
|
/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
H A D | RuntimeDyldMachOAArch64.h | 455 uintptr_t BaseAddress = uintptr_t(Section.getAddress()); in processGOTRelocation() local
|
/llvm-project/llvm/tools/llvm-profgen/ |
H A D | ProfiledBinary.h | 199 uint64_t BaseAddress = 0; global() variable
|
/llvm-project/llvm/include/llvm/BinaryFormat/ |
H A D | Minidump.h | 110 support::ulittle64_t BaseAddress; global() member
|
/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/ |
H A D | RuntimeDyldELF.cpp | 1744 uintptr_t BaseAddress = uintptr_t(Section.getAddress()); processRelocationRef() local 1796 uintptr_t BaseAddress = uintptr_t(Section->getAddress()); processRelocationRef() local
|
/llvm-project/llvm/tools/obj2yaml/ |
H A D | elf2yaml.cpp | 921 uint64_t BaseAddress = 0; dumpBBAddrMapSection() local
|
/llvm-project/polly/lib/Analysis/ |
H A D | ScopBuilder.cpp | 2116 Value *BaseAddress, Type *ElementType, bool Affine, Value *AccessValue, in addMemoryAccess() argument 2154 Value *BaseAddress, Type *ElementType, in addArrayAccess() argument
|
H A D | ScopInfo.cpp | 861 MemoryAccess(ScopStmt * Stmt,Instruction * AccessInst,AccessType AccType,Value * BaseAddress,Type * ElementType,bool Affine,ArrayRef<const SCEV * > Subscripts,ArrayRef<const SCEV * > Sizes,Value * AccessValue,MemoryKind Kind) MemoryAccess() argument
|
/llvm-project/bolt/lib/Profile/ |
H A D | DataAggregator.cpp | 2056 std::optional<uint64_t> BaseAddress = parseMMapEvents() local
|
/llvm-project/llvm/include/llvm/ObjectYAML/ |
H A D | ELFYAML.h | 170 llvm::yaml::Hex64 BaseAddress; member
|
/llvm-project/llvm/lib/CodeGen/ |
H A D | AssignmentTrackingAnalysis.cpp | 380 using BaseAddress = unsigned; global() typedef in __anonaad91fb70211::MemLocFragmentFill
|
/llvm-project/llvm/unittests/DebugInfo/GSYM/ |
H A D | GSYMTest.cpp | 1019 uint64_t BaseAddress, uint32_t NumAddresses, in TestEncodeDecode() argument
|
/llvm-project/llvm/tools/llvm-objdump/ |
H A D | MachODump.cpp | 7388 uint64_t BaseAddress = 0; DisassembleMachO() local
|