Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DGlobalValue.h83 HasLLVMReservedName(false), IsDSOLocal(false), IntID((Intrinsic::ID)0U), in GlobalValue()
106 unsigned HasLLVMReservedName : 1; variable
H A DFunction.h199 bool isIntrinsic() const { return HasLLVMReservedName; } in isIntrinsic()
/freebsd-12.1/contrib/llvm/lib/IR/
H A DFunction.cpp251 HasLLVMReservedName = getName().startswith("llvm."); in Function()
557 HasLLVMReservedName = false; in recalculateIntrinsicID()
561 HasLLVMReservedName = true; in recalculateIntrinsicID()