Searched refs:llvm (Results 351 - 375 of 4004) sorted by relevance

<<11121314151617181920>>

/external/clang/include/clang/Analysis/Analyses/
H A DCFGReachabilityAnalysis.h19 #include "llvm/ADT/BitVector.h"
20 #include "llvm/ADT/DenseMap.h"
33 typedef llvm::BitVector ReachableSet;
34 typedef llvm::DenseMap<unsigned, ReachableSet> ReachableMap;
/external/clang/include/clang/CodeGen/
H A DBackendUtil.h15 namespace llvm { namespace
36 StringRef TDesc, llvm::Module *M, BackendAction Action,
/external/clang/lib/Tooling/
H A DJSONCompilationDatabase.cpp18 #include "llvm/ADT/SmallString.h"
19 #include "llvm/Support/Path.h"
124 llvm::sys::path::append(JSONDatabasePath, "compile_commands.json");
147 llvm::ErrorOr<std::unique_ptr<llvm::MemoryBuffer>> DatabaseBuffer =
148 llvm::MemoryBuffer::getFile(FilePath);
163 std::unique_ptr<llvm::MemoryBuffer> DatabaseBuffer(
164 llvm::MemoryBuffer::getMemBuffer(DatabaseString));
175 llvm::sys::path::native(FilePath, NativeFilePath);
178 llvm
[all...]
/external/clang/tools/diagtool/
H A DDiagTool.cpp15 #include "llvm/ADT/SmallString.h"
16 #include "llvm/ADT/StringMap.h"
21 DiagTool::DiagTool(llvm::StringRef toolCmd,
22 llvm::StringRef toolDesc)
27 typedef llvm::StringMap<DiagTool *> ToolMap;
33 DiagTool *DiagTools::getTool(llvm::StringRef toolCmd) {
42 void DiagTools::printCommands(llvm::raw_ostream &out) {
43 std::vector<llvm::StringRef> toolNames;
54 for (std::vector<llvm::StringRef>::iterator it = toolNames.begin(),
67 llvm
[all...]
/external/lldb/include/lldb/Target/
H A DCPPLanguageRuntime.h89 llvm::StringRef
92 llvm::StringRef
95 llvm::StringRef
98 llvm::StringRef
106 llvm::StringRef m_basename; // Basename: "GetBreakpointAtIndex"
107 llvm::StringRef m_context; // Decl context: "lldb::SBTarget"
108 llvm::StringRef m_arguments; // Arguments: "(unsigned int)"
109 llvm::StringRef m_qualifiers; // Qualifiers: "const"
/external/llvm/include/llvm/Object/
H A DError.h19 namespace llvm { namespace
38 } // end namespace llvm.
42 struct is_error_code_enum<llvm::object::object_error> : std::true_type {};
/external/llvm/include/llvm/ProfileData/
H A DInstrProf.h21 namespace llvm { namespace
44 } // end namespace llvm
48 struct is_error_code_enum<llvm::instrprof_error> : std::true_type {};
/external/llvm/lib/Analysis/
H A DJumpInstrTableInfo.cpp16 #include "llvm/Analysis/JumpInstrTableInfo.h"
17 #include "llvm/Analysis/Passes.h"
18 #include "llvm/IR/Function.h"
19 #include "llvm/IR/Type.h"
21 using namespace llvm;
27 ImmutablePass *llvm::createJumpInstrTableInfoPass() {
/external/llvm/lib/Bitcode/Writer/
H A DBitcodeWriterPass.cpp14 #include "llvm/Bitcode/BitcodeWriterPass.h"
15 #include "llvm/Bitcode/ReaderWriter.h"
16 #include "llvm/IR/Module.h"
17 #include "llvm/IR/PassManager.h"
18 #include "llvm/Pass.h"
19 using namespace llvm;
45 ModulePass *llvm::createBitcodeWriterPass(raw_ostream &Str) {
/external/llvm/lib/MC/
H A DMCRelocationInfo.cpp10 #include "llvm/MC/MCRelocationInfo.h"
11 #include "llvm-c/Disassembler.h"
12 #include "llvm/Object/ObjectFile.h"
13 #include "llvm/Support/TargetRegistry.h"
15 using namespace llvm;
37 MCRelocationInfo *llvm::createMCRelocationInfo(StringRef TT, MCContext &Ctx) {
/external/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMachORelocationInfo.cpp12 #include "llvm-c/Disassembler.h"
13 #include "llvm/MC/MCContext.h"
14 #include "llvm/MC/MCExpr.h"
15 #include "llvm/MC/MCRelocationInfo.h"
17 using namespace llvm;
41 MCRelocationInfo *llvm::createARMMachORelocationInfo(MCContext &Ctx) {
/external/llvm/lib/Target/Mips/
H A DMips16HardFloat.h17 #include "llvm/Pass.h"
18 #include "llvm/Target/TargetMachine.h"
24 using namespace llvm;
26 namespace llvm { namespace
/external/llvm/lib/Transforms/Utils/
H A DUtils.cpp15 #include "llvm/InitializePasses.h"
16 #include "llvm-c/Initialization.h"
17 #include "llvm/PassRegistry.h"
19 using namespace llvm;
23 void llvm::initializeTransformUtils(PassRegistry &Registry) {
/external/llvm/lib/Transforms/Vectorize/
H A DVectorize.cpp16 #include "llvm/Transforms/Vectorize.h"
17 #include "llvm-c/Initialization.h"
18 #include "llvm-c/Transforms/Vectorize.h"
19 #include "llvm/Analysis/Passes.h"
20 #include "llvm/IR/Verifier.h"
21 #include "llvm/InitializePasses.h"
22 #include "llvm/PassManager.h"
24 using namespace llvm;
28 void llvm::initializeVectorization(PassRegistry &Registry) {
/external/llvm/test/MC/ARM/
H A Dldr-pseudo-parse-errors.s1 @RUN: not llvm-mc -triple=armv7-unknown-linux-gnueabi < %s 2>&1 | FileCheck %s
2 @RUN: not llvm-mc -triple=armv7-apple-darwin < %s 2>&1 | FileCheck %s
/external/llvm/test/MC/AsmParser/
H A Ddirective_end-2.s1 # RUN: llvm-mc -triple i386-unknown-unknown %s -I %p -filetype obj -o - \
2 # RUN: | llvm-readobj -t | FileCheck %s
H A Ddirective_incbin.s1 # RUN: llvm-mc -triple i386-unknown-unknown %s -I %p | FileCheck %s
H A Ddirective_thread_init_func.s1 # RUN: llvm-mc -triple x86_64-unknown-darwin %s | FileCheck %s
/external/llvm/test/MC/COFF/
H A Dearly-dce.s1 # RUN: llvm-mc -triple i686-windows -g -filetype obj -o - %s \
2 # RUN: | llvm-readobj -s -t | FileCheck %s
H A Dinvalid-def.s1 # RUN: not llvm-mc -triple i686-windows -filetype obj -o /dev/null %s
H A Dinvalid-scl-range.s1 # RUN: not llvm-mc -triple i686-windows -filetype obj -o /dev/null %s
H A Dinvalid-type-range.s1 # RUN: not llvm-mc -triple i686-windows -filetype obj -o /dev/null %s
/external/llvm/test/MC/ELF/ARM/
H A Dgnu-type-hash-diagnostics.s1 @ RUN: not llvm-mc -triple arm-elf -filetype asm -o /dev/null %s 2>&1 | FileCheck %s
/external/llvm/test/MC/Mips/
H A Delf_eflags_micromips.s1 # RUN: llvm-mc -filetype=obj -triple mipsel-unknown-linux -mcpu=mips32 %s -o -| llvm-readobj -h | FileCheck %s
H A Delf_eflags_mips16.s1 # RUN: llvm-mc -filetype=obj -triple mipsel-unknown-linux -mcpu=mips32 %s -o -| llvm-readobj -h | FileCheck %s

Completed in 2338 milliseconds

<<11121314151617181920>>