| /llvm-project-15.0.7/clang/utils/TableGen/ |
| H A D | ASTTableGen.h | 92 WrappedRecord(llvm::Record *record = nullptr) : Record(record) {} in Record() argument 146 HasProperties(llvm::Record *record = nullptr) : WrappedRecord(record) {} in WrappedRecord() argument 159 ASTNode(llvm::Record *record = nullptr) : HasProperties(record) {} in HasProperties() argument 182 DeclNode(llvm::Record *record = nullptr) : ASTNode(record) {} in ASTNode() argument 204 TypeNode(llvm::Record *record = nullptr) : ASTNode(record) {} in ASTNode() argument 226 StmtNode(llvm::Record *record = nullptr) : ASTNode(record) {} in ASTNode() argument 249 PropertyType(llvm::Record *record = nullptr) : WrappedRecord(record) {} in WrappedRecord() argument 333 TypeKindRule(llvm::Record *record = nullptr) : WrappedRecord(record) {} in WrappedRecord() argument 363 TypeCase(llvm::Record *record = nullptr) : HasProperties(record) {} in HasProperties() argument 383 Property(llvm::Record *record = nullptr) : WrappedRecord(record) {} in WrappedRecord() argument [all …]
|
| /llvm-project-15.0.7/mlir/lib/TableGen/ |
| H A D | Builder.cpp | 24 const llvm::Record *record = cast<llvm::DefInit>(def)->getDef(); in getCppType() local 40 const llvm::Record *record = cast<llvm::DefInit>(def)->getDef(); in getDefaultValue() local 49 Builder::Builder(const llvm::Record *record, ArrayRef<SMLoc> loc) in Builder()
|
| H A D | Attribute.cpp | 38 Attribute::Attribute(const Record *record) : AttrConstraint(record) { in Attribute() 127 const llvm::RecordVal *record = def->getValue("dialect"); in getDialect() local 148 EnumAttrCase::EnumAttrCase(const llvm::Record *record) : Attribute(record) { in EnumAttrCase() 166 EnumAttr::EnumAttr(const llvm::Record *record) : Attribute(record) { in EnumAttr() 171 EnumAttr::EnumAttr(const llvm::Record &record) : Attribute(&record) {} in EnumAttr()
|
| H A D | Predicate.cpp | 26 Pred::Pred(const llvm::Record *record) : def(record) { in Pred() 52 CPred::CPred(const llvm::Record *record) : Pred(record) { in CPred() 68 CombinedPred::CombinedPred(const llvm::Record *record) : Pred(record) { in CombinedPred() 191 for (const auto *record : combined.getChildren()) { in buildPredicateTree() local
|
| H A D | Type.cpp | 77 Type::Type(const llvm::Record *record) : TypeConstraint(record) {} in Type()
|
| H A D | Constraint.cpp | 19 Constraint::Constraint(const llvm::Record *record) in Constraint()
|
| H A D | Dialect.cpp | 39 static StringRef getAsStringOrEmpty(const llvm::Record &record, in getAsStringOrEmpty()
|
| /llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/NativePDB/ |
| H A D | PdbUtil.cpp | 238 RecordT record = createRecord<RecordT>(sym); in GetSegmentAndOffset() local 244 TrampolineSym record = createRecord<TrampolineSym>(sym); in GetSegmentAndOffset() local 249 Thunk32Sym record = createRecord<Thunk32Sym>(sym); in GetSegmentAndOffset() local 255 CoffGroupSym record = createRecord<CoffGroupSym>(sym); in GetSegmentAndOffset() local 260 DataSym record = createRecord<DataSym>(sym); in GetSegmentAndOffset() local 318 RecordT record = createRecord<RecordT>(sym); in GetSegmentOffsetAndLength() local 325 TrampolineSym record = createRecord<TrampolineSym>(sym); in GetSegmentOffsetAndLength() local 331 Thunk32Sym record = createRecord<Thunk32Sym>(sym); in GetSegmentOffsetAndLength() local 338 CoffGroupSym record = createRecord<CoffGroupSym>(sym); in GetSegmentOffsetAndLength() local 966 RecordType record; in GetSizeOfTypeInternal() local [all …]
|
| /llvm-project-15.0.7/flang/runtime/ |
| H A D | internal-unit.cpp | 62 char *record{CurrentRecord()}; in Emit() local 94 const char *record{CurrentRecord()}; in GetNextInputBytes() local 126 char *record{CurrentRecord()}; in BlankFillOutputRecord() local
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/Windows/Common/ |
| H A D | ExceptionRecord.h | 27 ExceptionRecord(const EXCEPTION_RECORD &record, lldb::tid_t thread_id) { in ExceptionRecord() 46 ExceptionRecord(const MINIDUMP_EXCEPTION &record, lldb::tid_t thread_id) in ExceptionRecord()
|
| H A D | NativeProcessWindows.h | 154 const ExceptionRecord &record) override { in OnDebugException()
|
| H A D | LocalDebugDelegate.cpp | 30 const ExceptionRecord &record) { in OnDebugException()
|
| /llvm-project-15.0.7/mlir/tools/mlir-tblgen/ |
| H A D | LLVMIRIntrinsicGen.cpp | 64 static IndicesTy getOverloadableTypeIdxs(const llvm::Record &record, in getOverloadableTypeIdxs() 90 LLVMIntrinsic(const llvm::Record &record) : record(record) {} in LLVMIntrinsic() 184 const llvm::Record &record; member in __anon725579a20111::LLVMIntrinsic 198 static bool emitIntrinsic(const llvm::Record &record, llvm::raw_ostream &os) { in emitIntrinsic()
|
| H A D | LLVMIRConversionGen.cpp | 106 static bool emitOneBuilder(const Record &record, raw_ostream &os) { in emitOneBuilder() 239 static void emitOneEnumToConversion(const llvm::Record *record, in emitOneEnumToConversion() 269 static void emitOneCEnumToConversion(const llvm::Record *record, in emitOneCEnumToConversion() 300 static void emitOneEnumFromConversion(const llvm::Record *record, in emitOneEnumFromConversion() 330 static void emitOneCEnumFromConversion(const llvm::Record *record, in emitOneCEnumFromConversion() 380 static void emitIntrOpPair(const Record &record, raw_ostream &os) { in emitIntrOpPair()
|
| /llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/Breakpad/ |
| H A D | SymbolFileBreakpad.cpp | 213 auto record = LineRecord::parse(*It); in ParseCompileUnitAtIndex() local 246 if (auto record = FuncRecord::parse(*It)) { in GetOrCreateFunction() local 311 if (auto record = InlineRecord::parse(*It)) { in ParseBlocksRecursive() local 353 auto record = InlineOriginRecord::parse(line); in ParseInlineOriginRecords() local 496 if (auto record = PublicRecord::parse(line)) in AddSymbols() local 512 auto record = StackWinRecord::parse( in GetParameterStackSize() local 799 auto record = FileRecord::parse(line); in ParseFileRecords() local 829 if (auto record = FuncRecord::parse(*It)) { in ParseCUData() local 869 auto record = LineRecord::parse(*It); in ParseLineTableAndSupportFiles() local 906 if (auto record = StackCFIRecord::parse(*It)) { in ParseUnwindData() local [all …]
|
| /llvm-project-15.0.7/clang/unittests/Tooling/RecursiveASTVisitorTests/ |
| H A D | Class.cpp | 20 bool VisitCXXRecordDecl(CXXRecordDecl* record) { in VisitCXXRecordDecl()
|
| /llvm-project-15.0.7/cross-project-tests/debuginfo-tests/llgdb-tests/ |
| H A D | asan-deque.cpp | 31 auto record = log.front(); in main() local
|
| /llvm-project-15.0.7/cross-project-tests/debuginfo-tests/dexter-tests/ |
| H A D | asan-deque.cpp | 38 auto record = deq.front(); in main() local
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/unittests/support/ |
| H A D | TestTracer.cpp | 17 void TestTracer::record(const Metric &Metric, double Value, in record() function in clang::clangd::trace::TestTracer
|
| /llvm-project-15.0.7/mlir/include/mlir/TableGen/ |
| H A D | Constraint.h | 36 Constraint(const llvm::Record *record, Kind kind) : def(record), kind(kind) {} in Constraint()
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/support/ |
| H A D | MemoryTree.cpp | 53 void record(const MemoryTree &MT, std::string RootName, in record() function
|
| H A D | Trace.h | 100 virtual void record(const Metric &Metric, double Value, in record() function
|
| /llvm-project-15.0.7/llvm/lib/DebugInfo/CodeView/ |
| H A D | SymbolRecordHelpers.cpp | 18 RecordT record(static_cast<SymbolRecordKind>(sym.kind())); in createRecord() local
|
| /llvm-project-15.0.7/clang/test/CodeGenCXX/ |
| H A D | mangle-ms-templates.cpp | 266 struct record { struct 270 template <const record &> argument
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | SwiftCallingConv.cpp | 119 void SwiftAggLowering::addTypedData(const RecordDecl *record, CharUnits begin) { in addTypedData() 123 void SwiftAggLowering::addTypedData(const RecordDecl *record, CharUnits begin, in addTypedData() 796 const RecordDecl *record) { in mustPassRecordIndirectly() 819 auto record = recordType->getDecl(); in classifyType() local
|