Searched defs:Form (Results 1 - 25 of 26) sorted by last modified time

12

/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-dwp/
H A Dllvm-dwp.cpp120 getIndexedString(dwarf::Form Form, DataExtractor InfoData, argument
163 dwarf::Form Form; local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCCodeEmitter.cpp688 uint64_t Form = TSFlags & X86II::FormMask; local
1415 uint64_t Form = TSFlags & X86II::FormMask; local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelDAGToDAG.cpp42 AddrForm Form; member in struct:__anon2408::SystemZAddressingMode
685 bool SystemZDAGToDAGISel::selectBDXAddr(SystemZAddressingMode::AddrForm Form, argument
1633 SystemZAddressingMode::AddrForm Form; local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCLoopInstrFormPrep.cpp372 prepareBaseForDispFormChain(Bucket &BucketChain, InstrForm Form) argument
487 rewriteLoadStores(Loop *L, Bucket &BucketChain, SmallSet<BasicBlock *, 16> &BBChanged, InstrForm Form) argument
698 dispFormPrep(Loop *L, SmallVector<Bucket, 16> &Buckets, InstrForm Form) argument
724 alreadyPrepared(Loop *L, Instruction* MemI, const SCEV *BasePtrStartSCEV, const SCEVConstant *BasePtrIncSCEV, InstrForm Form) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp872 uint8_t Form = readUint8(Ctx); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/
H A DMCDwarf.cpp792 static void EmitAbbrev(MCStreamer *MCOS, uint64_t Name, uint64_t Form) { argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFVerifier.cpp537 const auto Form = AttrValue.Value.getForm(); local
[all...]
H A DDWARFFormValue.cpp108 bool DWARFFormValue::skipValue(dwarf::Form Form, DataExtractor DebugInfoData, argument
[all...]
H A DDWARFDebugLine.cpp37 dwarf::Form Form; member in struct:__anon1850::ContentDescriptor
H A DDWARFAcceleratorTable.cpp447 uint32_t Form = Section.AccelSection.getULEB128(Offset); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp241 void DwarfUnit::addUInt(DIEValueList &Block, dwarf::Form Form, argument
232 addUInt(DIEValueList &Die, dwarf::Attribute Attribute, Optional<dwarf::Form> Form, uint64_t Integer) argument
246 addSInt(DIEValueList &Die, dwarf::Attribute Attribute, Optional<dwarf::Form> Form, int64_t Integer) argument
253 addSInt(DIELoc &Die, Optional<dwarf::Form> Form, int64_t Integer) argument
292 addLabel(DIEValueList &Die, dwarf::Attribute Attribute, dwarf::Form Form, const MCSymbol *Label) argument
299 addLabel(DIELoc &Die, dwarf::Form Form, const MCSymbol *Label) argument
[all...]
H A DDwarfCompileUnit.cpp1248 dwarf::Form Form = dwarf::DW_FORM_data4; local
1283 void DwarfCompileUnit::addExpr(DIELoc &Die, dwarf::Form Form, argument
H A DAccelTable.cpp213 dwarf::Form Form; member in struct:__anon2027::Dwarf5AccelTableWriter::AttributeEncoding
417 dwarf::Form Form = DIEInteger::BestForm(/*IsSigned*/ false, LargestCUIndex); local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DDwarf.cpp116 unsigned llvm::dwarf::FormVersion(dwarf::Form Form) { argument
127 unsigned llvm::dwarf::FormVendor(dwarf::Form Form) { argument
660 Optional<uint8_t> llvm::dwarf::getFixedFormByteSize(dwarf::Form Form, argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h146 SignatureForm Form = wasm::WASM_TYPE_FUNC; member in struct:llvm::WasmYAML::Signature
H A DDWARFYAML.h49 llvm::dwarf::Form Form; member in struct:llvm::DWARFYAML::AttributeAbbrev
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFFormValue.h57 dwarf::Form Form; /// Form for this value. member in class:llvm::DWARFFormValue
[all...]
H A DDWARFAcceleratorTable.h255 dwarf::Form Form; member in struct:llvm::DWARFDebugNames::AttributeEncoding
257 constexpr AttributeEncoding(dwarf::Index Index, dwarf::Form Form) argument
[all...]
H A DDWARFAbbreviationDeclaration.h43 dwarf::Form Form; member in struct:llvm::DWARFAbbreviationDeclaration::AttributeSpec
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DDIE.h54 dwarf::Form Form; member in class:llvm::DIEAbbrevData
109 void AddAttribute(dwarf::Attribute Attribute, dwarf::Form Form) { argument
364 dwarf::Form Form = (dwarf::Form)0; member in class:llvm::DIEValue
691 addValue(BumpPtrAllocator &Alloc, dwarf::Attribute Attribute, dwarf::Form Form, T &&Value) argument
[all...]
H A DAccelTable.h229 const uint16_t Form; member in struct:llvm::AppleAccelTableData::Atom
231 constexpr Atom(uint16_t Type, uint16_t Form) : Type(Type), Form(Form) {} argument
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp4678 } Form = Init; local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DX86RecognizableInstr.h167 uint8_t Form; member in class:llvm::X86Disassembler::RecognizableInstr
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DDWARFVisitor.cpp62 dwarf::Form Form = AbbrForm->Form; local
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFFormValue.h46 dw_form_t Form() const { return m_form; } function in class:DWARFFormValue

Completed in 252 milliseconds

12