Home
last modified time | relevance | path

Searched defs:RecordType (Results 1 – 20 of 20) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DHLSLBufferLayoutBuilder.h13 class RecordType; variable
H A DCGHLSLRuntime.h67 class RecordType; variable
/freebsd/contrib/llvm-project/compiler-rt/include/xray/
H A Dxray_records.h76 uint16_t RecordType = RecordTypes::NORMAL; member
109 uint16_t RecordType = RecordTypes::ARG_PAYLOAD; member
/freebsd/contrib/llvm-project/clang/include/clang/CIR/Dialect/IR/
H A DCIRAttrs.h40 class RecordType; variable
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DPtrTypesSemantics.h25 class RecordType; variable
/freebsd/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_fdr_log_records.h18 enum class RecordType : uint8_t { Function, Metadata }; enum
/freebsd/contrib/llvm-project/llvm/include/llvm/XRay/
H A DYAMLXRayRecord.h32 uint16_t RecordType; member
H A DXRayRecord.h74 uint16_t RecordType; member
/freebsd/contrib/llvm-project/llvm/lib/XRay/
H A DTrace.cpp71 auto RecordType = Reader.getU16(&OffsetPtr); loadNaiveFormatLog() local
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DGOFF.h44 enum RecordType : uint8_t { enum
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DGOFFObjectFile.cpp71 uint8_t RecordType = (I[1] & 0xF0) >> 4; in GOFFObjectFile() local
/freebsd/sys/contrib/dev/acpica/common/
H A Ddmtbdump2.c2110 UINT16 RecordType; in AcpiDmDumpPhat() local
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfWriter.cpp806 using RecordType = std::pair<StringRef, FuncPair>; in writeText() typedef
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DStatepointLowering.cpp76 typedef FunctionLoweringInfo::StatepointRelocationRecord RecordType; typedef
/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DRecord.cpp2275 if (const auto *RecordType = dyn_cast<RecordRecTy>(getType())) { in getFieldType() local
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfo.cpp1282 LLVMDWARFMacinfoRecordType RecordType, in LLVMDIBuilderCreateMacro()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp1170 QualType RecordType = FD->getParamDecl(0) in PrintInstantiationStack() local
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp6377 auto RecordType = IsPartial ? CXX_ADDED_TEMPLATE_PARTIAL_SPECIALIZATION in WriteSpecializationsUpdates() local
H A DASTReader.cpp3586 ASTRecordTypes RecordType = (ASTRecordTypes)MaybeRecordType.get(); in ReadASTBlock() local
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp7045 RecordKind RecordType = StringSwitch<RecordKind>(Lex.getStrVal()) in parseDebugRecord() local