| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
| H A D | LegalizerInfo.h | 110 ArrayRef<LLT> Types; member 460 std::initializer_list<LLT> Types) { in actionFor() 467 std::initializer_list<LLT> Types, in actionFor() 562 LegalizeRuleSet &legalFor(std::initializer_list<LLT> Types) { in legalFor() 578 std::initializer_list<std::pair<LLT, LLT>> Types) { in legalForTypeWithAnyImm() argument 654 LegalizeRuleSet &lowerFor(std::initializer_list<LLT> Types) { in lowerFor() 659 LegalizeRuleSet &lowerFor(std::initializer_list<LLT> Types, in lowerFor() 707 LegalizeRuleSet &libcallFor(std::initializer_list<LLT> Types) { in libcallFor() 711 libcallFor(std::initializer_list<std::pair<LLT, LLT>> Types) { in libcallFor() argument 715 libcallForCartesianProduct(std::initializer_list<LLT> Types) { in libcallForCartesianProduct() [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
| H A D | MinimalSymbolDumper.h | 27 codeview::LazyRandomTypeCollection &Types) in MinimalSymbolDumper() 32 codeview::LazyRandomTypeCollection &Types) in MinimalSymbolDumper() 63 codeview::LazyRandomTypeCollection &Types; variable
|
| H A D | MinimalTypeDumper.h | 28 bool Hashes, codeview::LazyRandomTypeCollection &Types, in MinimalTypeDumpVisitor() 60 codeview::LazyRandomTypeCollection &Types; variable
|
| H A D | TypeReferenceTracker.h | 55 codeview::LazyRandomTypeCollection &Types; variable
|
| H A D | DumpOutputStyle.cpp | 704 LazyRandomTypeCollection &Types = in dumpTypeStats() local 1288 static void buildDepSet(LazyRandomTypeCollection &Types, in buildDepSet() 1324 LazyRandomTypeCollection &Types, in dumpPartialTypeStream() 1364 LazyRandomTypeCollection Types(100); in dumpTypesFromObjectFile() local 1464 auto &Types = (StreamIdx == StreamTPI) ? File.types() : File.ids(); in dumpTpiStream() local 1531 auto &Types = File.types(); in dumpModuleSymsForObj() local 1574 auto &Types = File.types(); in dumpModuleSymsForPdb() local 1616 auto &Types = File.types(); in dumpTypeRefStats() local 1650 auto &Types = File.types(); in dumpGSIRecords() local 1690 auto &Types = File.types(); in dumpGlobals() local [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | SymbolDumper.h | 27 CVSymbolDumper(ScopedPrinter &W, TypeCollection &Types, in CVSymbolDumper() 49 TypeCollection &Types; variable
|
| H A D | LazyRandomTypeCollection.h | 101 CVTypeArray Types; variable
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/ |
| H A D | TypeStreamMerger.cpp | 242 const CVTypeArray &Types) { in mergeTypeRecords() 273 const CVTypeArray &Types, in mergeTypeRecords() 310 Error TypeStreamMerger::doit(const CVTypeArray &Types) { in doit() 343 Error TypeStreamMerger::remapAllTypes(const CVTypeArray &Types) { in remapAllTypes() 433 const CVTypeArray &Types) { in mergeTypeRecords() 465 const CVTypeArray &Types, in mergeTypeRecords() 473 ArrayRef<TypeIndex> Types, in mergeIdRecords()
|
| H A D | CVTypeVisitor.cpp | 142 Error CVTypeVisitor::visitTypeStream(const CVTypeArray &Types) { in visitTypeStream() 150 Error CVTypeVisitor::visitTypeStream(CVTypeRange Types) { in visitTypeStream() 158 Error CVTypeVisitor::visitTypeStream(TypeCollection &Types) { in visitTypeStream() 232 Error llvm::codeview::visitTypeStream(const CVTypeArray &Types, in visitTypeStream() 239 Error llvm::codeview::visitTypeStream(CVTypeRange Types, in visitTypeStream() 245 Error llvm::codeview::visitTypeStream(TypeCollection &Types, in visitTypeStream()
|
| H A D | TypeIndex.cpp | 93 TypeIndex TI, TypeCollection &Types) { in printTypeIndex()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/MCTargetDesc/ |
| H A D | WebAssemblyTargetStreamer.cpp | 42 ArrayRef<wasm::ValType> Types) { in printTypes() 54 void WebAssemblyTargetAsmStreamer::emitLocal(ArrayRef<wasm::ValType> Types) { in emitLocal() 123 void WebAssemblyTargetWasmStreamer::emitLocal(ArrayRef<wasm::ValType> Types) { in emitLocal()
|
| /freebsd-13.1/contrib/googletest/googletest/include/gtest/ |
| H A D | gtest-typed-test.h | 194 # define TYPED_TEST_CASE(CaseName, Types, ...) \ argument 290 # define INSTANTIATE_TYPED_TEST_CASE_P(Prefix, CaseName, Types, ...) \ argument
|
| /freebsd-13.1/crypto/openssl/doc/man3/ |
| H A D | ASN1_STRING_TABLE_add.pod | 21 =head2 Types section in DESCRIPTION
|
| H A D | OSSL_STORE_INFO.pod | 54 =head2 Types section in DESCRIPTION
|
| H A D | OSSL_STORE_LOADER.pod | 73 =head2 Types section in DESCRIPTION
|
| H A D | OSSL_STORE_SEARCH.pod | 53 =head2 Types section in DESCRIPTION
|
| H A D | OSSL_STORE_open.pod | 41 =head2 Types section in DESCRIPTION
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Symbol/ |
| H A D | TypeMap.h | 47 TypeIterable Types() { return TypeIterable(m_types); } in Types() function
|
| H A D | TypeList.h | 45 TypeIterable Types() { return TypeIterable(m_types); } in Types() function
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/AsmParser/ |
| H A D | SlotMapping.h | 36 std::map<unsigned, Type *> Types; member
|
| /freebsd-13.1/contrib/llvm-project/clang/utils/TableGen/ |
| H A D | ClangOpenCLBuiltinEmitter.cpp | 319 void BuiltinNameEmitter::ExtractEnumTypes(std::vector<Record *> &Types, in ExtractEnumTypes() 353 std::vector<Record *> Types = Records.getAllDerivedDefinitions("Type"); in EmitDeclarations() local 456 std::vector<Record *> Types = Records.getAllDerivedDefinitions("Type"); in GetOverloads() local 837 std::vector<Record *> Types = Records.getAllDerivedDefinitions("Type"); in EmitQualTypeFinder() local 1008 SmallVectorImpl<SmallVector<std::string, 2>> &Types) { in expandTypesInSignature()
|
| H A D | ClangOpcodesEmitter.cpp | 64 auto *Types = R->getValueAsListInit("Types"); in Enumerate() local 238 auto *Types = R->getValueAsListInit("Types"); in EmitGroup() local 344 void ClangOpcodesEmitter::PrintTypes(raw_ostream &OS, ArrayRef<Record *> Types) { in PrintTypes()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/ |
| H A D | TpiStream.h | 79 std::unique_ptr<codeview::LazyRandomTypeCollection> Types; variable
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | NativeEnumTypes.cpp | 24 LazyRandomTypeCollection &Types, in NativeEnumTypes()
|
| /freebsd-13.1/sys/contrib/dev/acpica/components/debugger/ |
| H A D | dbexec.c | 539 ACPI_OBJECT_TYPE *Types, in AcpiDbExecute() 887 ACPI_OBJECT_TYPE *Types) in AcpiDbCreateExecutionThread()
|