HomeSort by relevance Sort by last modified time
    Searched defs:llvm (Results 1 - 25 of 11495) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/Modules/Inputs/cxx-lookup/
a.h 2 namespace llvm { class GlobalValue; } namespace
b.h 2 namespace llvm { class GlobalValue; } namespace
c2.h 2 namespace llvm { class GlobalValue; } namespace
y.h 2 namespace llvm { namespace
  /external/clang/test/Modules/Inputs/update-after-load/
a.h 1 namespace llvm {} namespace
b.h 2 namespace llvm { void f(); } namespace
  /external/llvm/lib/Analysis/
CGSCCPassManager.cpp 3 // The LLVM Compiler Infrastructure
10 #include "llvm/Analysis/CGSCCPassManager.h"
12 using namespace llvm;
15 namespace llvm { namespace
  /external/llvm/lib/IR/
PassManager.cpp 3 // The LLVM Compiler Infrastructure
10 #include "llvm/IR/PassManager.h"
11 #include "llvm/ADT/STLExtras.h"
12 #include "llvm/IR/LLVMContext.h"
14 using namespace llvm;
17 namespace llvm { namespace
  /external/swiftshader/third_party/LLVM/lib/Support/
Process.cpp 3 // The LLVM Compiler Infrastructure
14 #include "llvm/Support/Process.h"
15 #include "llvm/Config/config.h"
17 namespace llvm { namespace
Signals.cpp 3 // The LLVM Compiler Infrastructure
15 #include "llvm/Support/Signals.h"
16 #include "llvm/Config/config.h"
18 namespace llvm { namespace
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Demangle/
Demangle.h 3 // The LLVM Compiler Infrastructure
12 namespace llvm { namespace
13 /// This is a llvm local version of __cxa_demangle. Other than the name and
14 /// being in the llvm namespace it is identical.
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Demangle/
Demangle.h 3 // The LLVM Compiler Infrastructure
12 namespace llvm { namespace
13 /// This is a llvm local version of __cxa_demangle. Other than the name and
14 /// being in the llvm namespace it is identical.
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Demangle/
Demangle.h 3 // The LLVM Compiler Infrastructure
12 namespace llvm { namespace
13 /// This is a llvm local version of __cxa_demangle. Other than the name and
14 /// being in the llvm namespace it is identical.
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Demangle/
Demangle.h 3 // The LLVM Compiler Infrastructure
12 namespace llvm { namespace
13 /// This is a llvm local version of __cxa_demangle. Other than the name and
14 /// being in the llvm namespace it is identical.
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Demangle/
Demangle.h 3 // The LLVM Compiler Infrastructure
12 namespace llvm { namespace
13 /// This is a llvm local version of __cxa_demangle. Other than the name and
14 /// being in the llvm namespace it is identical.
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Demangle/
Demangle.h 3 // The LLVM Compiler Infrastructure
12 namespace llvm { namespace
13 /// This is a llvm local version of __cxa_demangle. Other than the name and
14 /// being in the llvm namespace it is identical.
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Demangle/
Demangle.h 3 // The LLVM Compiler Infrastructure
12 namespace llvm { namespace
13 /// This is a llvm local version of __cxa_demangle. Other than the name and
14 /// being in the llvm namespace it is identical.
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Demangle/
Demangle.h 3 // The LLVM Compiler Infrastructure
12 namespace llvm { namespace
13 /// This is a llvm local version of __cxa_demangle. Other than the name and
14 /// being in the llvm namespace it is identical.
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Demangle/
Demangle.h 3 // The LLVM Compiler Infrastructure
12 namespace llvm { namespace
13 /// This is a llvm local version of __cxa_demangle. Other than the name and
14 /// being in the llvm namespace it is identical.
  /external/clang/test/Modules/
cxx-lookup.cpp 4 namespace llvm {} namespace
6 llvm::GlobalValue *p;
update-after-load.cpp 6 namespace llvm {} namespace
8 void llvm::f() {}
  /external/llvm/bindings/go/llvm/
bitreader.go 3 // The LLVM Compiler Infrastructure
14 package llvm package
17 #include "llvm-c/BitReader.h"
18 #include "llvm-c/Core.h"
28 // ParseBitcodeFile parses the LLVM IR (bitcode) in the file with the
29 // specified name, and returns a new LLVM module.
executionengine_test.go 3 // The LLVM Compiler Infrastructure
14 package llvm package
linker.go 3 // The LLVM Compiler Infrastructure
14 package llvm package
17 #include "llvm-c/Core.h"
18 #include "llvm-c/Linker.h"
llvm_dep.go 1 //===- llvm_dep.go - creates LLVM dependency ------------------------------===//
3 // The LLVM Compiler Infrastructure
10 // This file ensures that the LLVM libraries are built before using the
17 package llvm package

Completed in 451 milliseconds

1 2 3 4 5 6 7 8 91011>>