Home
last modified time | relevance | path

Searched defs:RecordKind (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_fdr_log_records.h42 /* RecordKinds */ uint8_t RecordKind : 7; member
56 /* RecordKinds */ uint8_t RecordKind : 3; member
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugProgramInstruction.h143 Kind RecordKind; ///< Subclass discriminator. variable
146 DbgRecord(Kind RecordKind, DebugLoc DL) in DbgRecord()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DContinuationRecordBuilder.cpp51 void ContinuationRecordBuilder::begin(ContinuationRecordKind RecordKind) { in begin()
H A DTypeRecordMapping.cpp247 auto RecordKind = CVR.kind(); in visitTypeBegin() local
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DRecordSerialization.h37 ulittle16_t RecordKind; // Record kind enum (SymRecordKind or TypeRecordKind) member
/freebsd/contrib/llvm-project/llvm/include/llvm/XRay/
H A DFDRRecords.h33 enum class RecordKind { enum
/freebsd/contrib/llvm-project/clang/include/clang/ExtractAPI/
H A DAPI.h194 enum RecordKind { enum
/freebsd/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DRecord.h1653 enum RecordKind { RK_Def, RK_AnonymousDef, RK_Class, RK_MultiClass }; enum
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp2536 auto RecordKind = (I->getFlags() & DINode::FlagIndirectVirtualBase) == DINode::FlagIndirectVirtualBase lowerRecordFieldList() local
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp3055 unsigned RecordKind; in WriteSubmodules() member
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp6740 using RecordKind = DbgRecord::Kind; in parseDebugRecord() typedef