Home
last modified time | relevance | path

Searched refs:StartAddr (Results 1 – 7 of 7) sorted by relevance

/netbsd/external/apache2/llvm/dist/llvm/lib/DebugInfo/GSYM/
H A DRange.cpp90 const uint64_t StartAddr = BaseAddr + AddrOffset; in decode() local
91 Start = StartAddr; in decode()
92 End = StartAddr + Size; in decode()
/netbsd/external/apache2/llvm/dist/llvm/examples/OrcV2Examples/LLJITWithObjectLinkingLayerPlugin/
H A DLLJITWithObjectLinkingLayerPlugin.cpp104 JITTargetAddress StartAddr = B.getAddress(); in printBlockContent() local
111 if (CurAddr < StartAddr) in printBlockContent()
114 outs() << formatv("{0:x-2}", Data[CurAddr - StartAddr]) << " "; in printBlockContent()
/netbsd/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCAssembler.cpp1046 static bool mayCrossBoundary(uint64_t StartAddr, uint64_t Size, in mayCrossBoundary() argument
1048 uint64_t EndAddr = StartAddr + Size; in mayCrossBoundary()
1049 return (StartAddr >> Log2(BoundaryAlignment)) != in mayCrossBoundary()
1059 static bool isAgainstBoundary(uint64_t StartAddr, uint64_t Size, in isAgainstBoundary() argument
1061 uint64_t EndAddr = StartAddr + Size; in isAgainstBoundary()
1071 static bool needPadding(uint64_t StartAddr, uint64_t Size, in needPadding() argument
1073 return mayCrossBoundary(StartAddr, Size, BoundaryAlignment) || in needPadding()
1074 isAgainstBoundary(StartAddr, Size, BoundaryAlignment); in needPadding()
/netbsd/external/apache2/llvm/dist/llvm/tools/llvm-gsymutil/
H A Dllvm-gsymutil.cpp303 const uint64_t StartAddr = Sect.getAddress(); in handleObjectFile() local
304 TextRanges.insert(AddressRange(StartAddr, StartAddr + Size)); in handleObjectFile()
/netbsd/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DSymbolCache.cpp486 uint64_t StartAddr = in findLineTable() local
491 Entries.push_back({StartAddr, FirstLine, ColNum, Group.NameIndex, false}); in findLineTable()
507 uint64_t EndAddr = StartAddr + Lines.header()->CodeSize; in findLineTable()
/netbsd/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/ELF/
H A DObject.cpp256 case IHexRecord::StartAddr: in checkRecord()
1357 case IHexRecord::StartAddr: in addDataSections()
2624 HexData = IHexRecord::getLine(IHexRecord::StartAddr, 0, Data); in writeEntryPointRecord()
H A DObject.h259 StartAddr = 5, enumerator