/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/ |
H A D | DebugSubsectionVisitor.cpp | 34 DebugLinesSubsectionRef Fragment; in visitDebugSubsection() local 41 DebugChecksumsSubsectionRef Fragment; in visitDebugSubsection() local 48 DebugInlineeLinesSubsectionRef Fragment; in visitDebugSubsection() local 90 DebugUnknownSubsectionRef Fragment(R.kind(), R.getRecordData()); in visitDebugSubsection() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/MCTargetDesc/ |
H A D | X86MachObjectWriter.cpp | 60 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()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/MCTargetDesc/ |
H A D | ARMMachObjectWriter.cpp | 143 const MCFragment *Fragment, in RecordARMScatteredHalfRelocation() 256 const MCFragment *Fragment, in RecordARMScatteredRelocation() 331 const MCFragment &Fragment, in requiresExternRelocation() 378 const MCFragment *Fragment, in recordRelocation()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/MCTargetDesc/ |
H A D | SystemZMCAsmBackend.cpp | 58 const MCRelaxableFragment *Fragment, in fixupNeedsRelaxation()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/MCTargetDesc/ |
H A D | AArch64MachObjectWriter.cpp | 153 const MCFragment *Fragment, const MCFixup &Fixup, MCValue Target, in recordRelocation()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/ |
H A D | ELFEmitter.cpp | 164 struct Fragment { struct 165 uint64_t Offset; 166 uint64_t Size; 167 uint32_t Type; 168 uint64_t AddrAlign;
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/ |
H A D | MCObjectStreamer.cpp | 700 MCFragment *Fragment = Symbol.getFragment(); in getOffsetAndDataFragment() local 727 MCFragment *Fragment = SRE.getSymbol().getFragment(); in getOffsetAndDataFragment() local 738 MCFragment *Fragment = Symbol.getFragment(); in getOffsetAndDataFragment() local
|
H A D | MachObjectWriter.cpp | 81 uint64_t MachObjectWriter::getFragmentAddress(const MCFragment *Fragment, in getFragmentAddress() 464 const MCFragment *Fragment, in recordRelocation()
|
H A D | XCOFFObjectWriter.cpp | 410 const MCFragment *Fragment, in recordRelocation()
|
H A D | WinCOFFObjectWriter.cpp | 716 const MCFragment *Fragment, in recordRelocation()
|
H A D | ELFObjectWriter.cpp | 1419 const MCFragment *Fragment, in recordRelocation()
|
H A D | WasmObjectWriter.cpp | 437 const MCFragment *Fragment, in recordRelocation()
|
H A D | MCStreamer.cpp | 404 void MCStreamer::AssignFragment(MCSymbol *Symbol, MCFragment *Fragment) { in AssignFragment()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DebugHandlerBase.cpp | 310 const DIExpression *Fragment = I->getInstr()->getDebugExpression(); in beginFunction() local
|
H A D | DwarfExpression.cpp | 254 auto Fragment = ExprCursor.getFragmentInfo(); in addMachineRegExpression() local
|
H A D | DwarfCompileUnit.cpp | 830 for (auto &Fragment : DV.getFrameIndexExprs()) { in constructVariableDIEImpl() local
|
H A D | DwarfDebug.cpp | 2598 for (const auto &Fragment : Values) in finalize() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
H A D | SROA.cpp | 4485 struct Fragment { in splitAlloca() struct 4486 AllocaInst *Alloca; in splitAlloca() 4487 uint64_t Offset; in splitAlloca() 4488 uint64_t Size; in splitAlloca() 4489 Fragment(AllocaInst *AI, uint64_t O, uint64_t S) in splitAlloca() function 4521 for (auto Fragment : Fragments) { in splitAlloca() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
H A D | LiveDebugVariables.cpp | 290 const Optional<DIExpression::FragmentInfo> Fragment; member in __anonfbf3834f0411::UserValue 323 Optional<DIExpression::FragmentInfo> Fragment, DebugLoc L, in UserValue() 741 Optional<DIExpression::FragmentInfo> Fragment, in getUserValue()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
H A D | IntrinsicInst.cpp | 139 if (auto Fragment = getExpression()->getFragmentInfo()) in getFragmentSizeInBits() local
|
H A D | Verifier.cpp | 1438 if (auto Fragment = Expr->getFragmentInfo()) in visitDIGlobalVariableExpression() local 5537 auto Fragment = E->getFragmentInfo(); in verifyFragmentExpression() local 5555 DIExpression::FragmentInfo Fragment, in verifyFragmentExpression()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/ |
H A D | LiteralSupport.cpp | 1814 StringRef Fragment) { in CopyStringFragment()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/LiveDebugValues/ |
H A D | VarLocBasedImpl.cpp | 1065 for (auto Fragment : MapIt->second) { in erase() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/ |
H A D | LowerTypeTests.cpp | 185 std::vector<uint64_t> &Fragment = Fragments.back(); in addFragment() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGBuilder.cpp | 1400 if (auto Fragment = Expr->getFragmentInfo()) in handleDebugValue() local
|