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

  /external/clang/include/clang/Basic/
ABI.h 108 struct ThisAdjustment {
153 ThisAdjustment() : NonVirtual(0) { }
157 friend bool operator==(const ThisAdjustment &LHS,
158 const ThisAdjustment &RHS) {
162 friend bool operator!=(const ThisAdjustment &LHS, const ThisAdjustment &RHS) {
166 friend bool operator<(const ThisAdjustment &LHS,
167 const ThisAdjustment &RHS) {
181 ThisAdjustment This;
195 ThunkInfo(const ThisAdjustment &This, const ReturnAdjustment &Return
    [all...]
  /external/clang/lib/CodeGen/
CGCXXABI.cpp 287 CharUnits ThisAdjustment = CharUnits::Zero();
296 ThisAdjustment +=
301 ThisAdjustment = -ThisAdjustment;
302 return ThisAdjustment;
CGDebugInfo.cpp     [all...]
  /external/llvm/include/llvm/DebugInfo/CodeView/
TypeRecord.h 220 little32_t ThisAdjustment;
    [all...]
  /external/llvm/include/llvm/IR/
DebugInfoMetadata.h     [all...]
  /external/llvm/lib/IR/
LLVMContextImpl.h 531 int ThisAdjustment;
543 unsigned VirtualIndex, int ThisAdjustment, unsigned Flags,
550 VirtualIndex(VirtualIndex), ThisAdjustment(ThisAdjustment),
561 ThisAdjustment(N->getThisAdjustment()), Flags(N->getFlags()),
576 ThisAdjustment == RHS->getThisAdjustment() &&
    [all...]
  /external/llvm/unittests/IR/
MetadataTest.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DebugInfoMetadata.h     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
LLVMContextImpl.h 616 int ThisAdjustment;
629 unsigned VirtualIndex, int ThisAdjustment, unsigned Flags,
637 VirtualIndex(VirtualIndex), ThisAdjustment(ThisAdjustment),
648 ThisAdjustment(N->getThisAdjustment()), Flags(N->getFlags()),
664 ThisAdjustment == RHS->getThisAdjustment() &&
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/
MetadataTest.cpp     [all...]
  /external/clang/lib/AST/
VTableBuilder.cpp     [all...]

Completed in 792 milliseconds