Searched defs:LLC (Results 1 - 6 of 6) sorted by relevance

/external/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; }
/external/libpcap/
H A Dtokdefs.h136 LLC = 346, enumerator in enum:yytokentype
258 #define LLC 346 macro
H A Dgrammar.c451 LLC = 346, enumerator in enum:yytokentype
573 #define LLC 346 macro
992 "NETBEUI", "LANE", "LLC", "METAC", "BCC", "SC", "ILMIC", "OAMF4EC",
2969 bpf_error("unknown LLC type name \"%s\"", (yyvsp[0].s));
/external/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);
/external/valgrind/none/tests/s390x/
H A Dopcodes.h277 #define LLC(r1,x2,b2,dl2,dh2) RXY_RRRD(e3,r1,x2,b2,dl2,dh2,94) macro
/external/llvm/tools/llvm-objdump/
H A DMachODump.cpp287 MachO::linkedit_data_command LLC = local
290 MachOObj->ReadULEB128s(LLC.dataoff, FoundFns);

Completed in 1534 milliseconds