Searched refs:LLC (Results 1 - 7 of 7) sorted by relevance

/freebsd-11.0-release/contrib/llvm/tools/bugpoint/
H A DToolRunner.h33 class LLC;
90 static LLC *createLLC(const char *Argv0, std::string &Message,
152 // LLC Implementation of AbstractIntepreter interface
154 class LLC : public AbstractInterpreter { class in namespace:llvm
155 std::string LLCPath; // The path to the LLC executable.
156 std::vector<std::string> ToolArgs; // Extra args to pass to LLC.
160 LLC(const std::string &llcPath, CC *cc, function in class:llvm::LLC
168 ~LLC() override { delete cc; }
H A DToolRunner.cpp455 // LLC Implementation of AbstractIntepreter interface
457 CC::FileType LLC::OutputCode(const std::string &Bitcode,
473 // Add any extra LLC args.
501 void LLC::compileProgram(const std::string &Bitcode, std::string *Error,
508 int LLC::ExecuteProgram(const std::string &Bitcode,
526 // Assuming LLC worked, compile the result with CC and run it.
532 /// createLLC - Try to find the LLC executable
534 LLC *AbstractInterpreter::createLLC(const char *Argv0,
553 return new LLC(LLCPath, cc, Args, UseIntegratedAssembler);
/freebsd-11.0-release/contrib/llvm/tools/llvm-readobj/
H A DMachODumper.cpp676 MachO::linkedit_data_command LLC = Obj->getLinkeditDataLoadCommand(Load); local
678 W.printNumber("Data offset", LLC.dataoff);
679 W.printNumber("Data size", LLC.datasize);
681 unsigned NumRegions = LLC.datasize / sizeof(MachO::data_in_code_entry);
684 LLC.dataoff, i);
/freebsd-11.0-release/contrib/libpcap/
H A Dgrammar.y308 %token LANE LLC METAC BCC SC ILMIC OAMF4EC OAMF4SC
599 pllc: LLC { $$ = gen_llc(); }
600 | LLC ID { if (pcap_strcasecmp($2, "i") == 0)
615 bpf_error("unknown LLC type name \"%s\"", $2);
621 | LLC PF_RNR { $$ = gen_llc_s_subtype(LLC_RNR); }
H A Dscanner.l285 llc return LLC;
/freebsd-11.0-release/contrib/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.cpp932 expandRXYPseudo(MI, SystemZ::LLC, SystemZ::LLCH);
/freebsd-11.0-release/contrib/llvm/tools/llvm-objdump/
H A DMachODump.cpp287 MachO::linkedit_data_command LLC = local
290 MachOObj->ReadULEB128s(LLC.dataoff, FoundFns);

Completed in 195 milliseconds