Searched defs:RecordType (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_fdr_log_records.h18 enum class RecordType : uint8_t { Function, Metadata }; class in namespace:__xray
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/XRay/
H A DXRayRecord.h74 uint16_t RecordType; member in struct:llvm::xray::XRayRecord
H A DYAMLXRayRecord.h32 uint16_t RecordType; member in struct:llvm::xray::YAMLXRayRecord
/freebsd-11-stable/contrib/llvm-project/compiler-rt/include/xray/
H A Dxray_records.h76 uint16_t RecordType = RecordTypes::NORMAL; variable
109 uint16_t RecordType = RecordTypes::ARG_PAYLOAD; variable
/freebsd-11-stable/contrib/llvm-project/llvm/lib/XRay/
H A DTrace.cpp73 auto RecordType = Reader.getU16(&OffsetPtr); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfo.cpp932 LLVMDIBuilderCreateMacro(LLVMDIBuilderRef Builder, LLVMMetadataRef ParentMacroFile, unsigned Line, LLVMDWARFMacinfoRecordType RecordType, const char *Name, size_t NameLen, const char *Value, size_t ValueLen) argument

Completed in 187 milliseconds