HomeSort by relevance Sort by last modified time
    Searched defs:LLC (Results 1 - 5 of 5) sorted by null

  /external/llvm/tools/bugpoint/
ToolRunner.h 33 class LLC;
90 static LLC *createLLC(const char *Argv0, std::string &Message,
152 // LLC Implementation of AbstractIntepreter interface
154 class LLC : public AbstractInterpreter {
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, GCC *Gcc,
168 ~LLC() { delete gcc; }
  /external/llvm/tools/macho-dump/
macho-dump.cpp 262 MachO::linkedit_data_command LLC = Obj.getLinkeditDataLoadCommand(LCI);
263 outs() << " ('dataoff', " << LLC.dataoff << ")\n"
264 << " ('datasize', " << LLC.datasize << ")\n"
268 Obj.ReadULEB128s(LLC.dataoff, Addresses);
281 MachO::linkedit_data_command LLC = Obj.getLinkeditDataLoadCommand(LCI);
282 outs() << " ('dataoff', " << LLC.dataoff << ")\n"
283 << " ('datasize', " << LLC.datasize << ")\n"
286 unsigned NumRegions = LLC.datasize / sizeof(MachO::data_in_code_entry);
288 MachO::data_in_code_entry DICE= Obj.getDataInCodeTableEntry(LLC.dataoff, i);
  /external/llvm/tools/llvm-objdump/
MachODump.cpp 172 MachO::linkedit_data_command LLC =
175 MachOObj->ReadULEB128s(LLC.dataoff, FoundFns);
  /external/libpcap/
tokdefs.h 127 LLC = 345,
248 #define LLC 345
grammar.c 434 LLC = 345,
555 #define LLC 345
    [all...]

Completed in 120 milliseconds