Home
last modified time | relevance | path

Searched refs:GlobalWithNodeAPI (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DFunction.h18 class Function : public GlobalWithNodeAPI<Function, llvm::Function,
30 : GlobalWithNodeAPI(ClassID::Function, F, Ctx) {} in Function()
H A DConstant.h1031 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 DConstant.cpp302 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