Searched refs:getOffset (Results 126 - 150 of 326) sorted by relevance

1234567891011>>

/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DIterator.cpp252 nonloc::SymbolVal(Pos->getOffset()),
253 IntDist, SymMgr.getType(Pos->getOffset()))
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DSourceLocation.h111 unsigned getOffset() const { function
133 assert(((getOffset()+Offset) & MacroIDBit) == 0 && "offset overflow");
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
H A DUDTLayout.cpp70 Member->getOffset(), getTypeLength(*Member), false),
206 uint32_t Offset = Base->getOffset();
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DWasmDumper.cpp101 W.printHex("Offset", Reloc.getOffset());
110 OS << W.hex(Reloc.getOffset()) << " " << RelocTypeName << " ";
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCHazardRecognizers.cpp378 MO->getOffset(), MO->getValue()))
405 StoreOffset[NumStores] = MO->getOffset();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp604 int64_t offset = GADN->getOffset();
621 int offset = CP->getOffset();
633 OS << "<" << TI->getIndex() << '+' << TI->getOffset() << ">";
739 int64_t offset = BA->getOffset();
760 OS << "<" << LN->getOffset() << " to " << LN->getOffset() + LN->getSize() << ">";
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDie.cpp340 return AbbrevDecl->getAttributeValue(getOffset(), Attr, *U);
351 if (auto Value = AbbrevDecl->getAttributeValue(getOffset(), Attr, *U))
403 return SpecRef->Unit->getDIEForOffset(SpecRef->Unit->getOffset() + SpecRef->Offset);
587 const uint64_t Offset = getOffset();
690 AttrValue.Offset = D.getOffset() + AbbrDecl->getCodeByteSize();
H A DDWARFDebugFrame.cpp349 OS << format("%08" PRIx64, LinkedCIE->getOffset());
579 return E->getOffset() < Offset;
581 if (It != Entries.end() && (*It)->getOffset() == Offset)
H A DDWARFExpression.cpp209 auto Die = U->getDIEForOffset(U->getOffset() + Operands[Operand]);
211 OS << format(" (0x%08" PRIx64 ")", U->getOffset() + Operands[Operand]);
358 auto Die = U->getDIEForOffset(U->getOffset() + Operands[Operand]);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMAsmBackend.cpp1048 unsigned Offset = Fixup.getOffset();
1121 CFARegisterOffset = Inst.getOffset();
1125 CFARegisterOffset = Inst.getOffset();
1133 RegOffsets[Reg] = Inst.getOffset();
1135 RegOffsets[Reg] = Inst.getOffset();
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineInstrBuilder.h290 return addConstantPoolIndex(Disp.getIndex(), Disp.getOffset() + off,
293 return addGlobalAddress(Disp.getGlobal(), Disp.getOffset() + off,
296 return addBlockAddress(Disp.getBlockAddress(), Disp.getOffset() + off,
H A DSelectionDAGNodes.h1330 int64_t getSrcValueOffset() const { return MMO->getOffset(); }
1723 int64_t getOffset() const { return Offset; } function in class:llvm::GlobalAddressSDNode
1771 int64_t getOffset() const { function in class:llvm::LifetimeSDNode
1853 int getOffset() const { function in class:llvm::ConstantPoolSDNode
1885 int64_t getOffset() const { return Offset; } function in class:llvm::TargetIndexSDNode
2085 int64_t getOffset() const { return Offset; } function in class:llvm::BlockAddressSDNode
2197 const SDValue &getOffset() const { function in class:llvm::LSBaseSDNode
2240 const SDValue &getOffset() const { return getOperand(2); } function in class:llvm::LoadSDNode
2271 const SDValue &getOffset() const { return getOperand(3); } function in class:llvm::StoreSDNode
2298 const SDValue &getOffset() cons function in class:llvm::MaskedLoadStoreSDNode
2341 const SDValue &getOffset() const { return getOperand(2); } function in class:llvm::MaskedLoadSDNode
2378 const SDValue &getOffset() const { return getOperand(3); } function in class:llvm::MaskedStoreSDNode
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp65 assert(getOffset() == offset && "Failed to store offset");
76 uint64_t getOffset() const { function in class:__anon2361::BindingKey
121 return BindingKey(RO.getRegion(), RO.getOffset(), k);
130 Out << K.getOffset();
892 if (NextKey.getOffset() > TopKey.getOffset() &&
893 NextKey.getOffset() - TopKey.getOffset() < Length) {
898 } else if (NextKey.getOffset() == TopKey.getOffset()) {
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldMachOAArch64.h489 uint64_t Offset = RelI->getOffset();
498 uint64_t SectionBOffset = SubtrahendI->second.getOffset();
508 uint64_t SectionAOffset = MinuendI->second.getOffset();
H A DRuntimeDyldMachOARM.h56 Sections[Entry.getSectionID()].getObjAddress() + Entry.getOffset();
363 uint64_t Offset = RelI->getOffset();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DTypeBasedAliasAnalysis.cpp230 uint64_t getOffset() const { function in class:__anon3398::TBAAStructTagNodeImpl
606 uint64_t OffsetInBase = BaseTag.getOffset();
617 bool SameMemberAccess = OffsetInBase == SubobjectTag.getOffset();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86OptimizeLEAs.cpp415 : Op1.getOffset() - Op2.getOffset();
656 Op.setOffset(Op.getOffset() + AddrDispShift);
/freebsd-13-stable/contrib/llvm-project/lld/ELF/
H A DInputSection.cpp167 uint64_t SectionBase::getOffset(uint64_t offset) const { function in class:SectionBase
176 return cast<InputSection>(this)->getOffset(offset);
185 return isec->getOffset(ms->getParentOffset(offset));
193 return (out ? out->addr : 0) + getOffset(offset);
877 uint64_t offset = getOffset(rel.r_offset);
1183 if (target->adjustPrologueForCrossSplitStack(buf + getOffset(f->value),
H A DInputSection.h86 uint64_t getOffset(uint64_t offset) const;
361 uint64_t getOffset(uint64_t offset) const { return outSecOff + offset; } function in class:lld::elf::InputSection
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DWinException.cpp323 const MCExpr *WinException::getOffset(const MCSymbol *OffsetOf, function in class:WinException
332 return MCBinaryExpr::createAdd(getOffset(OffsetOf, OffsetFrom),
579 const MCExpr *LabelDiff = getOffset(TableEnd, TableBegin);
1168 OS.emitValue(getOffset(EndSymbol, FuncBeginSym), 4);
1278 const MCExpr *HandlerBegin = getOffset(BeginSym, FuncBeginSym);
1280 const MCExpr *HandlerEnd = getOffset(EndSym, FuncBeginSym);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DELF_x86_64.cpp433 char *FixupPtr = BlockWorkingMem + E.getOffset();
434 JITTargetAddress FixupAddress = B.getAddress() + E.getOffset();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/
H A DMCMachOStreamer.cpp469 Fixup.setOffset(Fixup.getOffset() + DF->getContents().size());
489 assert(Symbol.getOffset() == 0 &&
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVAsmBackend.cpp370 Value -= Layout.getFragmentOffset(AUIPCDF) + AUIPCFixup->getOffset();
398 unsigned Offset = Fixup.getOffset();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyMCInstLower.cpp146 if (MO.getOffset() != 0) {
158 Expr, MCConstantExpr::create(MO.getOffset(), Ctx), Ctx);
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBlocks.h178 CharUnits getOffset() const { function in class:clang::CodeGen::CGBlockInfo::Capture

Completed in 535 milliseconds

1234567891011>>