Home
last modified time | relevance | path

Searched refs:FunctionOffset (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/bolt/lib/Core/
H A DBinaryEmitter.cpp524 uint64_t FunctionOffset = *DataIter; in emitConstantIslands() local
540 if (FunctionOffset == EndOffset) in emitConstantIslands()
544 if (FunctionOffset >= EndOffset) in emitConstantIslands()
553 if (FunctionOffset < Relocation.Offset) { in emitConstantIslands()
556 FunctionOffset = Relocation.Offset; in emitConstantIslands()
565 FunctionOffset += Relocation.emit(&Streamer); in emitConstantIslands()
569 if (FunctionOffset < EndOffset) { in emitConstantIslands()
571 FunctionOffset = EndOffset; in emitConstantIslands()
581 emitCI(FunctionOffset, NextStop); in emitConstantIslands()
619 assert(FunctionOffset <= EndOffset && "overflow error"); in emitConstantIslands()
[all …]
H A DBinaryFunction.cpp1493 const uint64_t FunctionOffset = in scanExternalRefs() local
1495 TargetSymbol = FunctionOffset in scanExternalRefs()
1496 ? TargetFunction->addEntryPointAtOffset(FunctionOffset) in scanExternalRefs()
/llvm-project-15.0.7/llvm/tools/llvm-readobj/
H A DARMWinEHPrinter.cpp1049 uint64_t FunctionAddress, FunctionOffset; in dumpUnpackedEntry() local
1051 COFF, Section, Offset, RF.BeginAddress, FunctionAddress, FunctionOffset, in dumpUnpackedEntry()
1077 formatSymbol(FunctionName, FunctionAddress, FunctionOffset)); in dumpUnpackedEntry()
1118 uint64_t FunctionAddress, FunctionOffset; in dumpPackedEntry() local
1120 COFF, Section, Offset, RF.BeginAddress, FunctionAddress, FunctionOffset, in dumpPackedEntry()
1136 formatSymbol(FunctionName, FunctionAddress, FunctionOffset)); in dumpPackedEntry()
1217 uint64_t FunctionAddress, FunctionOffset; in dumpPackedARM64Entry() local
1219 COFF, Section, Offset, RF.BeginAddress, FunctionAddress, FunctionOffset, in dumpPackedARM64Entry()
1235 formatSymbol(FunctionName, FunctionAddress, FunctionOffset)); in dumpPackedARM64Entry()
/llvm-project-15.0.7/llvm/tools/llvm-objdump/
H A DMachODump.cpp8004 uint32_t FunctionOffset = readNext<uint32_t>(PageData, Pos); in printRegularSecondLevelUnwindPage() local
8008 << "function offset=" << format("0x%08" PRIx32, FunctionOffset) in printRegularSecondLevelUnwindPage()
8043 uint32_t FunctionOffset = FunctionBase + (Entry & 0xffffff); in printCompressedSecondLevelUnwindPage() local
8053 << "function offset=" << format("0x%08" PRIx32, FunctionOffset) in printCompressedSecondLevelUnwindPage()
8151 uint32_t FunctionOffset; in printMachOUnwindInfoSection() member
8163 Entry.FunctionOffset = readNext<uint32_t>(Contents, Pos); in printMachOUnwindInfoSection()
8169 << "function offset=" << format("0x%08" PRIx32, Entry.FunctionOffset) in printMachOUnwindInfoSection()
8190 uint32_t FunctionOffset = readNext<uint32_t>(Contents, Pos); in printMachOUnwindInfoSection() local
8193 << "function offset=" << format("0x%08" PRIx32, FunctionOffset) in printMachOUnwindInfoSection()
8217 << format("0x%08" PRIx32, IndexEntries[i].FunctionOffset) << '\n'; in printMachOUnwindInfoSection()
[all …]
/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DRewriteInstance.cpp2069 const uint64_t FunctionOffset = RefAddress - ContainingBF->getAddress(); in processLKExTable() local
2080 if (FunctionOffset) in processLKExTable()
2081 ReferencedSymbol = ContainingBF->addEntryPointAtOffset(FunctionOffset); in processLKExTable()
2087 assert(!FunctionOffset && in processLKExTable()