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

  /external/swiftshader/third_party/LLVM/tools/bugpoint/
ToolRunner.h 34 class LLC;
94 static LLC *createLLC(const char *Argv0, std::string &Message,
157 sys::Path LLCPath; // The path to the `llc' executable.
158 std::vector<std::string> ToolArgs; // Extra args to pass to LLC.
199 // LLC Implementation of AbstractIntepreter interface
201 class LLC : public AbstractInterpreter {
202 std::string LLCPath; // The path to the LLC executable.
203 std::vector<std::string> ToolArgs; // Extra args to pass to LLC.
207 LLC(const std::string &llcPath, GCC *Gcc,
215 ~LLC() { delete gcc; }
    [all...]
  /external/linux-kselftest/tools/testing/selftests/bpf/
Makefile 40 LLC ?= llc
42 PROBE := $(shell $(LLC) -march=bpf -mcpu=probe -filetype=null /dev/null 2>&1)
56 $(LLC) -march=bpf -mcpu=$(CPU) -filetype=obj -o $@
  /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, CC *cc,
168 ~LLC() override { delete cc; }
  /external/swiftshader/third_party/LLVM/tools/macho-dump/
macho-dump.cpp 315 InMemoryStruct<macho::LinkeditDataLoadCommand> LLC;
316 Obj.ReadLinkeditDataLoadCommand(LCI, LLC);
317 if (!LLC)
320 outs() << " ('dataoff', " << LLC->DataOffset << ")\n"
321 << " ('datasize', " << LLC->DataSize << ")\n"
325 Obj.ReadULEB128s(LLC->DataOffset, Addresses);
  /external/scapy/scapy/layers/
l2.py 193 class LLC(Packet):
194 name = "LLC"
201 conf.neighbor.register_l3(Ether, LLC, l2_register_l3)
202 conf.neighbor.register_l3(Dot3, LLC, l2_register_l3)
246 return LLC
415 bind_layers( Dot3, LLC, )
416 bind_layers( Ether, LLC, type=122)
417 bind_layers( Ether, LLC, type=34928)
425 bind_layers( CookedLinux, LLC, proto=122)
430 bind_layers( GRE, LLC, proto=122
    [all...]
  /external/swiftshader/third_party/LLVM/tools/llvm-objdump/
MachODump.cpp 248 InMemoryStruct<macho::LinkeditDataLoadCommand> LLC;
249 MachOObj->ReadLinkeditDataLoadCommand(LCI, LLC);
251 MachOObj->ReadULEB128s(LLC->DataOffset, FoundFns);
  /external/llvm/tools/llvm-readobj/
MachODumper.cpp 681 MachO::linkedit_data_command LLC = Obj->getLinkeditDataLoadCommand(Load);
683 W.printNumber("Data offset", LLC.dataoff);
684 W.printNumber("Data size", LLC.datasize);
686 unsigned NumRegions = LLC.datasize / sizeof(MachO::data_in_code_entry);
689 LLC.dataoff, i);
  /external/libpcap/
grammar.h 136 LLC = 346,
258 #define LLC 346
grammar.c 131 #include "llc.h"
439 LLC = 346,
561 #define LLC 346
979 "NETBEUI", "LANE", "LLC", "METAC", "BCC", "SC", "ILMIC", "OAMF4EC",
    [all...]
  /external/valgrind/none/tests/s390x/
opcodes.h 277 #define LLC(r1,x2,b2,dl2,dh2) RXY_RRRD(e3,r1,x2,b2,dl2,dh2,94)
  /external/llvm/tools/llvm-objdump/
MachODump.cpp 323 MachO::linkedit_data_command LLC =
326 MachOObj->ReadULEB128s(LLC.dataoff, FoundFns);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
netmon.h     [all...]

Completed in 884 milliseconds