Searched defs:Id (Results 51 - 75 of 141) sorted by relevance

123456

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DDeclOpenMP.h316 OMPCapturedExprDecl(ASTContext &C, DeclContext *DC, IdentifierInfo *Id, argument
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_deadlock_detector2.cpp31 struct Id { struct in namespace:__sanitizer
35 explicit Id(u32 id = 0, u32 seq = 0) function in struct:__sanitizer::Id
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.h159 const SDValue &getSDValue(TableId &Id) { argument
483 TableId Id = getTableId(Op); local
H A DLegalizeTypes.cpp575 auto Id = getTableId(V); local
579 void DAGTypeLegalizer::RemapId(TableId &Id) { argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeDumpVisitor.cpp303 Error TypeDumpVisitor::visitKnownRecord(CVType &CVR, MemberFuncIdRecord &Id) { argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DSymbolCache.cpp190 SymIndexId Id = 0; local
272 SymIndexId Id = 0; local
360 SymIndexId Id = createSymbol<NativeFunctionSymbol>(PS); local
422 SymIndexId Id = createSymbol<NativePublicSymbol>(PS); local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DMDBuilder.cpp248 createTBAATypeNode(MDNode *Parent, uint64_t Size, Metadata *Id, ArrayRef<TBAAStructField> Fields) argument
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp395 visitKnownRecord(CVType &CVR, MemberFuncIdRecord &Id) argument
H A DMinimalSymbolDumper.cpp290 static std::string formatRegisterId(RegisterId Id, CPUType Cpu) { argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBTFDebug.h39 uint32_t Id; member in class:llvm::BTFTypeBase
45 void setId(uint32_t Id) { this->Id = Id; } argument
186 void addVar(uint32_t Id, const MCSymbol *Sym, uint32_t Size) { argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Option/
H A DOptTable.cpp435 static std::string getOptionHelpName(const OptTable &Opts, OptSpecifier Id) { argument
515 static const char *getOptionHelpGroup(const OptTable &Opts, OptSpecifier Id) { argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFUnit.h93 void setDWOId(uint64_t Id) { argument
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DOrcRemoteTargetServer.h207 Error handleCreateRemoteAllocator(ResourceIdMgr::ResourceId Id) { argument
217 Error handleCreateIndirectStubsOwner(ResourceIdMgr::ResourceId Id) { argument
236 Error handleDestroyRemoteAllocator(ResourceIdMgr::ResourceId Id) { argument
246 handleDestroyIndirectStubsOwner(ResourceIdMgr::ResourceId Id) argument
256 handleEmitIndirectStubs(ResourceIdMgr::ResourceId Id, uint32_t NumStubsRequired) argument
376 handleReserveMem(ResourceIdMgr::ResourceId Id, uint64_t Size, uint32_t Align) argument
397 handleSetProtections(ResourceIdMgr::ResourceId Id, JITTargetAddress Addr, uint32_t Flags) argument
[all...]
H A DOrcRemoteTargetClient.h262 RemoteRTDyldMemoryManager(OrcRemoteTargetClient &Client, ResourceIdMgr::ResourceId Id) argument
320 ResourceIdMgr::ResourceId Id; member in class:llvm::orc::remote::OrcRemoteTargetClient::RemoteRTDyldMemoryManager
335 RemoteIndirectStubsManager(OrcRemoteTargetClient &Client, ResourceIdMgr::ResourceId Id) argument
446 ResourceIdMgr::ResourceId Id; member in class:llvm::orc::remote::OrcRemoteTargetClient::RemoteIndirectStubsManager
542 auto Id = AllocatorIds.getNext(); local
553 auto Id = IndirectStubOwnerIds.getNext(); local
612 destroyRemoteAllocator(ResourceIdMgr::ResourceId Id) argument
621 destroyIndirectStubsManager(ResourceIdMgr::ResourceId Id) argument
628 emitIndirectStubs(ResourceIdMgr::ResourceId Id, uint32_t NumStubsRequired) argument
652 reserveMem(ResourceIdMgr::ResourceId Id, uint64_t Size, uint32_t Align) argument
662 setProtections(ResourceIdMgr::ResourceId Id, JITTargetAddress RemoteSegAddr, unsigned ProtFlags) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/Lex/
H A DDependencyDirectivesSourceMinimizer.cpp602 bool Minimizer::isNextIdentifier(StringRef Id, const char *&First, argument
636 IdInfo Id = lexIdentifier(First, End); local
836 IdInfo Id = lexIdentifier(First, End); local
[all...]
H A DPPMacroExpansion.cpp328 IdentifierInfo *Id = PP.getIdentifierInfo(Name); local
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dprimary32.h251 const uptr Id = Mem >> RegionSizeLog; local
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExplodedGraph.h134 int64_t Id; member in class:clang::ento::ExplodedNode
137 ExplodedNode(const ProgramPoint &loc, ProgramStateRef state, int64_t Id, bool IsSink) argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFStreamer.cpp224 unsigned Id = 0; local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/PerfJITEvents/
H A DPerfJITEventListener.cpp132 uint32_t Id; // record type identifier member in struct:__anon3670::LLVMPerfJitRecordPrefix
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DHost.cpp348 unsigned int Id; local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/TableGen/
H A DTGLexer.h65 Id, StrVal, VarName, CodeFragment, enumerator in enum:llvm::tgtok::TokKind
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86MachineFunctionInfo.h209 void setPreallocatedStackSize(size_t Id, size_t StackSize) { argument
213 size_t getPreallocatedStackSize(const size_t Id) { argument
218 void setPreallocatedArgOffsets(size_t Id, ArrayRef<size_t> AO) { argument
222 const ArrayRef<size_t> getPreallocatedArgOffsets(const size_t Id) { argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroutines.cpp293 auto Id = dyn_cast<CoroIdInst>(CB->getId()); local
350 auto Id = CoroBegin->getId(); local
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DModule.h334 ModuleId Id; member in struct:clang::Module::UnresolvedExportDecl
383 ModuleId Id; member in struct:clang::Module::UnresolvedConflict

Completed in 319 milliseconds

123456