/openbsd/gnu/llvm/llvm/tools/bugpoint/ |
H A D | ToolRunner.h | 32 class LLC; variable 86 static LLC *createLLC(const char *Argv0, std::string &Message, 146 class LLC : public AbstractInterpreter { 153 LLC(const std::string &llcPath, CC *cc, const std::vector<std::string> *Args, in LLC() function 161 ~LLC() override { delete cc; } in ~LLC()
|
H A D | ToolRunner.cpp | 433 Expected<CC::FileType> LLC::OutputCode(const std::string &Bitcode, in OutputCode() 471 Error LLC::compileProgram(const std::string &Bitcode, unsigned Timeout, in compileProgram() 482 Expected<int> LLC::ExecuteProgram(const std::string &Bitcode, in ExecuteProgram() 507 LLC *AbstractInterpreter::createLLC(const char *Argv0, std::string &Message, in createLLC() 525 return new LLC(*LLCPath, cc, Args, UseIntegratedAssembler); in createLLC()
|
/openbsd/gnu/llvm/llvm/docs/ |
H A D | HowToSubmitABug.rst | 172 which code generator you wish to compile the program with (e.g. LLC or the JIT) 191 can debug incorrect code generation by either LLC or the JIT, using 206 Similarly, to debug the LLC, one would run: 216 debug the JIT, LLC, and CBE, using the pre-written Makefile targets, which 226 backend and the *test* file which either LLC or the JIT 239 #. If debugging LLC, compile test bitcode native and link with the shared
|
H A D | Bugpoint.rst | 90 the JIT or the static LLC compiler. It uses several techniques to reduce the
|
H A D | GettingStarted.rst | 1032 ``codegen-diff`` finds differences between code that LLC 1131 #. Compile the program to native assembly using the LLC code generator:
|
/openbsd/gnu/usr.bin/binutils-2.17/binutils/ |
H A D | BRANCHES | 5 csl CodeSourcery, LLC
|
/openbsd/gnu/gcc/gcc/config/ |
H A D | vxworks.opt | 4 ; Contributed by CodeSourcery, LLC.
|
/openbsd/gnu/llvm/llvm/tools/llvm-readobj/ |
H A D | MachODumper.cpp | 814 MachO::linkedit_data_command LLC = Obj->getLinkeditDataLoadCommand(Load); in printMachODataInCode() local 816 W.printNumber("Data offset", LLC.dataoff); in printMachODataInCode() 817 W.printNumber("Data size", LLC.datasize); in printMachODataInCode() 819 unsigned NumRegions = LLC.datasize / sizeof(MachO::data_in_code_entry); in printMachODataInCode() 822 LLC.dataoff, i); in printMachODataInCode()
|
/openbsd/gnu/llvm/llvm/utils/ |
H A D | update_mir_test_checks.py | 66 class LLC: class 438 parser.add_argument('--llc-binary', default='llc', type=LLC,
|
/openbsd/gnu/llvm/llvm/docs/HistoricalNotes/ |
H A D | 2003-06-25-Reoptimizer1.txt | 44 Assume that there is 1 free register. On SPARC we use %g1, which LLC 63 LLC has been taught to recognize llvm_first_trigger() calls and NOT
|
H A D | 2003-06-26-Reoptimizer2.txt | 31 code. The mapping info inserted by LLC is not sufficient to determine
|
/openbsd/usr.sbin/tcpdump/ |
H A D | INSTALL | 24 llc.h - LLC definitions
|
/openbsd/usr.bin/file/magdir/ |
H A D | sniffer | 151 >20 belong 169 (GPRS LLC 256 >20 lelong 169 (GPRS LLC
|
/openbsd/gnu/gcc/gcc/config/arm/ |
H A D | arm-cores.def | 3 Written by CodeSourcery, LLC
|
H A D | arm926ejs.md | 3 ;; Written by CodeSourcery, LLC.
|
H A D | arm1026ejs.md | 3 ;; Written by CodeSourcery, LLC.
|
H A D | arm1136jfs.md | 3 ;; Written by CodeSourcery, LLC.
|
H A D | vfp.md | 3 ;; Written by CodeSourcery, LLC.
|
/openbsd/gnu/llvm/llvm/tools/llvm-nm/ |
H A D | llvm-nm.cpp | 1584 MachO::linkedit_data_command LLC = in dumpSymbolsFromDLInfoMachO() local 1587 MachO.ReadULEB128s(LLC.dataoff, FoundFns); in dumpSymbolsFromDLInfoMachO()
|
/openbsd/lib/libcrypto/ |
H A D | cert.pem | 3589 ### Google Trust Services LLC 3591 === /C=US/O=Google Trust Services LLC/CN=GTS Root R1 3601 Subject: C=US, O=Google Trust Services LLC, CN=GTS Root R1 3642 === /C=US/O=Google Trust Services LLC/CN=GTS Root R2 3652 Subject: C=US, O=Google Trust Services LLC, CN=GTS Root R2 3693 === /C=US/O=Google Trust Services LLC/CN=GTS Root R3 3703 Subject: C=US, O=Google Trust Services LLC, CN=GTS Root R3 3726 === /C=US/O=Google Trust Services LLC/CN=GTS Root R4 3736 Subject: C=US, O=Google Trust Services LLC, CN=GTS Root R4
|
/openbsd/gnu/llvm/llvm/lib/Target/SystemZ/ |
H A D | SystemZInstrInfo.cpp | 1378 expandRXYPseudo(MI, SystemZ::LLC, SystemZ::LLCH); in expandPostRAPseudo()
|
H A D | SystemZInstrInfo.td | 725 // 32-bit extensions from 8-bit memory. LLCMux expands to LLC or LLCH, 729 def LLC : UnaryRXY<"llc", 0xE394, azextloadi8, GR32, 1>;
|
H A D | SystemZScheduleZ196.td | 231 def : InstRW<[LSULatency, LSU, NormalGr], (instregex "LLC(Mux)?$")>;
|
H A D | SystemZScheduleZEC12.td | 239 def : InstRW<[LSULatency, LSU, NormalGr], (instregex "LLC(Mux)?$")>;
|
H A D | SystemZScheduleZ13.td | 262 def : InstRW<[LSULatency, LSU, NormalGr], (instregex "LLC(Mux)?$")>;
|