Home
last modified time | relevance | path

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

/llvm-project/lld/ELF/
H A DSyntheticSections.h1445 struct Partition { global() struct
1446 namePartition global() argument
1447 nameStrTabPartition global() argument
1449 elfHeaderPartition global() argument
1450 programHeadersPartition global() argument
1451 phdrsPartition global() argument
1475 getNumberPartition global() argument
/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DCompileOnDemandLayer.h127 PartitionFunction Partition = compileRequested; global() variable
H A DLLJIT.h274 void setPartitionFunction(IRPartitionLayer::PartitionFunction Partition) { in setPartitionFunction() argument
/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DCompileOnDemandLayer.cpp122 setPartitionFunction(PartitionFunction Partition) setPartitionFunction() argument
227 expandPartition(GlobalValueSet & Partition) expandPartition() argument
/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopDistribute.cpp314 if (Partition->hasDepCycle()) in mergeNonIfConvertible() argument
412 for (Instruction *Inst : Partition) { in setupPartitionIdOnInstructions() local
487 Partition.removeUnusedInsts(); in removeUnusedInsts() local
508 int &Partition = PtrToPartitions[I]; computePartitionSetForPointers() local
[all...]
H A DSROA.cpp723 class Partition { global() class
742 Partition(iterator SI) : SI(SI), SJ(SI) {} Partition() function in __anonc91f7afb0411::Partition
[all...]
/llvm-project/llvm/include/llvm/LTO/
H A DLTO.h392 unsigned Partition = Unknown; global() member
/llvm-project/clang/lib/Lex/
H A DTokenLexer.cpp994 llvm::MutableArrayRef<Token> Partition; updateConsecutiveMacroArgTokens() local
[all...]
/llvm-project/clang/lib/Sema/
H A DSemaModule.cpp261 ActOnModuleDecl(SourceLocation StartLoc,SourceLocation ModuleLoc,ModuleDeclKind MDK,ModuleIdPath Path,ModuleIdPath Partition,ModuleImportState & ImportState) ActOnModuleDecl() argument
/llvm-project/clang/lib/Parse/
H A DParser.cpp2518 SmallVector<std::pair<IdentifierInfo *, SourceLocation>, 2> Partition; ParseModuleDecl() local
/llvm-project/llvm/lib/LTO/
H A DLTO.cpp619 addModuleToGlobalRes(ArrayRef<InputFile::Symbol> Syms,ArrayRef<SymbolResolution> Res,unsigned Partition,bool InSummary) addModuleToGlobalRes() argument
[all...]
/llvm-project/clang/lib/AST/
H A DItaniumMangle.cpp7329 auto Partition = M->Name.find(':'); mangleModuleInitializer() local
/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp6366 std::string Partition; parseFunctionHeader() local