Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DMemProf.cpp27 const MemProfSchema &Schema) { in serializedSizeV0()
39 const MemProfSchema &Schema) { in serializedSizeV2()
49 const MemProfSchema &Schema) { in serializedSizeV3()
58 size_t IndexedAllocationInfo::serializedSize(const MemProfSchema &Schema, in serializedSize()
73 const MemProfSchema &Schema) { in serializedSizeV0()
90 const MemProfSchema &Schema) { in serializedSizeV2()
104 const MemProfSchema &Schema) { in serializedSizeV3()
117 size_t IndexedMemProfRecord::serializedSize(const MemProfSchema &Schema, in serializedSize()
132 const MemProfSchema &Schema, raw_ostream &OS) { in serializeV0()
155 const MemProfSchema &Schema, raw_ostream &OS) { in serializeV2()
[all …]
H A DInstrProfWriter.cpp444 const memprof::MemProfSchema &Schema) { in writeMemProfSchema()
455 memprof::MemProfSchema *Schema, memprof::IndexedVersion Version, in writeMemProfRecords()
604 auto Schema = memprof::getFullSchema(); in writeMemProfV0() local
639 auto Schema = memprof::getFullSchema(); in writeMemProfV1() local
680 auto Schema = memprof::getHotColdSchema(); in writeMemProfV2() local
726 auto Schema = memprof::getHotColdSchema(); in writeMemProfV3() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGPointerAuth.cpp27 const PointerAuthSchema &Schema, GlobalDecl Decl, QualType Type) { in getPointerAuthOtherDiscriminator()
75 const auto &Schema = getCodeGenOpts().PointerAuth.FunctionPointers; in getFunctionPointerAuthInfo() local
104 const PointerAuthSchema &Schema, llvm::Value *StorageAddress, in EmitPointerAuthInfo()
317 bool CodeGenModule::shouldSignPointer(const PointerAuthSchema &Schema) { in shouldSignPointer()
326 llvm::Constant *Pointer, const PointerAuthSchema &Schema, in getConstantSignedPointer()
370 const auto &Schema = getCodeGenOpts().PointerAuth.CXXMemberFunctionPointers; in getMemberFunctionPointerAuthInfo() local
H A DCGVTT.cpp93 if (const auto &Schema = in EmitVTTDefinition() local
H A DCGCXX.cpp268 if (auto &Schema = in BuildAppleKextVirtualCall() local
H A DConstantInitBuilder.cpp303 llvm::Constant *Pointer, const PointerAuthSchema &Schema, in addSignedPointer()
H A DItaniumCXXABI.cpp846 if (const auto &Schema = in EmitLoadOfMemberFunctionPointer() local
1173 const auto &Schema = in BuildMemberPointer() local
2131 if (auto &Schema = CGF.CGM.getCodeGenOpts().PointerAuth.CXXVTTVTablePointers) { in getVTableAddressPointInStructorWithVTT() local
2191 auto &Schema = CGM.getCodeGenOpts().PointerAuth.CXXVirtualFunctionPointers; in getVirtualFunctionPointer() local
3966 if (auto &Schema = CGM.getCodeGenOpts().PointerAuth.CXXTypeInfoVTablePointer) in BuildVTablePointer() local
H A DCGVTables.cpp869 if (const auto &Schema = in addVTableComponent() local
H A DCGExprConstant.cpp1841 PointerAuthQualifier Schema) { in tryEmitConstantSignedPointer()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DSPIRVObjectWriter.cpp22 constexpr uint32_t Schema = 0; in writeHeader() local
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DMemProf.h566 MemProfSchema Schema; variable
596 const MemProfSchema *Schema, IndexedVersion V, in RecordWriterTrait()
H A DInstrProfReader.h655 memprof::MemProfSchema Schema; variable
/freebsd/contrib/sqlite3/
H A Dsqlite3.c15349 typedef struct Schema Schema; typedef
17439 struct Schema { struct
17447 u8 file_format; /* Schema format version for this file */ argument
17455 ** Db.pSchema->flags field. argument