Searched defs:Fields (Results 1 - 25 of 38) sorted by relevance

12

/freebsd-current/contrib/llvm-project/clang/include/clang/Sema/
H A DCXXFieldCollector.h29 SmallVector<FieldDecl*, 32> Fields; member in class:clang::CXXFieldCollector
/freebsd-current/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DArchiveYAML.h46 MapVector<StringRef, Field> Fields; member in struct:llvm::ArchYAML::Archive::Child
/freebsd-current/contrib/llvm-project/llvm/include/llvm/DebugInfo/Symbolize/
H A DMarkup.h42 SmallVector<StringRef> Fields; member in struct:llvm::symbolize::MarkupNode
/freebsd-current/contrib/llvm-project/llvm/lib/Support/
H A DOptimizedStructLayout.cpp21 static void checkValidLayout(ArrayRef<Field> Fields, uint64_t Size, argument
43 llvm::performOptimizedStructLayout(MutableArrayRef<Field> Fields) { argument
[all...]
/freebsd-current/contrib/llvm-project/clang/lib/AST/
H A DRandstruct.cpp41 SmallVector<FieldDecl *, 64> Fields; member in class:__anon250::Bucket
/freebsd-current/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DEHFrameSupportImpl.h42 uint8_t Fields[4] = {0x0, 0x0, 0x0, 0x0}; member in struct:llvm::jitlink::EHFrameEdgeFixer::AugmentationInfo
/freebsd-current/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DWasmEmitter.cpp317 int Fields = int(!Section.Languages.empty()) + int(!Section.Tools.empty()) + local
/freebsd-current/contrib/llvm-project/clang/lib/AST/Interp/
H A DProgram.cpp284 Record::FieldList Fields; local
/freebsd-current/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DPaddingChecker.cpp251 SmallVector<FieldInfo, 20> Fields; local
/freebsd-current/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DDataflowAnalysisContext.cpp58 void DataflowAnalysisContext::addModeledFields(const FieldSet &Fields) { argument
399 FieldSet Fields; local
384 getFieldsFromClassHierarchy(QualType Type, clang::dataflow::FieldSet &Fields) argument
404 containsSameFields( const clang::dataflow::FieldSet &Fields, const clang::dataflow::RecordStorageLocation::FieldToLoc &FieldLocs) argument
[all...]
H A DDataflowEnvironment.cpp318 getFieldsGlobalsAndFuncs(const Decl &D, FieldSet &Fields, argument
335 getFieldsGlobalsAndFuncs(const Stmt &S, FieldSet &Fields, argument
431 FieldSet Fields; local
1071 std::vector<FieldDecl *> Fields; local
[all...]
/freebsd-current/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenTBAA.cpp279 CollectFields(uint64_t BaseOffset, QualType QTy, SmallVectorImpl<llvm::MDBuilder::TBAAStructField> & Fields, bool MayAlias) argument
[all...]
H A DCGRecordLayoutBuilder.cpp217 llvm::DenseMap<const FieldDecl *, unsigned> Fields; member in struct:__anon498::CGRecordLowering
H A DCGCall.cpp901 SmallVector<const FieldDecl *, 1> Fields; member in struct:__anon17::RecordExpansion
937 SmallVector<const FieldDecl *, 1> Fields; local
903 RecordExpansion(SmallVector<const CXXBaseSpecifier *, 1> &&Bases, SmallVector<const FieldDecl *, 1> &&Fields) argument
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/IR/
H A DMDBuilder.cpp226 MDNode *MDBuilder::createTBAAStructNode(ArrayRef<TBAAStructField> Fields) { argument
239 createTBAAStructTypeNode( StringRef Name, ArrayRef<std::pair<MDNode *, uint64_t>> Fields) argument
273 createTBAATypeNode(MDNode *Parent, uint64_t Size, Metadata *Id, ArrayRef<TBAAStructField> Fields) argument
[all...]
/freebsd-current/contrib/llvm-project/clang/include/clang/ExtractAPI/
H A DExtractAPIVisitor.h1185 recordRecordFields( RecordRecord *RecordRecord, APIRecord::RecordKind FieldKind, const RecordDecl::field_range Fields) argument
H A DAPI.h503 SmallVector<std::unique_ptr<RecordFieldRecord>> Fields; member in struct:clang::extractapi::RecordRecord
922 SmallVector<std::unique_ptr<CXXFieldRecord>> Fields; member in struct:clang::CXXClassRecord
/freebsd-current/contrib/llvm-project/clang/lib/Sema/
H A DHLSLExternalSemaSource.cpp36 llvm::StringMap<FieldDecl *> Fields; member in struct:__anon709::BuiltinTypeDeclBuilder
/freebsd-current/contrib/llvm-project/llvm/utils/TableGen/
H A DSearchableTableEmitter.cpp67 SmallVector<GenericField, 1> Fields; member in struct:__anon3163::SearchIndex
76 SmallVector<GenericField, 2> Fields; member in struct:__anon3163::GenericTable
701 std::vector<StringRef> Fields = TableRec->getValueAsListOfStrings("Fields"); local
[all...]
H A DDecoderEmitter.cpp68 std::vector<EncodingField> Fields; member in struct:__anon3008::OperandInfo
/freebsd-current/contrib/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp873 uint32_t Fields = readVaruint32(Ctx); local
/freebsd-current/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DSymbolRecord.h687 std::vector<StringRef> Fields; member in class:llvm::codeview::EnvBlockSym
/freebsd-current/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp807 static void getSymbolicOffsetFields(BindingKey K, FieldVector &Fields) { argument
822 static bool isCompatibleWithFields(BindingKey K, const FieldVector &Fields) { argument
2566 FieldVector Fields; local
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp5373 SmallVector<StringRef, 5> Fields; local
5670 std::pair<StringRef, StringRef> Fields; local
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp603 SmallVector<Field, 8> Fields; member in class:__anon2779::FrameTypeBuilder

Completed in 431 milliseconds

12