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 62 FunctionTyID, ///< 10: Functions
173 bool isFunctionTy() const { return ID == FunctionTyID; }
212 return ID != FunctionTyID && ID != 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 195 case Type::FunctionTyID: return "func_";
372 case Type::FunctionTyID: prefix = "FuncTy_"; break;
516 case Type::FunctionTyID: {
    [all...]
  /external/llvm/lib/Linker/
LinkModules.cpp 262 case Type::FunctionTyID:
    [all...]
  /external/llvm/lib/Transforms/IPO/
MergeFunctions.cpp 257 case Type::FunctionTyID: {
  /external/llvm/lib/VMCore/
Type.cpp 311 : Type(Result->getContext(), FunctionTyID) {
AsmWriter.cpp 204 case Type::FunctionTyID: {
    [all...]
Core.cpp 155 case Type::FunctionTyID:
    [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 249 case Type::FunctionTyID: {
    [all...]
  /external/llvm/lib/Target/CBackend/
CBackend.cpp 483 case Type::FunctionTyID: {
    [all...]
  /frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp 340 case Type::FunctionTyID: {
    [all...]

Completed in 227 milliseconds