HomeSort by relevance Sort by last modified time
    Searched refs:InputList (Results 1 - 8 of 8) sorted by null

  /frameworks/compile/mclinker/include/mcld/Object/
SectionMap.h 64 typedef std::vector<Input*> InputList;
65 typedef InputList::const_iterator const_iterator;
66 typedef InputList::iterator iterator;
67 typedef InputList::const_reference const_reference;
68 typedef InputList::reference reference;
135 InputList m_InputList;
  /external/clang/include/clang/Driver/
Driver.h 155 InputList;
281 void CreateOffloadingDeviceToolChains(Compilation &C, InputList &Inputs);
310 InputList &Inputs) const;
319 const InputList &Inputs, ActionList &Actions) const;
327 const InputList &BAInputs) const;
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/GenFds/
GenFdsGlobalVariable.py 540 InputList = []
551 InputList.append (EfiFile)
557 InputList.append (BinFile)
560 if not GenFdsGlobalVariable.NeedsUpdate(Output, InputList):
562 GenFdsGlobalVariable.DebugLogger(EdkLogger.DEBUG_5, "%s needs update because of newer %s" % (Output, InputList))
  /external/vixl/tools/test_generator/
parser.py 166 (`generator.OperandList`, `generator.InputList`) tuple.
238 input_list = generator.InputList([
generator.py 84 class InputList(object):
265 input_types The `InputList` object describing the list of inputs the
307 inputs `InputList` object.
  /external/clang/lib/Driver/
Driver.cpp 427 InputList &Inputs) {
575 InputList Inputs;
646 InputList Inputs;
649 for (InputList::iterator it = Inputs.begin(), ie = Inputs.end(); it != ie;) {
    [all...]
Tools.cpp 416 Driver::InputList Inputs;
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp     [all...]

Completed in 127 milliseconds