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

  /external/llvm/tools/bugpoint/
ToolRunner.h 33 class LLC;
90 static LLC *createLLC(const char *Argv0, std::string &Message,
150 // LLC Implementation of AbstractIntepreter interface
152 class LLC : public AbstractInterpreter {
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,
166 ~LLC() { delete gcc; }
  /external/llvm/tools/macho-dump/
macho-dump.cpp 271 macho::LinkeditDataLoadCommand LLC = Obj.getLinkeditDataLoadCommand(LCI);
272 outs() << " ('dataoff', " << LLC.DataOffset << ")\n"
273 << " ('datasize', " << LLC.DataSize << ")\n"
277 Obj.ReadULEB128s(LLC.DataOffset, Addresses);
290 macho::LinkeditDataLoadCommand LLC = Obj.getLinkeditDataLoadCommand(LCI);
291 outs() << " ('dataoff', " << LLC.DataOffset << ")\n"
292 << " ('datasize', " << LLC.DataSize << ")\n"
295 unsigned NumRegions = LLC.DataSize / sizeof(macho::DataInCodeTableEntry);
298 Obj.getDataInCodeTableEntry(LLC.DataOffset, i);
  /external/llvm/tools/llvm-objdump/
MachODump.cpp 177 macho::LinkeditDataLoadCommand LLC =
180 MachOObj->ReadULEB128s(LLC.DataOffset, FoundFns);
  /external/libpcap/
tokdefs.h 109 LLC = 335,
213 #define LLC 335
grammar.c 144 LLC = 335,
248 #define LLC 335
791 "CSNP", "PSNP", "STP", "IPX", "NETBEUI", "LANE", "LLC", "METAC", "BCC",
    [all...]
  /external/valgrind/main/none/tests/s390x/
opcodes.h 223 #define LLC(r1,x2,b2,dl2,dh2) RXY_RRRD(e3,r1,x2,b2,dl2,dh2,94)

Completed in 214 milliseconds