Home
last modified time | relevance | path

Searched defs:Fragment (Results 1 – 25 of 42) sorted by relevance

12

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DDebugSubsectionVisitor.cpp35 DebugLinesSubsectionRef Fragment; in visitDebugSubsection() local
42 DebugChecksumsSubsectionRef Fragment; in visitDebugSubsection() local
49 DebugInlineeLinesSubsectionRef Fragment; in visitDebugSubsection() local
91 DebugUnknownSubsectionRef Fragment(R.kind(), R.getRecordData()); in visitDebugSubsection() local
/freebsd/contrib/llvm-project/clang/include/clang/ExtractAPI/
H A DDeclarationFragments.h88 struct Fragment { struct
90 FragmentKind Kind; argument
99 Fragment(StringRef Spelling, FragmentKind Kind, StringRef PreciseIdentifier, in Fragment() argument
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MachObjectWriter.cpp60 const MCAsmLayout &Layout, const MCFragment *Fragment, in recordRelocation()
104 const MCFragment *Fragment, const MCFixup &Fixup, MCValue Target, in RecordX86_64Relocation()
366 const MCFragment *Fragment, in recordScatteredRelocation()
466 const MCFragment *Fragment, in recordTLVPRelocation()
506 const MCFragment *Fragment, in RecordX86Relocation()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMachObjectWriter.cpp143 const MCFragment *Fragment, in RecordARMScatteredHalfRelocation()
256 const MCFragment *Fragment, in RecordARMScatteredRelocation()
331 const MCFragment &Fragment, in requiresExternRelocation()
378 const MCFragment *Fragment, in recordRelocation()
H A DARMWinCOFFStreamer.cpp208 void ARMTargetWinCOFFStreamer::emitARMWinCFIPrologEnd(bool Fragment) { in emitARMWinCFIPrologEnd()
H A DARMTargetStreamer.cpp126 void ARMTargetStreamer::emitARMWinCFIPrologEnd(bool Fragment) {} in emitARMWinCFIPrologEnd()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DSPIRVObjectWriter.cpp33 const MCFragment *Fragment, const MCFixup &Fixup, in recordRelocation()
H A DMCDXContainerWriter.cpp39 const MCFragment *Fragment, const MCFixup &Fixup, in recordRelocation()
H A DMCObjectStreamer.cpp740 MCFragment *Fragment = Symbol.getFragment(); in getOffsetAndDataFragment() local
767 MCFragment *Fragment = SRE.getSymbol().getFragment(); in getOffsetAndDataFragment() local
778 MCFragment *Fragment = Symbol.getFragment(); in getOffsetAndDataFragment() local
H A DGOFFObjectWriter.cpp240 const MCFragment *Fragment, const MCFixup &Fixup, in recordRelocation()
H A DMachObjectWriter.cpp83 uint64_t MachObjectWriter::getFragmentAddress(const MCFragment *Fragment, in getFragmentAddress()
465 const MCFragment *Fragment, in recordRelocation()
H A DWinCOFFObjectWriter.cpp858 const MCFragment *Fragment, in recordRelocation()
1231 const MCFragment *Fragment, in recordRelocation()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64MachObjectWriter.cpp151 const MCFragment *Fragment, const MCFixup &Fixup, MCValue Target, in recordRelocation()
/freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/MCTargetDesc/
H A DXtensaAsmBackend.cpp176 const MCFixup &Fixup, uint64_t Value, const MCRelaxableFragment *Fragment, in fixupNeedsRelaxation()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFEmitter.cpp167 struct Fragment { struct
168 uint64_t Offset;
169 uint64_t Size;
170 uint32_t Type;
171 uint64_t AddrAlign;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDebugHandlerBase.cpp310 const DIExpression *Fragment = I->getInstr()->getDebugExpression(); in beginFunction() local
H A DDwarfExpression.cpp254 auto Fragment = ExprCursor.getFragmentInfo(); in addMachineRegExpression() local
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/MCTargetDesc/
H A DSystemZMCAsmBackend.cpp126 const MCRelaxableFragment *Fragment, in fixupNeedsRelaxation()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCWinEH.h54 bool Fragment = false; member
H A DMCSymbol.h78 mutable MCFragment *Fragment = nullptr; variable
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DScalarizer.cpp243 Value *Fragment = Fragments[I]; in concatenate() local
977 unsigned Fragment = Idx / VS->NumPacked; in visitInsertElementInst() local
1024 unsigned Fragment = Idx / VS->NumPacked; in visitExtractElementInst() local
H A DSROA.cpp5037 struct Fragment { in splitAlloca() struct
5038 AllocaInst *Alloca; in splitAlloca()
5039 uint64_t Offset; in splitAlloca()
5040 uint64_t Size; in splitAlloca()
5041 Fragment(AllocaInst *AI, uint64_t O, uint64_t S) in splitAlloca() function
5072 for (auto Fragment : Fragments) { in splitAlloca() local
/freebsd/contrib/llvm-project/clang/lib/ExtractAPI/Serialization/
H A DSymbolGraphSerializer.cpp304 Object Fragment; in serializeDeclarationFragments() local
1275 for (const auto &Fragment : Record->Declaration.getFragments()) { in serializeSingleSymbolSGF() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveDebugVariables.cpp290 const std::optional<DIExpression::FragmentInfo> Fragment; member in __anon58a1900c0411::UserValue
323 std::optional<DIExpression::FragmentInfo> Fragment, DebugLoc L, in UserValue()
774 std::optional<DIExpression::FragmentInfo> Fragment, in getUserValue()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDebugProgramInstruction.cpp253 if (auto Fragment = getExpression()->getFragmentInfo()) in getFragmentSizeInBits() local

12