Searched refs:Purpose (Results 1 - 6 of 6) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DStreamUtil.h41 StreamPurpose getPurpose() const { return Purpose; }
46 static StreamInfo createStream(StreamPurpose Purpose, StringRef Name,
52 StreamPurpose Purpose; member in struct:llvm::pdb::StreamInfo
H A DStreamUtil.cpp25 if (Purpose == StreamPurpose::NamedStream)
27 if (Purpose == StreamPurpose::ModuleStream)
32 StreamInfo StreamInfo::createStream(StreamPurpose Purpose, StringRef Name, argument
37 Result.Purpose = Purpose;
47 Result.Purpose = StreamPurpose::ModuleStream;
51 static inline StreamInfo stream(StreamPurpose Purpose, StringRef Label, argument
53 return StreamInfo::createStream(Purpose, Label, Idx);
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DSectionMemoryManager.h55 /// \p Purpose. \p NearBlock may point to an existing allocation, in which
74 allocateMappedMemory(AllocationPurpose Purpose, size_t NumBytes,
178 uint8_t *allocateSection(AllocationPurpose Purpose, uintptr_t Size,
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DSectionMemoryManager.cpp42 SectionMemoryManager::AllocationPurpose Purpose, uintptr_t Size,
53 switch (Purpose) {
105 Purpose, RequiredSize, &MemGroup.Near,
245 allocateMappedMemory(SectionMemoryManager::AllocationPurpose Purpose,
41 allocateSection( SectionMemoryManager::AllocationPurpose Purpose, uintptr_t Size, unsigned Alignment) argument
/freebsd-12-stable/crypto/openssl/crypto/bn/asm/
H A Dbn-c64xplus.asm222 ;; faster, but naturally larger undertaking. Purpose of this exercise
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp1329 ENUM_ENT(EM_TMM_GPP, "Thompson Multimedia General Purpose Processor"),
5279 auto PrintEntry = [&](const Elf_Addr *E, StringRef Purpose) {
5287 OS << Purpose << "\n";
5296 OS << " Address Access Initial Purpose\n";
5298 OS << " Address Access Initial Purpose\n";
5356 auto PrintEntry = [&](const Elf_Addr *E, StringRef Purpose) {
5362 OS << Purpose << "\n";
5368 OS << " Address Initial Purpose\n";
6301 W.printString("Purpose", StringRef("Lazy resolver"));
6307 W.printString("Purpose", StringRe
[all...]

Completed in 189 milliseconds