Home
last modified time | relevance | path

Searched defs:EndAddr (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/MC/
H A DMCAssembler.cpp1038 uint64_t EndAddr = StartAddr + Size; in mayCrossBoundary() local
1051 uint64_t EndAddr = StartAddr + Size; in isAgainstBoundary() local
H A DMachObjectWriter.cpp124 uint64_t EndAddr = getSectionAddress(Sec) + Layout.getSectionAddressSize(Sec); in getPaddingSize() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
H A DMCAssembler.cpp968 uint64_t EndAddr = StartAddr + Size; in mayCrossBoundary() local
981 uint64_t EndAddr = StartAddr + Size; in isAgainstBoundary() local
H A DMachObjectWriter.cpp122 uint64_t EndAddr = getSectionAddress(Sec) + Layout.getSectionAddressSize(Sec); in getPaddingSize() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/PDB/Native/
H A DSymbolCache.cpp512 uint64_t EndAddr = StartAddr + Lines.header()->CodeSize; in findLineTable() local
/aosp_15_r20/external/llvm/lib/MC/
H A DMachObjectWriter.cpp108 uint64_t EndAddr = getSectionAddress(Sec) + Layout.getSectionAddressSize(Sec); in getPaddingSize() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLine.cpp986 uint64_t EndAddr = Address.Address + Size; in lookupAddressRangeImpl() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLine.cpp1291 uint64_t EndAddr = Address.Address + Size; in lookupAddressRangeImpl() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ProfileData/
DInstrProf.h615 void mapVTableAddress(uint64_t StartAddr, uint64_t EndAddr, uint64_t MD5Val) { in mapVTableAddress()