Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/compiler_rt/dist/include/xray/
H A Dxray_records.h77 uint16_t RecordType = RecordTypes::NORMAL; member
110 uint16_t RecordType = RecordTypes::ARG_PAYLOAD; member
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/xray/
H A Dxray_fdr_log_records.h19 enum class RecordType : uint8_t { Function, Metadata }; enum
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/XRay/
H A DYAMLXRayRecord.h32 uint16_t RecordType; member
H A DXRayRecord.h74 uint16_t RecordType; member
/netbsd-src/external/apache2/llvm/dist/llvm/lib/XRay/
H A DTrace.cpp73 auto RecordType = Reader.getU16(&OffsetPtr); in loadNaiveFormatLog() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/
H A DInstrProfWriter.cpp482 using RecordType = std::pair<StringRef, FuncPair>; in writeText() typedef
/netbsd-src/sys/external/bsd/acpica/dist/common/
H A Ddmtbdump2.c2177 UINT16 RecordType; AcpiDmDumpPhat() local
/netbsd-src/external/apache2/llvm/dist/clang/utils/ABITest/
H A DTypeGen.py85 class RecordType(Type): class
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DStatepointLowering.cpp75 typedef FunctionLoweringInfo::StatepointRelocationRecord RecordType; typedef
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DDebugInfo.cpp1059 LLVMDWARFMacinfoRecordType RecordType, in LLVMDIBuilderCreateMacro()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/TableGen/
H A DRecord.cpp1607 if (RecordRecTy *RecordType = dyn_cast<RecordRecTy>(getType())) { in getFieldType() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReader.cpp3092 ASTRecordTypes RecordType = (ASTRecordTypes)MaybeRecordType.get(); in ReadASTBlock() local