OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FunctionVal
(Results
1 - 9
of
9
) sorted by null
/external/swiftshader/third_party/LLVM/include/llvm/
Value.h
201
FunctionVal
, // This is an instance of Function
225
ConstantFirstVal =
FunctionVal
,
365
return Val.getValueID() == Value::
FunctionVal
;
Function.h
409
return V->getValueID() == Value::
FunctionVal
;
GlobalValue.h
284
return V->getValueID() == Value::
FunctionVal
||
/external/llvm/include/llvm/IR/
GlobalObject.h
127
return V->getValueID() == Value::
FunctionVal
||
GlobalValue.h
213
assert(Val == NotThreadLocal || getValueID() != Value::
FunctionVal
);
508
return V->getValueID() == Value::
FunctionVal
||
Function.h
599
return V->getValueID() == Value::
FunctionVal
;
Value.h
746
return Val.getValueID() == Value::
FunctionVal
;
/external/swiftshader/third_party/LLVM/lib/VMCore/
Function.cpp
165
Value::
FunctionVal
, 0, 0, Linkage, name) {
/external/llvm/lib/IR/
Function.cpp
260
: GlobalObject(Ty, Value::
FunctionVal
,
[
all
...]
Completed in 146 milliseconds