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

  /external/llvm/include/llvm/IR/
GlobalValue.h 45 DLLImportLinkage, ///< Function to be imported from DLL
155 return Linkage == DLLImportLinkage;
  /external/llvm/lib/Target/XCore/
XCoreAsmPrinter.cpp 145 case GlobalValue::DLLImportLinkage:
  /external/clang/lib/CodeGen/
CodeGenModule.cpp 693 F->setLinkage(llvm::Function::DLLImportLinkage);
    [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp 728 if (!HasLinkage || (Linkage != GlobalValue::DLLImportLinkage &&
    [all...]
  /external/llvm/lib/IR/
Core.cpp     [all...]
AsmWriter.cpp     [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 400 case GlobalValue::DLLImportLinkage: return 5;
    [all...]
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp 304 case GlobalValue::DLLImportLinkage:
305 Out << "GlobalValue::DLLImportLinkage"; break;
    [all...]
  /frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp 393 case GlobalValue::DLLImportLinkage: return 5;
    [all...]
  /frameworks/compile/slang/BitWriter_2_9_func/
BitcodeWriter.cpp 347 case GlobalValue::DLLImportLinkage: return 5;
    [all...]
  /frameworks/compile/slang/BitWriter_3_2/
BitcodeWriter.cpp 356 case GlobalValue::DLLImportLinkage: return 5;
    [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp 80 case 5: return GlobalValue::DLLImportLinkage;
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp 134 case 5: return GlobalValue::DLLImportLinkage;
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp 376 case 5: return GlobalValue::DLLImportLinkage;
    [all...]

Completed in 53 milliseconds