HomeSort by relevance Sort by last modified time
    Searched defs:Context (Results 101 - 125 of 1592) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/swiftshader/third_party/LLVM/tools/bugpoint/
bugpoint.cpp 139 LLVMContext& Context = getGlobalContext();
157 UseValgrind, Context);
  /external/swiftshader/third_party/LLVM/tools/lli/
lli.cpp 162 LLVMContext &Context = getGlobalContext();
179 Module *Mod = ParseIRFile(InputFile, Err, Context);
267 Constant *Exit = Mod->getOrInsertFunction("exit", Type::getVoidTy(Context),
268 Type::getInt32Ty(Context),
  /external/swiftshader/third_party/LLVM/tools/llvm-link/
llvm-link.cpp 57 LLVMContext& Context) {
69 Result = ParseIRFile(FNStr, Err, Context);
81 LLVMContext &Context = getGlobalContext();
89 InputFilenames[BaseArg], Context));
98 InputFilenames[i], Context));
  /external/swiftshader/third_party/LLVM/tools/llvm-ranlib/
llvm-ranlib.cpp 51 LLVMContext &Context = getGlobalContext();
79 AutoArchive(Archive::OpenAndLoad(ArchivePath, Context, &err_msg));
  /external/swiftshader/third_party/subzero/src/
IceCompiler.cpp 138 llvm::LLVMContext Context;
139 std::unique_ptr<llvm::Module> Mod = parseIRFile(IRFilename, Err, Context);
  /frameworks/compile/slang/
llvm-rs-as.cpp 114 LLVMContext Context;
132 std::unique_ptr<Module> M(parseAssemblyFile(InputFilename, Err, Context));
  /frameworks/rs/rsov/compiler/
Context.cpp 17 #include "Context.h"
26 #define DEBUG_TYPE "rs2spirv-context"
30 Context &Context::getInstance() {
31 static Context c;
35 Context::Context() : mInitialized(false) {}
37 bool Context::Initialize(std::unique_ptr<bcinfo::MetadataExtractor> ME) {
70 void Context::addExportVarIndex(const char *varName, uint32_t index) {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
MDBuilder.h 35 LLVMContext &Context;
38 MDBuilder(LLVMContext &context) : Context(context) {}
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/IR/
MDBuilder.h 35 LLVMContext &Context;
38 MDBuilder(LLVMContext &context) : Context(context) {}
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/IR/
MDBuilder.h 35 LLVMContext &Context;
38 MDBuilder(LLVMContext &context) : Context(context) {}
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/IR/
MDBuilder.h 35 LLVMContext &Context;
38 MDBuilder(LLVMContext &context) : Context(context) {}
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/IR/
MDBuilder.h 35 LLVMContext &Context;
38 MDBuilder(LLVMContext &context) : Context(context) {}
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/IR/
MDBuilder.h 35 LLVMContext &Context;
38 MDBuilder(LLVMContext &context) : Context(context) {}
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/IR/
MDBuilder.h 35 LLVMContext &Context;
38 MDBuilder(LLVMContext &context) : Context(context) {}
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
MDBuilder.h 35 LLVMContext &Context;
38 MDBuilder(LLVMContext &context) : Context(context) {}
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/IR/
MDBuilder.h 35 LLVMContext &Context;
38 MDBuilder(LLVMContext &context) : Context(context) {}
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/IR/
MDBuilder.h 35 LLVMContext &Context;
38 MDBuilder(LLVMContext &context) : Context(context) {}
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/IR/
MDBuilder.h 35 LLVMContext &Context;
38 MDBuilder(LLVMContext &context) : Context(context) {}
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/IR/
MDBuilder.h 35 LLVMContext &Context;
38 MDBuilder(LLVMContext &context) : Context(context) {}
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/IR/
MDBuilder.h 35 LLVMContext &Context;
38 MDBuilder(LLVMContext &context) : Context(context) {}
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/IR/
MDBuilder.h 35 LLVMContext &Context;
38 MDBuilder(LLVMContext &context) : Context(context) {}
  /prebuilts/go/darwin-x86/test/alias3.dir/
a.go 26 Context = build.Context
32 M2() Context
37 M2() build.Context
  /prebuilts/go/linux-x86/test/alias3.dir/
a.go 26 Context = build.Context
32 M2() Context
37 M2() build.Context
  /system/core/toolbox/
getprop.cpp 34 Context,
57 const char* context = nullptr; local
59 property_info_file->GetPropertyInfo(name.c_str(), &context, &type);
60 if (result_type == ResultType::Context) {
61 value = context;
78 case ResultType::Context: {
79 const char* context = nullptr; local
80 property_info_file->GetPropertyInfo(name, &context, nullptr);
81 std::cout << context << std::endl;
130 result_type = ResultType::Context;
    [all...]
  /prebuilts/tools/common/m2/repository/io/grpc/grpc-context/1.0.1/
grpc-context-1.0.1.jar 

Completed in 472 milliseconds

1 2 3 45 6 7 8 91011>>