/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
H A D | DWARFFormValue.cpp | 190 std::optional<uint8_t> DWARFFormValue::GetFixedSize(dw_form_t form, in GetFixedSize() argument 208 bool DWARFFormValue::SkipValue(dw_form_t form, in SkipValue() argument 574 IsBlockForm(const dw_form_t form) IsBlockForm() argument 588 IsDataForm(const dw_form_t form) IsDataForm() argument 603 FormIsSupported(dw_form_t form) FormIsSupported() argument [all...] |
H A D | DWARFAttribute.h | 23 DWARFAttribute(dw_attr_t attr, dw_form_t form, in DWARFAttribute() 30 void get(dw_attr_t &attr, dw_form_t &form, in get()
|
H A D | DWARFFormValue.h | 45 DWARFFormValue(const DWARFUnit * unit,dw_form_t form) DWARFFormValue() argument 51 SetForm(dw_form_t form) SetForm() argument [all...] |
H A D | DWARFDebugInfoEntry.cpp | 339 const dw_form_t form = form_value.Form(); GetAttributes() local 483 dw_form_t form = form_value.Form(); GetAttributeHighPC() local
|
H A D | SymbolFileDWARF.cpp | 623 for (auto form : unsupported_forms) CalculateAbilities() local
|
/llvm-project/libcxx/test/support/ |
H A D | uses_alloc_types.h | 70 bool checkConstruct(TestType& value, UsesAllocatorType form, typename TestType::CtorAlloc const& alloc) in checkConstruct() argument 83 checkConstruct(TestType & value,UsesAllocatorType form) checkConstruct() argument [all...] |
/llvm-project/lldb/test/Shell/SymbolFile/DWARF/x86/ |
H A D | DW_AT_const_value.s | 70 varcode form global() argument
|
/llvm-project/libc/test/UnitTest/ |
H A D | ScanfMatcher.cpp | 43 display(FormatSection form) display() argument [all...] |
H A D | PrintfMatcher.cpp | 47 display(FormatSection form) display() argument [all...] |
/llvm-project/openmp/runtime/tools/ |
H A D | libomputils.py | 27 def print_line(msg, form="i"): argument
|
/llvm-project/clang/include/clang/Sema/ |
H A D | ParsedAttr.h | 771 create(IdentifierInfo * attrName,SourceRange attrRange,IdentifierInfo * scopeName,SourceLocation scopeLoc,IdentifierLoc * Param,const AvailabilityChange & introduced,const AvailabilityChange & deprecated,const AvailabilityChange & obsoleted,SourceLocation unavailable,const Expr * MessageExpr,ParsedAttr::Form form,SourceLocation strict,const Expr * ReplacementExpr,IdentifierLoc * EnvironmentLoc) create() argument 784 create(IdentifierInfo * attrName,SourceRange attrRange,IdentifierInfo * scopeName,SourceLocation scopeLoc,IdentifierLoc * Param1,IdentifierLoc * Param2,IdentifierLoc * Param3,ParsedAttr::Form form) create() argument 798 createTypeTagForDatatype(IdentifierInfo * attrName,SourceRange attrRange,IdentifierInfo * scopeName,SourceLocation scopeLoc,IdentifierLoc * argumentKind,ParsedType matchingCType,bool layoutCompatible,bool mustBeNull,ParsedAttr::Form form) createTypeTagForDatatype() argument 1008 addNew(IdentifierInfo * attrName,SourceRange attrRange,IdentifierInfo * scopeName,SourceLocation scopeLoc,IdentifierLoc * Param,const AvailabilityChange & introduced,const AvailabilityChange & deprecated,const AvailabilityChange & obsoleted,SourceLocation unavailable,const Expr * MessageExpr,ParsedAttr::Form form,SourceLocation strict,const Expr * ReplacementExpr,IdentifierLoc * EnvironmentLoc) addNew() argument 1023 addNew(IdentifierInfo * attrName,SourceRange attrRange,IdentifierInfo * scopeName,SourceLocation scopeLoc,IdentifierLoc * Param1,IdentifierLoc * Param2,IdentifierLoc * Param3,ParsedAttr::Form form) addNew() argument 1036 addNewTypeTagForDatatype(IdentifierInfo * attrName,SourceRange attrRange,IdentifierInfo * scopeName,SourceLocation scopeLoc,IdentifierLoc * argumentKind,ParsedType matchingCType,bool layoutCompatible,bool mustBeNull,ParsedAttr::Form form) addNewTypeTagForDatatype() argument [all...] |
/llvm-project/llvm/docs/_ocamldoc/ |
H A D | style.css | 7 form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td selector
|
/llvm-project/llvm/docs/ |
H A D | CodeGenerator.rst | 493 .. _MachineBasicBlock:
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaType.cpp | 4500 ParsedAttr::Form form = GetFullTypeForDeclarator() local
|