HomeSort by relevance Sort by last modified time
    Searched full:llvm (Results 1076 - 1100 of 24291) sorted by null

<<41424344454647484950>>

  /external/llvm/test/Object/
objdump-no-sectionheaders.test 1 ; RUN: llvm-objdump -h %p/Inputs/no-sections.elf-x86-64 \
readobj.test 2 RUN: llvm-readobj %p/Inputs/trivial-object-test.elf-x86-64
  /external/llvm/test/TableGen/
ForwardRef.td 1 // RUN: llvm-tblgen %s -o -
GeneralList.td 1 // RUN: llvm-tblgen %s
LazyChange.td 1 // RUN: llvm-tblgen %s | FileCheck %s
ListArgsSimple.td 1 // RUN: llvm-tblgen %s
ListConversion.td 1 // RUN: llvm-tblgen %s
ListManip.td 1 // RUN: llvm-tblgen %s
UnsetBitInit.td 1 // RUN: llvm-tblgen %s
if-empty-list-arg.td 1 // RUN: llvm-tblgen %s
  /external/llvm/test/Transforms/GlobalOpt/
2011-04-09-EmptyGlobalCtors.ll 4 @llvm.global_ctors = appending global [0 x %0] zeroinitializer
  /external/llvm/test/Transforms/SimplifyCFG/
lifetime.ll 13 call void @llvm.lifetime.start(i64 -1, i8* %a) nounwind
17 call void @llvm.lifetime.end(i64 -1, i8* %a) nounwind
27 declare void @llvm.lifetime.start(i64, i8* nocapture) nounwind
29 declare void @llvm.lifetime.end(i64, i8* nocapture) nounwind
  /external/llvm/test/Verifier/
2004-05-21-SwitchConstantMismatch.ll 1 ; RUN: not llvm-as < %s >& /dev/null
2007-12-21-InvokeParamAttrs.ll 1 ; RUN: not llvm-as < %s >& /dev/null
2008-01-11-VarargAttrs.ll 1 ; RUN: not llvm-as < %s >& /dev/null
2008-03-01-AllocaSized.ll 1 ; RUN: not llvm-as %s -o /dev/null 2>&1 | FileCheck %s
2008-11-15-RetVoid.ll 1 ; RUN: not llvm-as < %s 2>&1 | FileCheck %s
README.txt 2 malformed LLVM code. Testcases for situations that the verifier incorrectly
byval-4.ll 1 ; RUN: llvm-as %s -o /dev/null
  /external/llvm/test/tools/llvm-objdump/
coff-non-null-terminated-file.test 1 RUN: yaml2obj %p/Inputs/file-aux-record.yaml | llvm-objdump -t - | FileCheck %s
  /external/llvm/test/tools/llvm-readobj/
rpath.test 1 RUN: llvm-readobj -dynamic-table %p/Inputs/rpath.exe.elf-x86_64 \
  /external/llvm/tools/llvm-as/
llvm-as.cpp 1 //===--- llvm-as.cpp - The low-level LLVM assembler -----------------------===//
3 // The LLVM Compiler Infrastructure
11 // llvm-as --help - Output information about command line switches
12 // llvm-as [options] - Read LLVM asm from stdin, write bitcode to stdout
13 // llvm-as [options] x.ll - Read LLVM asm from the x.ll file, write bitcode
18 #include "llvm/IR/LLVMContext.h"
19 #include "llvm/AsmParser/Parser.h
    [all...]
  /external/llvm/tools/opt/
NewPMDriver.cpp 3 // The LLVM Compiler Infrastructure
18 #include "llvm/ADT/StringRef.h"
19 #include "llvm/Analysis/CGSCCPassManager.h"
20 #include "llvm/Analysis/LazyCallGraph.h"
21 #include "llvm/Bitcode/BitcodeWriterPass.h"
22 #include "llvm/IR/IRPrintingPasses.h"
23 #include "llvm/IR/LLVMContext.h"
24 #include "llvm/IR/Module.h"
25 #include "llvm/IR/PassManager.h"
26 #include "llvm/IR/Verifier.h
    [all...]
  /external/llvm/unittests/Option/
CMakeLists.txt 8 tablegen(LLVM Opts.inc -gen-opt-parser-defs)
  /system/keymaster/
.clang-format 1 BasedOnStyle: LLVM

Completed in 219 milliseconds

<<41424344454647484950>>