Searched refs:GlobalWithNodeAPI (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/ |
| H A D | Function.h | 18 class Function : public GlobalWithNodeAPI<Function, llvm::Function, 30 : GlobalWithNodeAPI(ClassID::Function, F, Ctx) {} in Function()
|
| H A D | Constant.h | 1031 class GlobalWithNodeAPI : public ParentT { 1040 GlobalWithNodeAPI(Value::ClassID ID, LLVMParentT *C, Context &Ctx) in GlobalWithNodeAPI() function 1066 extern template class LLVM_TEMPLATE_ABI GlobalWithNodeAPI< 1068 extern template class LLVM_TEMPLATE_ABI GlobalWithNodeAPI< 1070 extern template class LLVM_TEMPLATE_ABI GlobalWithNodeAPI< 1072 extern template class LLVM_TEMPLATE_ABI GlobalWithNodeAPI< 1076 : public GlobalWithNodeAPI<GlobalIFunc, llvm::GlobalIFunc, GlobalObject, 1079 : GlobalWithNodeAPI(ClassID::GlobalIFunc, C, Ctx) {} in GlobalIFunc() 1122 : public GlobalWithNodeAPI<GlobalVariable, llvm::GlobalVariable, 1125 : GlobalWithNodeAPI(ClassID::GlobalVariable, C, Ctx) {} in GlobalVariable() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/SandboxIR/ |
| H A D | Constant.cpp | 302 GlobalT &GlobalWithNodeAPI<GlobalT, LLVMGlobalT, ParentT, LLVMParentT>:: 308 template class LLVM_EXPORT_TEMPLATE GlobalWithNodeAPI< variable 310 template class LLVM_EXPORT_TEMPLATE GlobalWithNodeAPI< variable 312 template class LLVM_EXPORT_TEMPLATE GlobalWithNodeAPI< variable 314 template class LLVM_EXPORT_TEMPLATE GlobalWithNodeAPI< variable
|