Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/GSYM/
H A DExtractRanges.cpp28 const uint64_t StartAddr = BaseAddr + AddrOffset; in decodeRange() local
30 return {StartAddr, StartAddr + Size}; in decodeRange()
/openbsd-src/gnu/llvm/llvm/examples/OrcV2Examples/LLJITWithObjectLinkingLayerPlugin/
H A DLLJITWithObjectLinkingLayerPlugin.cpp104 ExecutorAddr StartAddr = B.getAddress(); in printBlockContent() local
112 if (CurAddr < StartAddr) in printBlockContent()
115 outs() << formatv("{0:x-2}", Data[CurAddr - StartAddr]) << " "; in printBlockContent()
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
H A DDebuggerSupportPlugin.cpp133 orc::ExecutorAddr StartAddr; in startSynthesis() member
218 SI.StartAddr = FirstBlock.getAddress(); in startSynthesis()
219 SI.Size = NextBlockAddr - SI.StartAddr; in startSynthesis()
271 Sec.addr = SI.StartAddr.getValue(); in startSynthesis()
273 Sec.offset = SI.StartAddr.getValue(); in startSynthesis()
/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DMCAssembler.cpp1036 static bool mayCrossBoundary(uint64_t StartAddr, uint64_t Size, in mayCrossBoundary() argument
1038 uint64_t EndAddr = StartAddr + Size; in mayCrossBoundary()
1039 return (StartAddr >> Log2(BoundaryAlignment)) != in mayCrossBoundary()
1049 static bool isAgainstBoundary(uint64_t StartAddr, uint64_t Size, in isAgainstBoundary() argument
1051 uint64_t EndAddr = StartAddr + Size; in isAgainstBoundary()
1061 static bool needPadding(uint64_t StartAddr, uint64_t Size, in needPadding() argument
1063 return mayCrossBoundary(StartAddr, Size, BoundaryAlignment) || in needPadding()
1064 isAgainstBoundary(StartAddr, Size, BoundaryAlignment); in needPadding()
/openbsd-src/gnu/llvm/llvm/tools/llvm-gsymutil/
H A Dllvm-gsymutil.cpp280 const uint64_t StartAddr = Sect.getAddress(); in handleObjectFile() local
281 TextRanges.insert(AddressRange(StartAddr, StartAddr + Size)); in handleObjectFile()
/openbsd-src/gnu/llvm/llvm/tools/llvm-dwarfutil/
H A DDebugInfoLinker.cpp52 const uint64_t StartAddr = Sect.getAddress(); in ObjFileAddressMap() local
53 TextAddressRanges.insert({StartAddr, StartAddr + Size}); in ObjFileAddressMap()
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/
H A DSymbolCache.cpp491 uint64_t StartAddr = in findLineTable() local
496 Entries.push_back({StartAddr, FirstLine, ColNum, Group.NameIndex, false}); in findLineTable()
512 uint64_t EndAddr = StartAddr + Lines.header()->CodeSize; in findLineTable()
/openbsd-src/gnu/llvm/llvm/tools/llvm-profgen/
H A DProfiledBinary.cpp387 if (auto StartAddr = SymbolStartAddrs.lookup(GUID)) { in decodePseudoProbe() local
388 FuncStartAddresses[GUID] = StartAddr; in decodePseudoProbe()
389 FuncRange &Range = StartAddrToFuncRangeMap[StartAddr]; in decodePseudoProbe()
/openbsd-src/gnu/llvm/llvm/lib/ObjCopy/ELF/
H A DELFObject.cpp254 case IHexRecord::StartAddr: in checkRecord()
1337 case IHexRecord::StartAddr: in addDataSections()
2681 HexData = IHexRecord::getLine(IHexRecord::StartAddr, 0, Data); in writeEntryPointRecord()
H A DELFObject.h259 StartAddr = 5, enumerator