Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.h1300 struct Partition { struct
1301 StringRef name;
1302 uint64_t nameStrTab;
1304 std::unique_ptr<SyntheticSection> elfHeader;
1305 std::unique_ptr<SyntheticSection> programHeaders;
1329 LLVM_LIBRARY_VISIBILITY extern Partition *mainPart; argument
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DCompileOnDemandLayer.h127 PartitionFunction Partition = compileRequested; variable
H A DLLJIT.h275 setPartitionFunction(CompileOnDemandLayer::PartitionFunction Partition) { in setPartitionFunction()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopDistribute.cpp315 mergeAdjacentPartitionsIf([&](const InstPartition *Partition) { in mergeNonIfConvertible()
413 for (const auto &Partition : PartitionContainer) { in setupPartitionIdOnInstructions() local
488 for (auto &Partition : PartitionContainer) in removeUnusedInsts() local
509 int &Partition = PtrToPartitions[I]; in computePartitionSetForPointers() local
H A DSROA.cpp732 class Partition { class
751 Partition(iterator SI) : SI(SI), SJ(SI) {} in Partition() function in __anon27169d500411::Partition
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DCompileOnDemandLayer.cpp122 void CompileOnDemandLayer::setPartitionFunction(PartitionFunction Partition) { in setPartitionFunction()
227 void CompileOnDemandLayer::expandPartition(GlobalValueSet &Partition) { in expandPartition()
/freebsd/stand/efi/include/
H A Defipart.h62 MBR_PARTITION_RECORD Partition[MAX_MBR_PARTITIONS]; member
/freebsd/contrib/llvm-project/llvm/include/llvm/LTO/
H A DLTO.h390 unsigned Partition = Unknown; member
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DTokenLexer.cpp994 llvm::MutableArrayRef<Token> Partition; in updateConsecutiveMacroArgTokens() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaModule.cpp175 ModuleIdPath Partition, ModuleImportState &ImportState) { in ActOnModuleDecl()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParser.cpp2494 SmallVector<std::pair<IdentifierInfo *, SourceLocation>, 2> Partition; in ParseModuleDecl() local
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTO.cpp606 unsigned Partition, bool InSummary) { in addModuleToGlobalRes()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DItaniumMangle.cpp7229 auto Partition = M->Name.find(':'); in mangleModuleInitializer() local
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp6099 std::string Partition; in parseFunctionHeader() local