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

  /external/llvm/include/llvm/IR/
GlobalValue.h 46 DLLExportLinkage, ///< Function to be accessible from DLL.
158 return Linkage == DLLExportLinkage;
  /external/llvm/lib/Target/XCore/
XCoreAsmPrinter.cpp 147 case GlobalValue::DLLExportLinkage:
  /external/clang/lib/CodeGen/
CodeGenModule.cpp 500 return llvm::Function::DLLExportLinkage;
    [all...]
  /external/llvm/lib/IR/
Core.cpp     [all...]
AsmWriter.cpp     [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 401 case GlobalValue::DLLExportLinkage: return 6;
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp 238 case GlobalValue::DLLExportLinkage:
    [all...]
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp 306 case GlobalValue::DLLExportLinkage:
307 Out << "GlobalValue::DLLExportLinkage"; break;
    [all...]
  /frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp 394 case GlobalValue::DLLExportLinkage: return 6;
    [all...]
  /frameworks/compile/slang/BitWriter_2_9_func/
BitcodeWriter.cpp 348 case GlobalValue::DLLExportLinkage: return 6;
    [all...]
  /frameworks/compile/slang/BitWriter_3_2/
BitcodeWriter.cpp 357 case GlobalValue::DLLExportLinkage: return 6;
    [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp 81 case 6: return GlobalValue::DLLExportLinkage;
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp 135 case 6: return GlobalValue::DLLExportLinkage;
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp 377 case 6: return GlobalValue::DLLExportLinkage;
    [all...]

Completed in 42 milliseconds