OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:OffsetSize
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
DWARFDebugPubTable.cpp
48
const unsigned
OffsetSize
= dwarf::getDwarfOffsetByteSize(NewSet.Format);
51
NewSet.Offset = SetData.getRelocatedValue(C,
OffsetSize
);
52
NewSet.Size = SetData.getUnsigned(C,
OffsetSize
);
66
uint64_t DieRef = SetData.getUnsigned(C,
OffsetSize
);
89
SetOffset, C.tell() -
OffsetSize
, Offset -
OffsetSize
));
/src/external/apache2/llvm/dist/llvm/lib/Object/
ArchiveWriter.cpp
290
uint64_t NumSyms, uint64_t
OffsetSize
,
293
assert((
OffsetSize
== 4 ||
OffsetSize
== 8) && "Unsupported
OffsetSize
");
294
uint64_t Size =
OffsetSize
; // Number of entries
296
Size += NumSyms *
OffsetSize
* 2; // Table
298
Size += NumSyms *
OffsetSize
; // Table
300
Size +=
OffsetSize
; // byte count
337
uint64_t
OffsetSize
= is64BitKind(Kind) ? 8 : 4;
339
uint64_t Size = computeSymbolTableSize(Kind, NumSyms,
OffsetSize
, StringTable, &Pad)
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/MC/
MCDwarf.cpp
465
unsigned
OffsetSize
= dwarf::getDwarfOffsetByteSize(context.getDwarfFormat());
485
MCOS->emitAbsoluteSymbolDiff(ProEndSym, ProStartSym,
OffsetSize
);
852
unsigned
OffsetSize
= dwarf::getDwarfOffsetByteSize(context.getDwarfFormat());
856
int Length = UnitLengthBytes + 2 +
OffsetSize
+ 1 + 1;
879
MCOS->emitIntValue(Length - UnitLengthBytes,
OffsetSize
);
885
MCOS->emitSymbolValue(InfoSectionSymbol,
OffsetSize
,
888
MCOS->emitIntValue(0,
OffsetSize
);
939
unsigned
OffsetSize
= dwarf::getDwarfOffsetByteSize(context.getDwarfFormat());
949
emitAbsValue(*MCOS, Length,
OffsetSize
);
965
MCOS->emitSymbolValue(AbbrevSectionSymbol,
OffsetSize
,
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/Target/X86/MCTargetDesc/
X86AsmBackend.cpp
1282
unsigned
OffsetSize
; ///< Offset of a "push" instruction.
1425
OffsetSize
= Is64Bit ? 8 : 4;
1529
StackAdjust +=
OffsetSize
;
1546
if (SavedRegIdx != 0 && MinAbsOffset != 3 * (int)
OffsetSize
)
/src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/AsmParser/
AMDGPUAsmParser.cpp
3839
unsigned
OffsetSize
= AMDGPU::getNumFlatOffsetBits(getSTI(), true);
3840
if (!isIntN(
OffsetSize
, Op.getImm())) {
3842
Twine("expected a ") + Twine(
OffsetSize
) + "-bit signed offset");
3846
unsigned
OffsetSize
= AMDGPU::getNumFlatOffsetBits(getSTI(), false);
3847
if (!isUIntN(
OffsetSize
, Op.getImm())) {
3849
Twine("expected a ") + Twine(
OffsetSize
) + "-bit unsigned offset");
Completed in 35 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026