/llvm-project/llvm/lib/ProfileData/ |
H A D | MemProf.cpp | 27 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 D | InstrProfWriter.cpp | 444 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 D | CGPointerAuth.cpp | 26 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 D | CGVTT.cpp | 93 if (const auto &Schema = EmitVTTDefinition() local
|
H A D | CGCXX.cpp | 268 if (auto &Schema = BuildAppleKextVirtualCall() local
|
H A D | ConstantInitBuilder.cpp | 303 llvm::Constant *Pointer, const PointerAuthSchema &Schema, in addSignedPointer() argument
|
H A D | CGVTables.cpp | 869 if (const auto &Schema = addVTableComponent() local
|
H A D | ItaniumCXXABI.cpp | 1977 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 D | CGExprConstant.cpp | 1828 tryEmitConstantSignedPointer(llvm::Constant * UnsignedPointer,PointerAuthQualifier Schema) tryEmitConstantSignedPointer() argument
|
/llvm-project/llvm/lib/MC/ |
H A D | SPIRVObjectWriter.cpp | 46 constexpr uint32_t Schema = 0; writeHeader() local
|
/llvm-project/llvm/unittests/ProfileData/ |
H A D | MemProfTest.cpp | 309 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 D | InstrProfTest.cpp | 412 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 D | lldbgdbremote.md | 279 ### Schema subsection
|
/llvm-project/llvm/include/llvm/ProfileData/ |
H A D | InstrProfReader.h | 655 memprof::MemProfSchema Schema; global() variable
|
H A D | MemProf.h | 566 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 D | c-index-test.c | 692 xmlRelaxNGPtr Schema; in ValidateCommentXML() local
|