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

  /external/llvm/include/llvm/
Type.h 65 FunctionTyID, ///< 11: Functions
192 bool isFunctionTy() const { return getTypeID() == FunctionTyID; }
231 return getTypeID() != FunctionTyID && getTypeID() != VoidTyID;
DerivedTypes.h 138 return T->getTypeID() == FunctionTyID;
  /external/llvm/lib/ExecutionEngine/Interpreter/
ExternalFunctions.cpp 78 case Type::FunctionTyID:return 'M';
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp 186 case Type::FunctionTyID: return "func_";
373 case Type::FunctionTyID: prefix = "FuncTy_"; break;
520 case Type::FunctionTyID: {
    [all...]
  /external/llvm/lib/Transforms/IPO/
MergeFunctions.cpp 257 case Type::FunctionTyID: {
  /external/llvm/lib/VMCore/
Type.cpp 364 : Type(Result->getContext(), FunctionTyID) {
AsmWriter.cpp 204 case Type::FunctionTyID: {
    [all...]
Core.cpp 157 case Type::FunctionTyID:
    [all...]
  /external/llvm/lib/Linker/
LinkModules.cpp 295 case Type::FunctionTyID:
    [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 294 case Type::FunctionTyID: {
    [all...]
  /frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp 348 case Type::FunctionTyID: {
    [all...]
  /frameworks/compile/slang/BitWriter_2_9_func/
BitcodeWriter.cpp 287 case Type::FunctionTyID: {
    [all...]

Completed in 325 milliseconds