Home
last modified time | relevance | path

Searched defs:Form (Results 1 – 25 of 41) sorted by relevance

12

/freebsd-src/contrib/llvm-project/clang/include/clang/Basic/
H A DAttributeCommonInfo.h97 constexpr Form(Syntax SyntaxUsed, unsigned SpellingIndex, bool IsAlignas, in Form() function
102 constexpr Form(tok::TokenKind Tok) in Form() function
127 constexpr Form(Syntax SyntaxUsed) Form() function
[all...]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DDIE.h54 dwarf::Form Form; variable
109 void AddAttribute(dwarf::Attribute Attribute, dwarf::Form Form) { in AddAttribute()
386 dwarf::Form Form = (dwarf::Form)0; variable
746 dwarf::Form Form, T &&Value) { in addValue()
753 dwarf::Attribute NewAttribute, dwarf::Form Form, in replaceValue()
768 dwarf::Form Form, T &&NewValue) { in replaceValue()
780 dwarf::Form Form, DIEValue &NewValue) { in replaceValue()
H A DAccelTable.h241 const uint16_t Form; member
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFFormValue.cpp110 bool DWARFFormValue::skipValue(dwarf::Form Form, DataExtractor DebugInfoData, in skipValue() argument
641 getAsSectionedAddress(const ValueType & Value,const dwarf::Form Form,const DWARFUnit * U) getAsSectionedAddress() argument
761 doesFormBelongToClass(dwarf::Form Form,DWARFFormValue::FormClass FC,uint16_t DwarfVersion) doesFormBelongToClass() argument
[all...]
H A DDWARFTypePrinter.cpp245 if (auto Form = D.find(Attr)) in appendUnqualifiedNameAfter() local
H A DDWARFAcceleratorTable.cpp70 auto MakeUnsupportedFormError = [](dwarf::Form Form) { in extract() argument
519 uint32_t Form = Section.AccelSection.getULEB128(Offset); in extractAttributeEncoding() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFEmitterImpl.cpp168 dwarf::Form Form = emitDebugNames() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCLoopInstrFormPrep.cpp651 PrepForm Form, SCEVExpander &SCEVE, in rewriteForBase() argument
897 prepareBaseForDispFormChain(Bucket & BucketChain,PrepForm Form) prepareBaseForDispFormChain() argument
1014 rewriteLoadStores(Loop * L,Bucket & BucketChain,SmallSet<BasicBlock *,16> & BBChanged,PrepForm Form) rewriteLoadStores() argument
1111 dispFormPrep(Loop * L,SmallVector<Bucket,16> & Buckets,PrepForm Form) dispFormPrep() argument
1216 alreadyPrepared(Loop * L,Instruction * MemI,const SCEV * BasePtrStartSCEV,const SCEV * BasePtrIncSCEV,PrepForm Form) alreadyPrepared() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp221 addUInt(DIEValueList & Die,dwarf::Attribute Attribute,std::optional<dwarf::Form> Form,uint64_t Integer) addUInt() argument
229 addUInt(DIEValueList & Block,dwarf::Form Form,uint64_t Integer) addUInt() argument
235 addSInt(DIEValueList & Die,dwarf::Attribute Attribute,std::optional<dwarf::Form> Form,int64_t Integer) addSInt() argument
241 addSInt(DIELoc & Die,std::optional<dwarf::Form> Form,int64_t Integer) addSInt() argument
280 addLabel(DIEValueList & Die,dwarf::Attribute Attribute,dwarf::Form Form,const MCSymbol * Label) addLabel() argument
284 addLabel(DIELoc & Die,dwarf::Form Form,const MCSymbol * Label) addLabel() argument
396 addBlock(DIE & Die,dwarf::Attribute Attribute,dwarf::Form Form,DIEBlock * Block) addBlock() argument
[all...]
H A DDwarfUnit.h85 dwarf::Form Form, T &&Value) { in addAttribute() argument
[all...]
H A DDwarfCompileUnit.cpp274 dwarf::Form Form; addLocationAttribute() member
1605 dwarf::Form Form = (DD->getDwarfVersion() >= 5) addLocationList() local
1640 addExpr(DIELoc & Die,dwarf::Form Form,const MCExpr * Expr) addExpr() argument
[all...]
H A DDwarfDebug.h453 Form, enumerator
/freebsd-src/contrib/llvm-project/llvm/utils/TableGen/
H A DX86FoldTablesEmitter.cpp263 return Form >= X86Local::MRM0r && Form <= X86Local::MRM7r; in mayFoldFromForm() argument
278 return Form >= X86Local::MRM0m && Form <= X86Local::MRM7m; in mayFoldToForm() argument
677 uint8_t Form = byteFromBitsInit(FormBits); run() local
[all...]
H A DX86RecognizableInstr.h190 uint8_t Form; global() member
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFFormValue.h49 dw_form_t Form() const { return m_form; } in Form() function
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAbbreviationDeclaration.h51 dwarf::Form Form; member
H A DDWARFAcceleratorTable.h106 using Form = dwarf::Form; global() member
402 dwarf::Form Form; global() member
[all...]
H A DDWARFFormValue.h67 DWARFFormValue(dwarf::Form F = dwarf::Form(0)) : Form(F) {} in Form() function
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp362 ParseAttributeWithTypeArg(IdentifierInfo & AttrName,SourceLocation AttrNameLoc,ParsedAttributes & Attrs,IdentifierInfo * ScopeName,SourceLocation ScopeLoc,ParsedAttr::Form Form) ParseAttributeWithTypeArg() argument
463 ParseAttributeArgsCommon(IdentifierInfo * AttrName,SourceLocation AttrNameLoc,ParsedAttributes & Attrs,SourceLocation * EndLoc,IdentifierInfo * ScopeName,SourceLocation ScopeLoc,ParsedAttr::Form Form) ParseAttributeArgsCommon() argument
601 ParseGNUAttributeArgs(IdentifierInfo * AttrName,SourceLocation AttrNameLoc,ParsedAttributes & Attrs,SourceLocation * EndLoc,IdentifierInfo * ScopeName,SourceLocation ScopeLoc,ParsedAttr::Form Form,Declarator * D) ParseGNUAttributeArgs() argument
656 ParseClangAttributeArgs(IdentifierInfo * AttrName,SourceLocation AttrNameLoc,ParsedAttributes & Attrs,SourceLocation * EndLoc,IdentifierInfo * ScopeName,SourceLocation ScopeLoc,ParsedAttr::Form Form) ParseClangAttributeArgs() argument
1217 ParseAvailabilityAttribute(IdentifierInfo & Availability,SourceLocation AvailabilityLoc,ParsedAttributes & attrs,SourceLocation * endLoc,IdentifierInfo * ScopeName,SourceLocation ScopeLoc,ParsedAttr::Form Form) ParseAvailabilityAttribute() argument
1434 ParseExternalSourceSymbolAttribute(IdentifierInfo & ExternalSourceSymbol,SourceLocation Loc,ParsedAttributes & Attrs,SourceLocation * EndLoc,IdentifierInfo * ScopeName,SourceLocation ScopeLoc,ParsedAttr::Form Form) ParseExternalSourceSymbolAttribute() argument
1563 ParseObjCBridgeRelatedAttribute(IdentifierInfo & ObjCBridgeRelated,SourceLocation ObjCBridgeRelatedLoc,ParsedAttributes & Attrs,SourceLocation * EndLoc,IdentifierInfo * ScopeName,SourceLocation ScopeLoc,ParsedAttr::Form Form) ParseObjCBridgeRelatedAttribute() argument
1632 ParseSwiftNewTypeAttribute(IdentifierInfo & AttrName,SourceLocation AttrNameLoc,ParsedAttributes & Attrs,SourceLocation * EndLoc,IdentifierInfo * ScopeName,SourceLocation ScopeLoc,ParsedAttr::Form Form) ParseSwiftNewTypeAttribute() argument
1673 ParseTypeTagForDatatypeAttribute(IdentifierInfo & AttrName,SourceLocation AttrNameLoc,ParsedAttributes & Attrs,SourceLocation * EndLoc,IdentifierInfo * ScopeName,SourceLocation ScopeLoc,ParsedAttr::Form Form) ParseTypeTagForDatatypeAttribute() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DDwarf.cpp116 unsigned llvm::dwarf::FormVersion(dwarf::Form Form) { in FormVersion() argument
127 unsigned llvm::dwarf::FormVendor(dwarf::Form Form) { in FormVendor() argument
729 getFixedFormByteSize(dwarf::Form Form,FormParams Params) getFixedFormByteSize() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/DWP/
H A DDWP.cpp58 getIndexedString(dwarf::Form Form, DataExtractor InfoData, uint64_t &InfoOffset, in getIndexedString() argument
117 dwarf::Form Form; in getCUIdentifiers() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelDAGToDAG.cpp43 AddrForm Form; member
696 selectBDXAddr(SystemZAddressingMode::AddrForm Form,SystemZAddressingMode::DispRange DR,SDValue Addr,SDValue & Base,SDValue & Disp,SDValue & Index) const selectBDXAddr() argument
1753 SystemZAddressingMode::AddrForm Form; SelectInlineAsmMemoryOperand() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCCodeEmitter.cpp902 uint64_t Form = TSFlags & X86II::FormMask; emitPrefixImpl() local
1538 uint64_t Form = TSFlags & X86II::FormMask; encodeInstruction() local
[all...]
H A DX86MCTargetDesc.cpp126 uint64_t Form = TSFlags & X86II::FormMask; in needsAddressSizeOverride() local
/freebsd-src/contrib/llvm-project/clang/lib/Index/
H A DIndexBody.cpp424 auto visitForm = [&](InitListExpr *Form) { in TraverseInitListExpr() argument

12