/freebsd/contrib/llvm-project/lld/ELF/ |
H A D | SyntheticSections.h | 1446 struct Partition { struct 1447 StringRef name; 1448 uint64_t nameStrTab; 1450 std::unique_ptr<SyntheticSection> elfHeader; 1451 std::unique_ptr<SyntheticSection> programHeaders; 1452 SmallVector<PhdrEntry *, 0> phdrs; 1476 LLVM_LIBRARY_VISIBILITY extern Partition *mainPart; argument
|
/freebsd/contrib/llvm-project/llvm/utils/TableGen/GlobalISel/ |
H A D | GIMatchTree.cpp |
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
H A D | CompileOnDemandLayer.h | 128 PartitionFunction Partition = compileRequested; global() variable
|
H A D | LLJIT.h | 274 setPartitionFunction(CompileOnDemandLayer::PartitionFunction Partition) { in setPartitionFunction()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | LoopDistribute.cpp | 314 mergeAdjacentPartitionsIf([&](const InstPartition *Partition) { in mergeNonIfConvertible() 412 for (const auto &Partition : PartitionContainer) { in setupPartitionIdOnInstructions() local 487 for (auto &Partition : PartitionContainer) in removeUnusedInsts() local 508 int &Partition = PtrToPartitions[I]; in computePartitionSetForPointers() local
|
H A D | SROA.cpp | 723 class Partition { class 742 Partition(iterator SI) : SI(SI), SJ(SI) {} in Partition() function in __anondf5662880411::Partition
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/ |
H A D | SROA.h | 47 class Partition; global() variable
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
H A D | CompileOnDemandLayer.cpp | 122 void CompileOnDemandLayer::setPartitionFunction(PartitionFunction Partition) { in setPartitionFunction() 227 void CompileOnDemandLayer::expandPartition(GlobalValueSet &Partition) { in expandPartition()
|
/freebsd/stand/efi/include/ |
H A D | efipart.h | 62 MBR_PARTITION_RECORD Partition[MAX_MBR_PARTITIONS]; member
|
/freebsd/contrib/llvm-project/llvm/include/llvm/LTO/ |
H A D | LTO.h | 392 unsigned Partition = Unknown; member
|
/freebsd/contrib/llvm-project/clang/lib/Lex/ |
H A D | TokenLexer.cpp | 994 llvm::MutableArrayRef<Token> Partition; in updateConsecutiveMacroArgTokens() local
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaModule.cpp | 261 ModuleIdPath Partition, ModuleImportState &ImportState) { in ActOnModuleDecl()
|
/freebsd/contrib/llvm-project/clang/lib/Parse/ |
H A D | Parser.cpp | 2518 SmallVector<std::pair<IdentifierInfo *, SourceLocation>, 2> Partition; in ParseModuleDecl() local
|
/freebsd/contrib/llvm-project/llvm/lib/LTO/ |
H A D | LTO.cpp | 620 unsigned Partition, bool InSummary) { in addModuleToGlobalRes()
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | ItaniumMangle.cpp | 7337 auto Partition = M->Name.find(':'); in mangleModuleInitializer() local
|
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/ |
H A D | LLParser.cpp | 6388 std::string Partition; in parseFunctionHeader() local
|