Searched refs:TheKind (Results 1 - 16 of 16) sorted by relevance

/freebsd-current/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetCXXABI.h40 Kind TheKind; member in class:clang::TargetCXXABI
72 TargetCXXABI() : TheKind(GenericItanium) {}
74 TargetCXXABI(Kind kind) : TheKind(kind) {}
77 TheKind = kind;
80 Kind getKind() const { return TheKind; }
H A DObjCRuntime.h63 Kind TheKind = MacOSX; member in class:clang::ObjCRuntime
70 : TheKind(kind), Version(version) {}
73 TheKind = kind;
77 Kind getKind() const { return TheKind; }
/freebsd-current/contrib/llvm-project/clang/include/clang/AST/
H A DOSLog.h72 Kind TheKind = ScalarKind; member in class:clang::analyze_os_log::OSLogBufferItem
82 : TheKind(kind), TheExpr(expr), Size(size), Flags(flags),
90 : TheKind(CountKind), ConstValue(value),
101 Kind getKind() const { return TheKind; }
/freebsd-current/contrib/llvm-project/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h109 Kind TheKind; variable
136 : TypeData(nullptr), PaddingType(nullptr), DirectAttr{0, 0}, TheKind(K),
295 Kind getKind() const { return TheKind; }
296 bool isDirect() const { return TheKind == Direct; }
297 bool isInAlloca() const { return TheKind == InAlloca; }
298 bool isExtend() const { return TheKind == Extend; }
299 bool isIgnore() const { return TheKind == Ignore; }
300 bool isIndirect() const { return TheKind == Indirect; }
301 bool isIndirectAliased() const { return TheKind == IndirectAliased; }
302 bool isExpand() const { return TheKind
[all...]
/freebsd-current/contrib/llvm-project/clang/lib/Basic/
H A DObjCRuntime.cpp85 TheKind = kind;
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DLowerTypeTests.cpp446 TypeTestResolution::Kind TheKind = TypeTestResolution::Unsat; member in struct:__anon2844::LowerTypeTestsModule::TypeIdLowering
668 if (TIL.TheKind == TypeTestResolution::Inline) {
736 if (TIL.TheKind == TypeTestResolution::Unknown)
738 if (TIL.TheKind == TypeTestResolution::Unsat)
754 if (TIL.TheKind == TypeTestResolution::Single)
780 if (TIL.TheKind == TypeTestResolution::AllOnes)
912 TTRes.TheKind = TIL.TheKind;
928 if (TIL.TheKind != TypeTestResolution::Unsat)
931 if (TIL.TheKind
[all...]
H A DWholeProgramDevirt.cpp1333 Res->TheKind = WholeProgramDevirtResolution::SingleImpl;
1378 Res->TheKind = WholeProgramDevirtResolution::SingleImpl;
1455 Res->TheKind = WholeProgramDevirtResolution::BranchFunnel;
1607 Res->TheKind = WholeProgramDevirtResolution::ByArg::UniformRetVal;
1738 Res->TheKind = WholeProgramDevirtResolution::ByArg::UniqueRetVal;
1887 ResByArg->TheKind = WholeProgramDevirtResolution::ByArg::VirtualConstProp;
2031 assert(TidSummary->TTRes.TheKind != TypeTestResolution::Unsat);
2137 if (Res.TheKind == WholeProgramDevirtResolution::SingleImpl) {
2161 switch (ResByArg.TheKind) {
2185 if (Res.TheKind
[all...]
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Breakpad/
H A DBreakpadRecords.h43 Record(Kind K) : TheKind(K) {}
48 Kind getKind() { return TheKind; }
51 Kind TheKind; member in class:lldb_private::breakpad::Record
/freebsd-current/contrib/llvm-project/llvm/include/llvm/IR/
H A DModuleSummaryIndexYAML.h31 io.mapOptional("Kind", res.TheKind);
56 io.mapOptional("Kind", res.TheKind);
108 io.mapOptional("Kind", res.TheKind);
H A DModuleSummaryIndex.h1174 } TheKind = Unknown; member in struct:llvm::CalleeInfo::AllocationType::TypeTestResolution
1199 } TheKind = Indir; member in struct:llvm::CalleeInfo::AllocationType::WholeProgramDevirtResolution
1209 } TheKind = Indir; member in struct:llvm::CalleeInfo::AllocationType::WholeProgramDevirtResolution::ByArg
/freebsd-current/contrib/llvm-project/clang/lib/CodeGen/
H A DTargetInfo.cpp31 switch (TheKind) {
/freebsd-current/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp8465 TTRes.TheKind = TypeTestResolution::Unknown;
8468 TTRes.TheKind = TypeTestResolution::Unsat;
8471 TTRes.TheKind = TypeTestResolution::ByteArray;
8474 TTRes.TheKind = TypeTestResolution::Inline;
8477 TTRes.TheKind = TypeTestResolution::Single;
8480 TTRes.TheKind = TypeTestResolution::AllOnes;
8579 WPDRes.TheKind = WholeProgramDevirtResolution::Indir;
8582 WPDRes.TheKind = WholeProgramDevirtResolution::SingleImpl;
8585 WPDRes.TheKind = WholeProgramDevirtResolution::BranchFunnel;
8645 ByArg.TheKind
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/LTO/
H A DLTO.cpp291 AddUnsigned(S.TTRes.TheKind);
302 AddUnsigned(WPD.second.TheKind);
310 AddUnsigned(ByArg.second.TheKind);
/freebsd-current/contrib/llvm-project/llvm/lib/IR/
H A DAsmWriter.cpp3058 Out << "typeTestRes: (kind: " << getTTResKindName(TTRes.TheKind)
3118 Out << getWholeProgDevirtResKindName(WPDRes.TheKind);
3120 if (WPDRes.TheKind == WholeProgramDevirtResolution::SingleImpl)
3130 Out << getWholeProgDevirtResByArgKindName(ResByArg.second.TheKind);
3131 if (ResByArg.second.TheKind ==
3133 ResByArg.second.TheKind ==
/freebsd-current/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp3939 NameVals.push_back(ByArg.TheKind);
3950 NameVals.push_back(Wpd.TheKind);
3966 NameVals.push_back(Summary.TTRes.TheKind);
/freebsd-current/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp7094 B.TheKind =
7107 Wpd.TheKind = static_cast<WholeProgramDevirtResolution::Kind>(Record[Slot++]);
7125 TypeId.TTRes.TheKind = static_cast<TypeTestResolution::Kind>(Record[Slot++]);

Completed in 199 milliseconds