/freebsd-src/contrib/llvm-project/lld/ELF/ |
H A D | SyntheticSections.h | 1300 struct Partition { global() struct 1301 namePartition global() argument 1302 nameStrTabPartition global() argument 1304 elfHeaderPartition global() argument 1305 programHeadersPartition global() argument 1329 getNumberPartition global() argument
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
H A D | CompileOnDemandLayer.h | 127 PartitionFunction Partition = compileRequested; variable
|
H A D | LLJIT.h | 275 CODLayer->setPartitionFunction(std::move(Partition)); in setPartitionFunction() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | LoopDistribute.cpp | 315 if (Partition->hasDepCycle()) in mergeNonIfConvertible() argument 413 for (Instruction *Inst : Partition) { in setupPartitionIdOnInstructions() local 488 Partition.removeUnusedInsts(); in removeUnusedInsts() local 509 int &Partition = PtrToPartitions[I]; computePartitionSetForPointers() local [all...] |
H A D | SROA.cpp | 732 class Partition { global() class 751 Partition(iterator SI) : SI(SI), SJ(SI) {} Partition() function in __anon971df9da0411::Partition [all...] |
/freebsd-src/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-src/stand/efi/include/ |
H A D | efipart.h | 62 MBR_PARTITION_RECORD Partition[MAX_MBR_PARTITIONS]; member
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/LTO/ |
H A D | LTO.h | 390 unsigned Partition = Unknown; global() member
|
/freebsd-src/contrib/llvm-project/clang/lib/Lex/ |
H A D | TokenLexer.cpp | 994 llvm::MutableArrayRef<Token> Partition; in updateConsecutiveMacroArgTokens() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaModule.cpp | 175 ActOnModuleDecl(SourceLocation StartLoc,SourceLocation ModuleLoc,ModuleDeclKind MDK,ModuleIdPath Path,ModuleIdPath Partition,ModuleImportState & ImportState) ActOnModuleDecl() argument
|
/freebsd-src/contrib/llvm-project/clang/lib/Parse/ |
H A D | Parser.cpp | 2494 SmallVector<std::pair<IdentifierInfo *, SourceLocation>, 2> Partition; ParseModuleDecl() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/LTO/ |
H A D | LTO.cpp | 606 addModuleToGlobalRes(ArrayRef<InputFile::Symbol> Syms,ArrayRef<SymbolResolution> Res,unsigned Partition,bool InSummary) addModuleToGlobalRes() argument [all...] |
/freebsd-src/contrib/llvm-project/clang/lib/AST/ |
H A D | ItaniumMangle.cpp | 7229 auto Partition = M->Name.find(':'); mangleModuleInitializer() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/AsmParser/ |
H A D | LLParser.cpp | 6099 std::string Partition; parseFunctionHeader() local
|