Home
last modified time | relevance | path

Searched defs:Guid (Results 1 – 25 of 34) sorted by relevance

12

/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DFormatters.cpp22 GuidAdapter::GuidAdapter(StringRef Guid) in GuidAdapter()
25 GuidAdapter::GuidAdapter(ArrayRef<uint8_t> Guid) in GuidAdapter()
57 raw_ostream &llvm::codeview::operator<<(raw_ostream &OS, const GUID &Guid) { in operator <<()
H A DCodeViewRecordIO.cpp228 Error CodeViewRecordIO::mapGuid(GUID &Guid, const Twine &Comment) { in mapGuid()
/llvm-project/llvm/include/llvm/ProfileData/
H A DCtxInstrContextNode.h69 const GUID Guid; variable
77 : Guid(Guid), Next(Next), NumCounters(NumCounters), in Guid() argument
H A DPGOCtxProfWriter.h21 enum PGOCtxProfileRecords { Invalid = 0, Version, Guid, CalleeIndex, Counters }; global() enumerator
/llvm-project/compiler-rt/lib/ctx_profile/
H A DCtxInstrContextNode.h69 const GUID Guid; variable
77 : Guid(Guid), Next(Next), NumCounters(NumCounters), in Guid() argument
H A DCtxInstrProfiling.cpp94 inline ContextNode *allocContextNode(char *Place, GUID Guid, in allocContextNode() argument
163 getCallsiteSlow(GUID Guid,ContextNode ** InsertionPoint,uint32_t NrCounters,uint32_t NrCallsites) getCallsiteSlow() argument
184 __llvm_ctx_profile_get_context(void * Callee,GUID Guid,uint32_t NrCounters,uint32_t NrCallsites) __llvm_ctx_profile_get_context() argument
240 setupContext(ContextRoot * Root,GUID Guid,uint32_t NrCounters,uint32_t NrCallsites) setupContext() argument
257 __llvm_ctx_profile_start_context(ContextRoot * Root,GUID Guid,uint32_t Counters,uint32_t Callsites) __llvm_ctx_profile_start_context() argument
[all...]
/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DGUID.h22 uint8_t Guid[16]; member
H A DFormatters.h30 ArrayRef<uint8_t> Guid; variable
/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DPseudoProbePrinter.cpp23 void PseudoProbeHandler::emitPseudoProbe(uint64_t Guid, uint64_t Index, in emitPseudoProbe()
/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DInfoStreamBuilder.h64 codeview::GUID Guid; variable
H A DRawTypes.h308 codeview::GUID Guid; member
/llvm-project/clang/test/SemaCXX/
H A Dborland-extensions.cpp52 GUID const* Guid; member
/llvm-project/llvm/lib/ProfileData/
H A DPGOCtxProfReader.cpp80 std::optional<ctx_profile::GUID> Guid; readContext() local
H A DMemProfReader.cpp521 const GlobalValue::GUID Guid = idToFrame(Frames[J]).Function; mapRawProfileToRecords() local
603 const uint64_t Guid = symbolizeAndFilterStackFrames() local
/llvm-project/llvm/include/llvm/MC/
H A DMCPseudoProbe.h266 bool isRoot() const { return Guid == 0; } in MCPseudoProbeInlineTree() argument
163 MCPseudoProbe(MCSymbol * Label,uint64_t Guid,uint64_t Index,uint64_t Type,uint64_t Attributes,uint32_t Discriminator) MCPseudoProbe() argument
[all...]
/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOCtxProfLowering.cpp208 Value *Guid = nullptr; lowerFunction() local
/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DPDBFileBuilder.cpp274 commit(StringRef Filename,codeview::GUID * Guid) commit() argument
/llvm-project/llvm/lib/Analysis/
H A DModuleSummaryAnalysis.cpp177 addVCallToSet(DevirtCallSite Call,GlobalValue::GUID Guid,SetVector<FunctionSummary::VFuncId,std::vector<FunctionSummary::VFuncId>> & VCalls,SetVector<FunctionSummary::ConstVCall,std::vector<FunctionSummary::ConstVCall>> & ConstVCalls) addVCallToSet() argument
218 GlobalValue::GUID Guid = GlobalValue::getGUID(TypeId->getString()); addIntrinsicToSummary() local
246 GlobalValue::GUID Guid = GlobalValue::getGUID(TypeId->getString()); addIntrinsicToSummary() local
/llvm-project/llvm/tools/llvm-pdbutil/
H A DPdbYaml.h55 codeview::GUID Guid; member
/llvm-project/llvm/unittests/ProfileData/
H A DPGOCtxProfReaderWriterTest.cpp27 createNode(GUID Guid,uint32_t NrCounters,uint32_t NrCallsites,ContextNode * Next=nullptr) createNode() argument
/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfileProbe.cpp356 uint64_t Guid = Function::getGUID(FName); instrumentOneFunc() local
/llvm-project/llvm/lib/MC/
H A DMCPseudoProbe.cpp442 uint64_t Guid = std::move(*ErrorOrCurGuid); buildAddress2ProbeMap() local
[all...]
/llvm-project/lld/COFF/
H A DDebugTypes.cpp82 codeview::GUID Guid; member in __anon6bce90070111::TypeServerSource
/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DInstrEmitter.cpp1305 auto Guid = cast<PseudoProbeSDNode>(Node)->getGuid(); EmitSpecialNode() local
/llvm-project/clang/include/clang/AST/
H A DExprCXX.h1071 MSGuidDecl *Guid; variable
1075 CXXUuidofExpr(QualType Ty, TypeSourceInfo *Operand, MSGuidDecl *Guid, in CXXUuidofExpr() argument
1082 CXXUuidofExpr(QualType Ty, Expr *Operand, MSGuidDecl *Guid, SourceRange R) in CXXUuidofExpr() argument

12