Home
last modified time | relevance | path

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

/freebsd-src/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-src/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_fdr_log_records.h18 enum class RecordType : uint8_t { Function, Metadata }; enum
/freebsd-src/contrib/llvm-project/llvm/include/llvm/XRay/
H A DYAMLXRayRecord.h32 uint16_t RecordType; member
H A DXRayRecord.h74 uint16_t RecordType; member
/freebsd-src/contrib/llvm-project/llvm/lib/XRay/
H A DTrace.cpp74 auto RecordType = Reader.getU16(&OffsetPtr); in loadNaiveFormatLog() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DGOFF.h44 enum RecordType : uint8_t { enum
/freebsd-src/contrib/llvm-project/llvm/lib/Object/
H A DGOFFObjectFile.cpp71 uint8_t RecordType = (I[1] & 0xF0) >> 4; in GOFFObjectFile() local
/freebsd-src/sys/contrib/dev/acpica/common/
H A Ddmtbdump2.c2285 UINT16 RecordType; AcpiDmDumpPhat() local
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DStatepointLowering.cpp77 typedef FunctionLoweringInfo::StatepointRelocationRecord RecordType; typedef
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfWriter.cpp777 using RecordType = std::pair<StringRef, FuncPair>; writeText() typedef
/freebsd-src/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfo.cpp1249 LLVMDIBuilderCreateMacro(LLVMDIBuilderRef Builder,LLVMMetadataRef ParentMacroFile,unsigned Line,LLVMDWARFMacinfoRecordType RecordType,const char * Name,size_t NameLen,const char * Value,size_t ValueLen) LLVMDIBuilderCreateMacro() argument
/freebsd-src/contrib/llvm-project/llvm/lib/TableGen/
H A DRecord.cpp2102 if (RecordRecTy *RecordType = dyn_cast<RecordRecTy>(getType())) { in getFieldType() local
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp1013 QualType RecordType = FD->getParamDecl(0) PrintInstantiationStack() local
/freebsd-src/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp3313 ASTRecordTypes RecordType = (ASTRecordTypes)MaybeRecordType.get(); ReadASTBlock() local