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

/freebsd-9.3-release/contrib/llvm/tools/macho-dump/
H A Dmacho-dump.cpp263 MachO::linkedit_data_command LLC = Obj.getLinkeditDataLoadCommand(LCI); local
264 outs() << " ('dataoff', " << LLC.dataoff << ")\n"
265 << " ('datasize', " << LLC.datasize << ")\n"
269 Obj.ReadULEB128s(LLC.dataoff, Addresses);
282 MachO::linkedit_data_command LLC = Obj.getLinkeditDataLoadCommand(LCI); local
283 outs() << " ('dataoff', " << LLC.dataoff << ")\n"
284 << " ('datasize', " << LLC.datasize << ")\n"
287 unsigned NumRegions = LLC.datasize / sizeof(MachO::data_in_code_entry);
289 MachO::data_in_code_entry DICE= Obj.getDataInCodeTableEntry(LLC.dataoff, i);
/freebsd-9.3-release/contrib/llvm/tools/bugpoint/
H A DToolRunner.h33 class LLC;
90 static LLC *createLLC(const char *Argv0, std::string &Message,
150 // LLC Implementation of AbstractIntepreter interface
152 class LLC : public AbstractInterpreter { class in namespace:llvm
153 std::string LLCPath; // The path to the LLC executable.
154 std::vector<std::string> ToolArgs; // Extra args to pass to LLC.
158 LLC(const std::string &llcPath, GCC *Gcc, function in class:llvm::LLC
166 ~LLC() { delete gcc; }
H A DToolRunner.cpp472 // LLC Implementation of AbstractIntepreter interface
474 GCC::FileType LLC::OutputCode(const std::string &Bitcode,
490 // Add any extra LLC args.
518 void LLC::compileProgram(const std::string &Bitcode, std::string *Error,
525 int LLC::ExecuteProgram(const std::string &Bitcode,
543 // Assuming LLC worked, compile the result with GCC and run it.
549 /// createLLC - Try to find the LLC executable
551 LLC *AbstractInterpreter::createLLC(const char *Argv0,
570 return new LLC(LLCPath, gcc, Args, UseIntegratedAssembler);
/freebsd-9.3-release/sbin/atm/atmconfig/
H A Datmconfig.help198 of llc/snap (LLC/SNAP encapsulated frames in AAL5) or aal5 (AAL5 frames
199 without LLC/SNAP). <traffic> specifies the traffic type of the PVC
/freebsd-9.3-release/contrib/llvm/tools/llvm-objdump/
H A DMachODump.cpp177 MachO::linkedit_data_command LLC = local
180 MachOObj->ReadULEB128s(LLC.dataoff, FoundFns);
/freebsd-9.3-release/contrib/libpcap/
H A Dgrammar.y294 %token LANE LLC METAC BCC SC ILMIC OAMF4EC OAMF4SC
638 | LLC { $$ = A_LLC; }
H A Dscanner.l290 llc return LLC;
/freebsd-9.3-release/contrib/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.cpp907 expandRXYPseudo(MI, SystemZ::LLC, SystemZ::LLCH);

Completed in 125 milliseconds