/llvm-project/lld/ELF/ |
H A D | SyntheticSections.h | 1445 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 D | CompileOnDemandLayer.h | 127 PartitionFunction Partition = compileRequested; global() variable
|
H A D | LLJIT.h | 274 void setPartitionFunction(IRPartitionLayer::PartitionFunction Partition) { in setPartitionFunction() argument
|
/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
H A D | CompileOnDemandLayer.cpp | 122 setPartitionFunction(PartitionFunction Partition) setPartitionFunction() argument 227 expandPartition(GlobalValueSet & Partition) expandPartition() argument
|
/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | LoopDistribute.cpp | 314 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 D | SROA.cpp | 723 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 D | LTO.h | 392 unsigned Partition = Unknown; global() member
|
/llvm-project/clang/lib/Lex/ |
H A D | TokenLexer.cpp | 994 llvm::MutableArrayRef<Token> Partition; updateConsecutiveMacroArgTokens() local [all...] |
/llvm-project/clang/lib/Sema/ |
H A D | SemaModule.cpp | 261 ActOnModuleDecl(SourceLocation StartLoc,SourceLocation ModuleLoc,ModuleDeclKind MDK,ModuleIdPath Path,ModuleIdPath Partition,ModuleImportState & ImportState) ActOnModuleDecl() argument
|
/llvm-project/clang/lib/Parse/ |
H A D | Parser.cpp | 2518 SmallVector<std::pair<IdentifierInfo *, SourceLocation>, 2> Partition; ParseModuleDecl() local
|
/llvm-project/llvm/lib/LTO/ |
H A D | LTO.cpp | 619 addModuleToGlobalRes(ArrayRef<InputFile::Symbol> Syms,ArrayRef<SymbolResolution> Res,unsigned Partition,bool InSummary) addModuleToGlobalRes() argument [all...] |
/llvm-project/clang/lib/AST/ |
H A D | ItaniumMangle.cpp | 7329 auto Partition = M->Name.find(':'); mangleModuleInitializer() local
|
/llvm-project/llvm/lib/AsmParser/ |
H A D | LLParser.cpp | 6366 std::string Partition; parseFunctionHeader() local
|