Home
last modified time | relevance | path

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

/external/llvm/include/llvm/IR/
DFunctionInfo.h49 bool IsLocalFunction; variable
73 void setLocalFunction(bool IsLocal) { IsLocalFunction = IsLocal; } in setLocalFunction()
77 bool isLocalFunction() const { return IsLocalFunction; } in isLocalFunction()