Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/compiler-rt/include/xray/
H A Dxray_records.h76 uint16_t RecordType = RecordTypes::NORMAL; member
109 uint16_t RecordType = RecordTypes::ARG_PAYLOAD; member
/openbsd-src/gnu/llvm/compiler-rt/lib/xray/
H A Dxray_fdr_log_records.h18 enum class RecordType : uint8_t { Function, Metadata }; enum
/openbsd-src/gnu/llvm/llvm/include/llvm/XRay/
H A DYAMLXRayRecord.h32 uint16_t RecordType; member
H A DXRayRecord.h74 uint16_t RecordType; member
/openbsd-src/gnu/llvm/llvm/lib/XRay/
H A DTrace.cpp71 auto RecordType = Reader.getU16(&OffsetPtr); in loadNaiveFormatLog() local
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/
H A Dp700.C2062 typedef struct Record RecordType; typedef
/openbsd-src/gnu/llvm/clang/utils/ABITest/
H A DTypeGen.py85 class RecordType(Type): class
/openbsd-src/gnu/llvm/llvm/lib/ProfileData/
H A DInstrProfWriter.cpp655 using RecordType = std::pair<StringRef, FuncPair>; in writeText() typedef
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DStatepointLowering.cpp77 typedef FunctionLoweringInfo::StatepointRelocationRecord RecordType; typedef
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DDebugInfo.cpp1155 LLVMDWARFMacinfoRecordType RecordType, in LLVMDIBuilderCreateMacro()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp222 QualType RecordType = Context.getTypeDeclType(Rec); in HandleRecordDecl() local
/openbsd-src/gnu/llvm/llvm/lib/TableGen/
H A DRecord.cpp1825 if (RecordRecTy *RecordType = dyn_cast<RecordRecTy>(getType())) { in getFieldType() local
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTReader.cpp3123 ASTRecordTypes RecordType = (ASTRecordTypes)MaybeRecordType.get(); in ReadASTBlock() local