Home
last modified time | relevance | path

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

12

/llvm-project/llvm/test/tools/llvm-dwarfdump/X86/
H A Dparent_recurse_depth.s37 Form: DW_FORM_string label
42 Form: DW_FORM_string label
47 Form: DW_FORM_string label
52 Form: DW_FORM_string label
/llvm-project/llvm/unittests/DebugInfo/DWARF/
H A DDwarfGenerator.cpp54 void dwarfgen::DIE::addAttribute(uint16_t A, dwarf::Form Form, uint64_t U) { in addAttribute() argument
71 void dwarfgen::DIE::addAttribute(uint16_t A, dwarf::Form Form, const MCExpr &Expr) { in addAttribute() argument
77 void dwarfgen::DIE::addAttribute(uint16_t A, dwarf::Form Form, in addAttribute() argument
109 addAttribute(uint16_t A,dwarf::Form Form,dwarfgen::DIE & RefDie) addAttribute() argument
116 addAttribute(uint16_t A,dwarf::Form Form,const void * P,size_t S) addAttribute() argument
131 addAttribute(uint16_t A,dwarf::Form Form) addAttribute() argument
[all...]
H A DDWARFFormValueTest.cpp25 bool isFormClass(dwarf::Form Form, DWARFFormValue::FormClass FC) { in isFormClass() argument
48 DWARFFormValue createDataXFormValue(dwarf::Form Form, RawTypeT Value) { in createDataXFormValue() argument
328 DWARFFormValue Form(Fm); TEST_P() local
366 DWARFFormValue Form(Fm); TEST_P() local
[all...]
/llvm-project/bolt/include/bolt/Core/
H A DDIEBuilder.h93 dwarf::Form Form; member
361 addValue(DIEValueList * Die,dwarf::Attribute Attribute,dwarf::Form Form,T && Value) addValue() argument
368 replaceValue(DIEValueList * Die,dwarf::Attribute Attribute,dwarf::Form Form,T && NewValue) replaceValue() argument
375 replaceValue(DIEValueList * Die,dwarf::Attribute Attribute,dwarf::Attribute NewAttribute,dwarf::Form Form,T && NewValue) replaceValue() argument
382 replaceValue(DIEValueList * Die,dwarf::Attribute Attribute,dwarf::Form Form,DIEValue & NewValue) replaceValue() argument
[all...]
/llvm-project/clang/include/clang/Basic/
H A DAttributeCommonInfo.h97 constexpr Form(Syntax SyntaxUsed, unsigned SpellingIndex, bool IsAlignas, Form() function
102 constexpr Form(tok::TokenKind Tok) Form() function
127 constexpr Form(Syntax SyntaxUsed) Form() function
[all...]
/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.cpp
/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
/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFEmitterImpl.cpp168 dwarf::Form Form = emitDebugNames() local
/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCLoopInstrFormPrep.cpp651 rewriteForBase(Loop * L,const SCEVAddRecExpr * BasePtrSCEV,Instruction * BaseMemI,bool CanPreInc,PrepForm Form,SCEVExpander & SCEVE,SmallPtrSet<Value *,16> & DeletedPtrs) rewriteForBase() argument
902 prepareBaseForDispFormChain(Bucket & BucketChain,PrepForm Form) prepareBaseForDispFormChain() argument
1019 rewriteLoadStores(Loop * L,Bucket & BucketChain,SmallSet<BasicBlock *,16> & BBChanged,PrepForm Form) rewriteLoadStores() argument
1116 dispFormPrep(Loop * L,SmallVector<Bucket,16> & Buckets,PrepForm Form) dispFormPrep() argument
1221 alreadyPrepared(Loop * L,Instruction * MemI,const SCEV * BasePtrStartSCEV,const SCEV * BasePtrIncSCEV,PrepForm Form) alreadyPrepared() argument
[all...]
/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFFormValue.h49 dw_form_t Form() const { return m_form; } Form() function
/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.h85 dwarf::Form Form, T &&Value) { in addAttribute() argument
[all...]
H A DDwarfUnit.cpp222 std::optional<dwarf::Form> Form, uint64_t Integer) { in addUInt() argument
230 void DwarfUnit::addUInt(DIEValueList &Block, dwarf::Form Form, in addUInt() argument
236 std::optional<dwarf::Form> For in addSInt() argument
242 addSInt(DIELoc & Die,std::optional<dwarf::Form> Form,int64_t Integer) addSInt() argument
281 addLabel(DIEValueList & Die,dwarf::Attribute Attribute,dwarf::Form Form,const MCSymbol * Label) addLabel() argument
285 addLabel(DIELoc & Die,dwarf::Form Form,const MCSymbol * Label) addLabel() argument
397 addBlock(DIE & Die,dwarf::Attribute Attribute,dwarf::Form Form,DIEBlock * Block) addBlock() argument
[all...]
/llvm-project/llvm/utils/TableGen/
H A DX86FoldTablesEmitter.cpp260 static bool mayFoldFromForm(uint8_t Form) { in mayFoldFromForm() argument
275 static bool mayFoldToForm(uint8_t Form) { in mayFoldToForm() argument
660 uint8_t Form = byteFromBitsInit(FormBits); run() local
[all...]
/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAbbreviationDeclaration.h51 dwarf::Form Form; member
H A DDWARFFormValue.h67 DWARFFormValue(dwarf::Form F = dwarf::Form(0)) : Form(F) {} in Form() function
[all...]
H A DDWARFAcceleratorTable.h114 using Form = dwarf::Form; member
410 dwarf::Form Form; member
[all...]
/llvm-project/llvm/unittests/CodeGen/
H A DDIETest.cpp39 dwarf::Form Form; member in __anon6d8051950111::DIEFixtureBase
/llvm-project/clang-tools-extra/clang-tidy/utils/
H A DExprSequence.cpp183 for (const InitListExpr *Form : getAllInitListForms(InitList)) { in getSequenceSuccessor() local
/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp416 ParseAttributeWithTypeArg(IdentifierInfo & AttrName,SourceLocation AttrNameLoc,ParsedAttributes & Attrs,IdentifierInfo * ScopeName,SourceLocation ScopeLoc,ParsedAttr::Form Form) ParseAttributeWithTypeArg() argument
522 ParseAttributeArgsCommon(IdentifierInfo * AttrName,SourceLocation AttrNameLoc,ParsedAttributes & Attrs,SourceLocation * EndLoc,IdentifierInfo * ScopeName,SourceLocation ScopeLoc,ParsedAttr::Form Form) ParseAttributeArgsCommon() argument
667 ParseGNUAttributeArgs(IdentifierInfo * AttrName,SourceLocation AttrNameLoc,ParsedAttributes & Attrs,SourceLocation * EndLoc,IdentifierInfo * ScopeName,SourceLocation ScopeLoc,ParsedAttr::Form Form,Declarator * D) ParseGNUAttributeArgs() argument
729 ParseClangAttributeArgs(IdentifierInfo * AttrName,SourceLocation AttrNameLoc,ParsedAttributes & Attrs,SourceLocation * EndLoc,IdentifierInfo * ScopeName,SourceLocation ScopeLoc,ParsedAttr::Form Form) ParseClangAttributeArgs() argument
1295 ParseAvailabilityAttribute(IdentifierInfo & Availability,SourceLocation AvailabilityLoc,ParsedAttributes & attrs,SourceLocation * endLoc,IdentifierInfo * ScopeName,SourceLocation ScopeLoc,ParsedAttr::Form Form) ParseAvailabilityAttribute() argument
1533 ParseExternalSourceSymbolAttribute(IdentifierInfo & ExternalSourceSymbol,SourceLocation Loc,ParsedAttributes & Attrs,SourceLocation * EndLoc,IdentifierInfo * ScopeName,SourceLocation ScopeLoc,ParsedAttr::Form Form) ParseExternalSourceSymbolAttribute() argument
1662 ParseObjCBridgeRelatedAttribute(IdentifierInfo & ObjCBridgeRelated,SourceLocation ObjCBridgeRelatedLoc,ParsedAttributes & Attrs,SourceLocation * EndLoc,IdentifierInfo * ScopeName,SourceLocation ScopeLoc,ParsedAttr::Form Form) ParseObjCBridgeRelatedAttribute() argument
1731 ParseSwiftNewTypeAttribute(IdentifierInfo & AttrName,SourceLocation AttrNameLoc,ParsedAttributes & Attrs,SourceLocation * EndLoc,IdentifierInfo * ScopeName,SourceLocation ScopeLoc,ParsedAttr::Form Form) ParseSwiftNewTypeAttribute() argument
1772 ParseTypeTagForDatatypeAttribute(IdentifierInfo & AttrName,SourceLocation AttrNameLoc,ParsedAttributes & Attrs,SourceLocation * EndLoc,IdentifierInfo * ScopeName,SourceLocation ScopeLoc,ParsedAttr::Form Form) ParseTypeTagForDatatypeAttribute() argument
3368 ParseBoundsAttribute(IdentifierInfo & AttrName,SourceLocation AttrNameLoc,ParsedAttributes & Attrs,IdentifierInfo * ScopeName,SourceLocation ScopeLoc,ParsedAttr::Form Form) ParseBoundsAttribute() argument
[all...]
/llvm-project/llvm/lib/BinaryFormat/
H A DDwarf.cpp116 unsigned llvm::dwarf::FormVersion(dwarf::Form Form) { in FormVersion()
127 unsigned llvm::dwarf::FormVendor(dwarf::Form Form) { in FormVendor()
771 std::optional<uint8_t> llvm::dwarf::getFixedFormByteSize(dwarf::Form Form, in getFixedFormByteSize()
/llvm-project/llvm/tools/obj2yaml/
H A Ddwarf2yaml.cpp261 auto Form = FormValue->getForm(); in dumpDebugInfo() local
/llvm-project/llvm/include/llvm/ObjectYAML/
H A DDWARFYAML.h33 llvm::dwarf::Form Form; member
123 dwarf::Form Form; global() member
/llvm-project/llvm/lib/DWP/
H A DDWP.cpp58 getIndexedString(dwarf::Form Form, DataExtractor InfoData, uint64_t &InfoOffset, in getIndexedString()
117 dwarf::Form Form; in getCUIdentifiers() local

12