Home
last modified time | relevance | path

Searched defs:Fragment (Results 1 – 25 of 39) 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.cpp56 const MCFragment *Fragment, const MCFixup &Fixup, in recordRelocation()
96 MachObjectWriter *Writer, MCAssembler &Asm, const MCFragment *Fragment, in RecordX86_64Relocation()
355 const MCFragment *Fragment, in recordScatteredRelocation()
454 const MCFragment *Fragment, in recordTLVPRelocation()
493 const MCFragment *Fragment, in RecordX86Relocation()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMachObjectWriter.cpp135 const MCFragment *Fragment, const MCFixup &Fixup, MCValue Target, in recordARMScatteredHalfRelocation()
245 const MCFragment *Fragment, const MCFixup &Fixup, MCValue Target, in recordARMScatteredRelocation()
316 const MCFragment &Fragment, in requiresExternRelocation()
362 const MCFragment *Fragment, in recordRelocation()
H A DARMWinCOFFStreamer.cpp206 void ARMTargetWinCOFFStreamer::emitARMWinCFIPrologEnd(bool Fragment) { in emitARMWinCFIPrologEnd()
H A DARMTargetStreamer.cpp126 void ARMTargetStreamer::emitARMWinCFIPrologEnd(bool Fragment) {} in emitARMWinCFIPrologEnd() argument
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSPIRVObjectWriter.h49 void recordRelocation(MCAssembler &Asm, const MCFragment *Fragment, in recordRelocation()
H A DMCWinEH.h54 bool Fragment = false; member
H A DMCSymbol.h79 mutable MCFragment *Fragment = nullptr; variable
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCDXContainerWriter.cpp37 void recordRelocation(MCAssembler &Asm, const MCFragment *Fragment, in recordRelocation()
H A DMCObjectStreamer.cpp640 MCFragment *Fragment = Symbol.getFragment(); in getOffsetAndDataFragment() local
667 MCFragment *Fragment = SRE.getSymbol().getFragment(); in getOffsetAndDataFragment() local
678 MCFragment *Fragment = Symbol.getFragment(); in getOffsetAndDataFragment() local
H A DGOFFObjectWriter.cpp238 void recordRelocation(MCAssembler &Asm, const MCFragment *Fragment, in recordRelocation()
H A DWinCOFFObjectWriter.cpp825 const MCFragment *Fragment, in recordRelocation()
1183 const MCFragment *Fragment, in recordRelocation()
H A DMachObjectWriter.cpp507 const MCFragment *Fragment, in recordRelocation()
H A DELFObjectWriter.cpp1335 const MCFragment *Fragment, in recordRelocation()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64MachObjectWriter.cpp149 MachObjectWriter *Writer, MCAssembler &Asm, const MCFragment *Fragment, in recordRelocation()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDebugHandlerBase.cpp318 const DIExpression *Fragment = I->getInstr()->getDebugExpression(); in beginFunction() local
H A DDwarfExpression.cpp255 auto Fragment = ExprCursor.getFragmentInfo(); in addMachineRegExpression() local
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFEmitter.cpp173 struct Fragment { struct
174 uint64_t Offset;
175 uint64_t Size;
176 uint32_t Type;
177 uint64_t AddrAlign;
/freebsd/contrib/llvm-project/clang/lib/ExtractAPI/Serialization/
H A DSymbolGraphSerializer.cpp313 Object Fragment; in serializeDeclarationFragments() local
1106 for (const auto &Fragment : Record->Declaration.getFragments()) { in serializeSingleSymbolSGF() local
/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.cpp5273 struct Fragment { in splitAlloca() struct
5274 AllocaInst *Alloca; in splitAlloca()
5275 uint64_t Offset; in splitAlloca()
5276 uint64_t Size; in splitAlloca()
5277 Fragment(AllocaInst *AI, uint64_t O, uint64_t S) in splitAlloca() function
5331 for (auto Fragment : Fragments) { in splitAlloca() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveDebugVariables.cpp290 const std::optional<DIExpression::FragmentInfo> Fragment; member in __anon093131440411::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.cpp379 if (auto Fragment = getExpression()->getFragmentInfo()) in getFragmentSizeInBits() local
H A DIntrinsicInst.cpp199 if (auto Fragment = getExpression()->getFragmentInfo()) in getFragmentSizeInBits() local

12