HomeSort by relevance Sort by last modified time
    Searched refs:FunctionTyID (Results 1 - 14 of 14) sorted by null

  /external/llvm/include/llvm/IR/
Type.h 67 FunctionTyID, ///< 11: Functions
206 bool isFunctionTy() const { return getTypeID() == FunctionTyID; }
250 return getTypeID() != FunctionTyID && getTypeID() != VoidTyID;
DerivedTypes.h 137 return T->getTypeID() == FunctionTyID;
  /external/llvm/lib/ExecutionEngine/Interpreter/
ExternalFunctions.cpp 78 case Type::FunctionTyID:return 'M';
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp 187 case Type::FunctionTyID: return "func_";
394 case Type::FunctionTyID: prefix = "FuncTy_"; break;
553 case Type::FunctionTyID: {
    [all...]
  /external/llvm/lib/IR/
Type.cpp 343 : Type(Result->getContext(), FunctionTyID) {
AsmWriter.cpp 229 case Type::FunctionTyID: {
    [all...]
Core.cpp 183 case Type::FunctionTyID:
    [all...]
  /external/llvm/lib/Transforms/IPO/
MergeFunctions.cpp 257 case Type::FunctionTyID: {
  /external/llvm/lib/Linker/
LinkModules.cpp 297 case Type::FunctionTyID:
    [all...]
  /external/llvm/lib/Target/R600/
AMDILPeepholeOptimizer.cpp     [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 328 case Type::FunctionTyID: {
    [all...]
  /frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp 334 case Type::FunctionTyID: {
    [all...]
  /frameworks/compile/slang/BitWriter_2_9_func/
BitcodeWriter.cpp 274 case Type::FunctionTyID: {
    [all...]
  /frameworks/compile/slang/BitWriter_3_2/
BitcodeWriter.cpp 284 case Type::FunctionTyID: {
    [all...]

Completed in 69 milliseconds