/openbsd-src/gnu/llvm/lld/ELF/ |
H A D | SyntheticSections.h | 1237 struct Partition { struct 1238 StringRef name; 1239 uint64_t nameStrTab; 1241 std::unique_ptr<SyntheticSection> elfHeader; 1265 LLVM_LIBRARY_VISIBILITY extern Partition *mainPart; argument
|
/openbsd-src/gnu/llvm/llvm/utils/TableGen/GlobalISel/ |
H A D | GIMatchTree.cpp | 467 auto Partition = InstrToPartition.find(Expected); in repartition() local 498 for (auto &Partition : Partitions) in repartition() local 525 for (auto &Partition : Partitions) in repartition() local 600 for (const auto &Partition : InstrToPartition) { in emitPartitionResults() local 704 for (auto &Partition : Partitions) { in repartition() local 756 for (const auto &Partition : Partitions) { in emitPartitionResults() local
|
/openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/ |
H A D | CompileOnDemandLayer.h | 128 PartitionFunction Partition = compileRequested; variable
|
H A D | LLJIT.h | 227 setPartitionFunction(CompileOnDemandLayer::PartitionFunction Partition) { in setPartitionFunction()
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
H A D | LoopDistribute.cpp | 318 mergeAdjacentPartitionsIf([&](const InstPartition *Partition) { in mergeNonIfConvertible() 416 for (const auto &Partition : PartitionContainer) { in setupPartitionIdOnInstructions() local 491 for (auto &Partition : PartitionContainer) in removeUnusedInsts() local 512 int &Partition = PtrToPartitions[I]; in computePartitionSetForPointers() local
|
H A D | SROA.cpp | 460 class llvm::sroa::Partition { class in llvm::sroa 479 Partition(iterator SI) : SI(SI), SJ(SI) {} in Partition() function in llvm::sroa::Partition
|
/openbsd-src/gnu/llvm/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()
|
/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/Scalar/ |
H A D | SROA.h | 46 class Partition; variable
|
/openbsd-src/sys/stand/efi/include/ |
H A D | efipart.h | 63 MBR_PARTITION_RECORD Partition[MAX_MBR_PARTITIONS]; member
|
/openbsd-src/gnu/usr.sbin/mkhybrid/src/libhfs_iso/ |
H A D | low.h | 87 } Partition; typedef
|
/openbsd-src/gnu/llvm/llvm/include/llvm/LTO/ |
H A D | LTO.h | 370 unsigned Partition = Unknown; member
|
/openbsd-src/gnu/llvm/clang/lib/Lex/ |
H A D | TokenLexer.cpp | 995 llvm::MutableArrayRef<Token> Partition; in updateConsecutiveMacroArgTokens() local
|
/openbsd-src/gnu/llvm/clang/lib/Sema/ |
H A D | SemaModule.cpp | 181 ModuleIdPath Partition, ModuleImportState &ImportState) { in ActOnModuleDecl()
|
/openbsd-src/gnu/llvm/clang/lib/Parse/ |
H A D | Parser.cpp | 2445 SmallVector<std::pair<IdentifierInfo *, SourceLocation>, 2> Partition; in ParseModuleDecl() local
|
/openbsd-src/gnu/llvm/llvm/lib/LTO/ |
H A D | LTO.cpp | 539 unsigned Partition, bool InSummary) { in addModuleToGlobalRes()
|
/openbsd-src/gnu/llvm/clang/lib/AST/ |
H A D | ItaniumMangle.cpp | 6552 auto Partition = M->Name.find(':'); in mangleModuleInitializer() local
|
/openbsd-src/gnu/llvm/llvm/lib/AsmParser/ |
H A D | LLParser.cpp | 5933 std::string Partition; in parseFunctionHeader() local
|