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

  /external/llvm/lib/Object/
RecordStreamer.cpp 22 case Defined:
24 S = Defined;
33 case Defined:
49 case Defined:
RecordStreamer.h 1 //===-- RecordStreamer.h - Record asm defined and used symbols ---*- C++ -*===//
18 enum State { NeverSeen, Global, Defined, DefinedGlobal, Used };
IRObjectFile.cpp 101 case RecordStreamer::Defined:
  /external/eigen/Eigen/src/Core/util/
Meta.h 191 enum { Defined = 0 };
198 Defined = 1
207 Defined = 1
216 Defined = 1
  /toolchain/binutils/binutils-2.25/gold/
symtab.h 73 // functions. But because symbols can be defined in different
78 // Symbol defined in a relocatable or dynamic input file--this is
81 // Symbol defined in an Output_data, a special section created by
84 // Symbol defined in an Output_segment, with no associated
171 // associated, if the symbol was specially defined with respect to
180 // If this symbol was defined with respect to an output data
190 // if the symbol was specially defined with respect to an output
199 // If this symbol was defined with respect to an output segment,
349 // Return whether this symbol was defined in a section that was
356 // Mark this symbol as having been defined in a discarded section
    [all...]
resolve.cc 125 // Override TOSYM with symbol FROMSYM, defined in OBJECT, with version
250 // It's possible for a symbol to be defined in an object file
441 elfcpp::STT fromtype, Defined defined,
471 to, defined, object);
503 // If either symbol is defined by an object included using
513 to, defined, object);
553 to, defined, object);
588 to, defined, object);
738 to, defined, object)
    [all...]
symtab.cc 130 // Initialize the fields in the base class Symbol for a symbol defined
149 // Initialize the fields in the base class Symbol for a symbol defined
169 // Initialize the fields in the base class Symbol for a symbol defined
226 // Initialize the fields in Sized_symbol for a symbol defined in an
246 // Initialize the fields in Sized_symbol for a symbol defined in an
266 // Initialize the fields in Sized_symbol for a symbol defined as a
423 // and the symbol is defined in a regular object and is
453 // then it is defined, and known.
466 // If the symbol is not undefined (it is defined or common),
479 // Return the output section where this symbol is defined
    [all...]
  /external/clang/include/clang/Lex/
PPCallbacks.h 258 /// \brief Hook called whenever the 'defined' operator is seen.
260 virtual void Defined(const Token &MacroNameTok, const MacroDefinition &MD,
455 void Defined(const Token &MacroNameTok, const MacroDefinition &MD,
457 First->Defined(MacroNameTok, MD, Range);
458 Second->Defined(MacroNameTok, MD, Range);
PreprocessingRecord.h 137 /// \brief The name of the macro being defined.
145 /// \brief Retrieve the name of the macro being defined.
503 /// \brief Hook called whenever the 'defined' operator is seen.
504 void Defined(const Token &MacroNameTok, const MacroDefinition &MD,
  /external/llvm/include/llvm/CodeGen/
MachineInstrBundle.h 25 /// IsInternalRead markers to MachineOperands which are defined inside the
174 /// Reg or one of its aliases is defined. The definition may only cover
176 bool Defined;
177 /// Reg or a super-register is defined. The definition covers the full
  /external/eigen/Eigen/src/Core/
CwiseBinaryOp.h 98 ? int(internal::scalar_product_traits<LHS, RHS>::Defined) \
  /external/eigen/unsupported/Eigen/src/AutoDiff/
AutoDiffScalar.h 495 enum { Defined = 1 };
502 enum { Defined = 1 };
509 enum { Defined = 1 };
516 enum { Defined = 1 };
  /frameworks/compile/mclinker/unittests/
NamePoolTest.cpp 145 LDSymbol::Type type = LDSymbol::Defined;
  /external/llvm/lib/CodeGen/
MachineInstrBundle.cpp 109 /// IsInternalRead markers to MachineOperands which are defined inside the
178 // Re-defined inside the bundle, it's no longer killed.
181 // Previously defined but dead.
327 PRI.Defined = true;
MachineBasicBlock.cpp 219 #if !defined(NDEBUG) || defined(LLVM_ENABLE_DUMP)
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/m68hc11/
malis.s 123 ;; Defined by other tests
  /external/clang/lib/Lex/
PreprocessingRecord.cpp 399 void PreprocessingRecord::Defined(const Token &MacroNameTok,
PPExpressions.cpp 62 /// of whether !defined(X) has been seen.
65 /// !defined(X) and !defined X
67 /// !!!defined(X) and +!defined(X) and !+!+!defined(X) and !(defined(X)).
70 /// parsed value is of the form defined(X), !defined(X) or is something else.
72 DefinedMacro, // defined(X
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ConditionalCompares.cpp 365 if (PRI.Defined || PRI.Clobbered) {
371 DEBUG(dbgs() << "Flags not defined in BB#" << MBB->getNumber() << '\n');
467 // defined before The CmpBB cmp clobbers the flags. Alternatively, it should
  /external/eigen/Eigen/src/Core/products/
CoeffBasedProduct.h 154 EIGEN_STATIC_ASSERT((internal::scalar_product_traits<typename Lhs::RealScalar, typename Rhs::RealScalar>::Defined),
  /build/core/
Makefile 17 # Define rules to copy PRODUCT_COPY_FILES defined by the product.
50 # Define rules to copy headers defined in copy_headers.mk
52 # then copy the last one defined. This matches the previous make
59 $(warning Defined in: $(ALL_COPIED_HEADERS.$(dest).MAKEFILE))) \
    [all...]
  /prebuilts/tools/common/m2/repository/net/bytebuddy/byte-buddy/1.4.33/
byte-buddy-1.4.33.jar 
  /prebuilts/tools/common/m2/repository/nl/jqno/equalsverifier/equalsverifier/2.1.5/
equalsverifier-2.1.5.jar 

Completed in 1452 milliseconds