Searched defs:Form (Results 1 - 25 of 27) sorted by relevance

12

/freebsd-13-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DDWARFVisitor.cpp73 dwarf::Form Form = AbbrForm->Form; local
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAbbreviationDeclaration.h43 dwarf::Form Form; member in struct:llvm::DWARFAbbreviationDeclaration::AttributeSpec
[all...]
H A DDWARFFormValue.h57 dwarf::Form Form; /// Form for this value. member in class:llvm::DWARFFormValue
[all...]
H A DDWARFAcceleratorTable.h251 dwarf::Form Form; member in struct:llvm::DWARFDebugNames::AttributeEncoding
253 constexpr AttributeEncoding(dwarf::Index Index, dwarf::Form Form) argument
[all...]
/freebsd-13-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
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
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
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
702 addValue(BumpPtrAllocator &Alloc, dwarf::Attribute Attribute, dwarf::Form Form, T &&Value) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFFormValue.cpp108 bool DWARFFormValue::skipValue(dwarf::Form Form, DataExtractor DebugInfoData, argument
[all...]
H A DDWARFAcceleratorTable.cpp453 uint32_t Form = Section.AccelSection.getULEB128(Offset); local
H A DDWARFDebugLine.cpp38 dwarf::Form Form; member in struct:__anon3619::ContentDescriptor
H A DDWARFVerifier.cpp552 const auto Form = AttrValue.Value.getForm(); local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAccelTable.cpp213 dwarf::Form Form; member in struct:__anon3423::Dwarf5AccelTableWriter::AttributeEncoding
417 dwarf::Form Form = DIEInteger::BestForm(/*IsSigned*/ false, LargestCUIndex); local
[all...]
H A DDwarfCompileUnit.cpp1355 dwarf::Form Form = dwarf::DW_FORM_data4; local
1390 void DwarfCompileUnit::addExpr(DIELoc &Die, dwarf::Form Form, argument
H A DDwarfUnit.cpp240 void DwarfUnit::addUInt(DIEValueList &Block, dwarf::Form Form, argument
231 addUInt(DIEValueList &Die, dwarf::Attribute Attribute, Optional<dwarf::Form> Form, uint64_t Integer) argument
245 addSInt(DIEValueList &Die, dwarf::Attribute Attribute, Optional<dwarf::Form> Form, int64_t Integer) argument
252 addSInt(DIELoc &Die, Optional<dwarf::Form> Form, int64_t Integer) argument
291 addLabel(DIEValueList &Die, dwarf::Attribute Attribute, dwarf::Form Form, const MCSymbol *Label) argument
298 addLabel(DIELoc &Die, dwarf::Form Form, const MCSymbol *Label) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DX86RecognizableInstr.h173 uint8_t Form; member in class:llvm::X86Disassembler::RecognizableInstr
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DDWARFYAML.h50 llvm::dwarf::Form Form; member in struct:llvm::DWARFYAML::AttributeAbbrev
H A DWasmYAML.h148 SignatureForm Form = wasm::WASM_TYPE_FUNC; member in struct:llvm::WasmYAML::Signature
/freebsd-13-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-13-stable/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCCodeEmitter.cpp704 uint64_t Form = TSFlags & X86II::FormMask; local
1430 uint64_t Form = TSFlags & X86II::FormMask; local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-dwp/
H A Dllvm-dwp.cpp123 getIndexedString(dwarf::Form Form, DataExtractor InfoData, argument
177 dwarf::Form Form; local
[all...]
/freebsd-13-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
677 Optional<uint8_t> llvm::dwarf::getFixedFormByteSize(dwarf::Form Form, argument
[all...]
/freebsd-13-stable/contrib/tcpdump/
H A Dprint-snmp.c246 static const char *Form[] = { variable
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp1879 uint16_t Form = Attr.Form; local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/
H A DMCDwarf.cpp821 static void EmitAbbrev(MCStreamer *MCOS, uint64_t Name, uint64_t Form) { argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp916 uint8_t Form = readUint8(Ctx); local

Completed in 132 milliseconds

12