HomeSort by: relevance | last modified time | path
    Searched refs:LLVMGetModuleContext (Results 1 - 6 of 6) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/tools/llvm-c-test/
debuginfo.c 93 LLVMMetadataAsValue(LLVMGetModuleContext(M), StructDbgPtrTy));
192 M, "EnumTest", LLVMMetadataAsValue(LLVMGetModuleContext(M), EnumTest));
echo.cpp 62 TypeCloner(LLVMModuleRef M): M(M), Ctx(LLVMGetModuleContext(M)) {}
332 return LLVMConstStructInContext(LLVMGetModuleContext(M), Elts.data(),
442 auto Ctx = LLVMGetModuleContext(M);
452 auto Ctx = LLVMGetModuleContext(M);
846 auto Ctx = LLVMGetModuleContext(M);
903 auto Ctx = LLVMGetModuleContext(M);
962 auto Ctx = LLVMGetModuleContext(M);
  /src/external/apache2/llvm/dist/llvm/include/llvm-c/
Core.h 886 LLVMContextRef LLVMGetModuleContext(LLVMModuleRef M);
  /src/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/
llvm.ml 444 external module_context : llmodule -> llcontext = "LLVMGetModuleContext"
  /src/external/apache2/llvm/dist/llvm/bindings/go/llvm/
ir.go 513 c.C = C.LLVMGetModuleContext(m.C)
  /src/external/apache2/llvm/dist/llvm/lib/IR/
Core.cpp 484 LLVMContextRef LLVMGetModuleContext(LLVMModuleRef M) {

Completed in 93 milliseconds