Home
last modified time | relevance | path

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

/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/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.h31 enum RecordType : uint8_t { global() enum
/freebsd/sys/contrib/dev/acpica/common/
H A Ddmtbdump2.c1905 UINT16 RecordType; in AcpiDmDumpPhat() local
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DGOFFObjectFile.cpp71 uint8_t RecordType = (I[1] & 0xF0) >> 4; in GOFFObjectFile() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DStatepointLowering.cpp77 typedef FunctionLoweringInfo::StatepointRelocationRecord RecordType; typedef
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfWriter.cpp1118 using RecordType = std::pair<StringRef, FuncPair>; in writeText() typedef
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfo.cpp1254 LLVMDWARFMacinfoRecordType RecordType, in LLVMDIBuilderCreateMacro()
/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DRecord.cpp2102 if (RecordRecTy *RecordType = dyn_cast<RecordRecTy>(getType())) { in getFieldType() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp1144 QualType RecordType = FD->getParamDecl(0) in PrintInstantiationStack() local
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp6745 RecordKind RecordType = StringSwitch<RecordKind>(Lex.getStrVal()) in parseDebugRecord() local
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp3363 ASTRecordTypes RecordType = (ASTRecordTypes)MaybeRecordType.get(); in ReadASTBlock() local