Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/ProfileData/
H A DMemProf.cpp27 const MemProfSchema &Schema) { in serializedSizeV0() argument
58 const MemProfSchema &Schema) { in serializedSize() argument
39 serializedSizeV2(const IndexedAllocationInfo & IAI,const MemProfSchema & Schema) serializedSizeV2() argument
49 serializedSizeV3(const IndexedAllocationInfo & IAI,const MemProfSchema & Schema) serializedSizeV3() argument
73 serializedSizeV0(const IndexedMemProfRecord & Record,const MemProfSchema & Schema) serializedSizeV0() argument
90 serializedSizeV2(const IndexedMemProfRecord & Record,const MemProfSchema & Schema) serializedSizeV2() argument
104 serializedSizeV3(const IndexedMemProfRecord & Record,const MemProfSchema & Schema) serializedSizeV3() argument
117 serializedSize(const MemProfSchema & Schema,IndexedVersion Version) const serializedSize() argument
132 serializeV0(const IndexedMemProfRecord & Record,const MemProfSchema & Schema,raw_ostream & OS) serializeV0() argument
155 serializeV2(const IndexedMemProfRecord & Record,const MemProfSchema & Schema,raw_ostream & OS) serializeV2() argument
173 serializeV3(const IndexedMemProfRecord & Record,const MemProfSchema & Schema,raw_ostream & OS,llvm::DenseMap<CallStackId,LinearCallStackId> & MemProfCallStackIndexes) serializeV3() argument
196 serialize(const MemProfSchema & Schema,raw_ostream & OS,IndexedVersion Version,llvm::DenseMap<CallStackId,LinearCallStackId> * MemProfCallStackIndexes) const serialize() argument
214 deserializeV0(const MemProfSchema & Schema,const unsigned char * Ptr) deserializeV0() argument
258 deserializeV2(const MemProfSchema & Schema,const unsigned char * Ptr) deserializeV2() argument
289 deserializeV3(const MemProfSchema & Schema,const unsigned char * Ptr) deserializeV3() argument
326 deserialize(const MemProfSchema & Schema,const unsigned char * Ptr,IndexedVersion Version) deserialize() argument
[all...]
H A DInstrProfWriter.cpp444 writeMemProfSchema(ProfOStream & OS,const memprof::MemProfSchema & Schema) writeMemProfSchema() argument
455 writeMemProfRecords(ProfOStream & OS,llvm::MapVector<GlobalValue::GUID,memprof::IndexedMemProfRecord> & MemProfRecordData,memprof::MemProfSchema * Schema,memprof::IndexedVersion Version,llvm::DenseMap<memprof::CallStackId,memprof::LinearCallStackId> * MemProfCallStackIndexes=nullptr) writeMemProfRecords() argument
604 auto Schema = memprof::getFullSchema(); writeMemProfV0() local
639 auto Schema = memprof::getFullSchema(); writeMemProfV1() local
680 auto Schema = memprof::getHotColdSchema(); writeMemProfV2() local
726 auto Schema = memprof::getHotColdSchema(); writeMemProfV3() local
[all...]
/llvm-project/clang/lib/CodeGen/
H A DCGPointerAuth.cpp26 getPointerAuthOtherDiscriminator(const PointerAuthSchema & Schema,GlobalDecl Decl,QualType Type) getPointerAuthOtherDiscriminator() argument
67 const auto &Schema = getCodeGenOpts().PointerAuth.FunctionPointers; getFunctionPointerAuthInfo() local
93 EmitPointerAuthInfo(const PointerAuthSchema & Schema,llvm::Value * StorageAddress,GlobalDecl SchemaDecl,QualType SchemaType) EmitPointerAuthInfo() argument
143 shouldSignPointer(const PointerAuthSchema & Schema) shouldSignPointer() argument
152 getConstantSignedPointer(llvm::Constant * Pointer,const PointerAuthSchema & Schema,llvm::Constant * StorageAddress,GlobalDecl SchemaDecl,QualType SchemaType) getConstantSignedPointer() argument
[all...]
H A DCGVTT.cpp93 if (const auto &Schema = EmitVTTDefinition() local
H A DCGCXX.cpp268 if (auto &Schema = BuildAppleKextVirtualCall() local
H A DConstantInitBuilder.cpp303 llvm::Constant *Pointer, const PointerAuthSchema &Schema, in addSignedPointer() argument
H A DCGVTables.cpp869 if (const auto &Schema = addVTableComponent() local
H A DItaniumCXXABI.cpp1977 if (auto &Schema = CGF.CGM.getCodeGenOpts().PointerAuth.CXXVTTVTablePointers) { getVTableAddressPointInStructorWithVTT() local
2037 auto &Schema = CGM.getCodeGenOpts().PointerAuth.CXXVirtualFunctionPointers; getVirtualFunctionPointer() local
3732 if (auto &Schema = CGM.getCodeGenOpts().PointerAuth.CXXTypeInfoVTablePointer) BuildVTablePointer() local
[all...]
H A DCGExprConstant.cpp1828 tryEmitConstantSignedPointer(llvm::Constant * UnsignedPointer,PointerAuthQualifier Schema) tryEmitConstantSignedPointer() argument
/llvm-project/llvm/lib/MC/
H A DSPIRVObjectWriter.cpp46 constexpr uint32_t Schema = 0; writeHeader() local
/llvm-project/llvm/unittests/ProfileData/
H A DMemProfTest.cpp309 for (auto Id : Schema) in TEST() local
252 const auto Schema = llvm::memprof::getFullSchema(); TEST() local
275 const auto Schema = llvm::memprof::getFullSchema(); TEST() local
339 const auto Schema = llvm::memprof::getHotColdSchema(); TEST() local
[all...]
H A DInstrProfTest.cpp412 makeRecordV2(std::initializer_list<::llvm::memprof::CallStackId> AllocFrames,std::initializer_list<::llvm::memprof::CallStackId> CallSiteFrames,const MemInfoBlock & Block,const memprof::MemProfSchema & Schema) makeRecordV2() argument
/llvm-project/lldb/docs/resources/
H A Dlldbgdbremote.md279 ### Schema subsection
/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h655 memprof::MemProfSchema Schema; global() variable
H A DMemProf.h566 MemProfSchema Schema; global() variable
596 RecordWriterTrait(const MemProfSchema * Schema,IndexedVersion V,llvm::DenseMap<CallStackId,LinearCallStackId> * MemProfCallStackIndexes) RecordWriterTrait() argument
[all...]
/llvm-project/clang/tools/c-index-test/
H A Dc-index-test.c692 xmlRelaxNGPtr Schema; in ValidateCommentXML() local