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

  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/Native/
DbiModuleList.h 48 const StringRef &operator*() const { return ThisValue; }
49 StringRef &operator*() { return ThisValue; }
63 StringRef ThisValue;
  /external/llvm/include/llvm/DebugInfo/CodeView/
StreamArray.h 115 auto EC = Extract(IterRef, ThisLen, ThisValue);
144 return ThisValue;
157 auto EC = Extract(IterRef, ThisLen, ThisValue);
187 ValueType ThisValue;
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
BinaryStreamArray.h 152 auto EC = Extract(IterRef, ThisLen, ThisValue);
181 return ThisValue;
186 return ThisValue;
201 auto EC = Extract(IterRef, ThisLen, ThisValue);
229 ValueType ThisValue;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/
DbiModuleList.cpp 120 ThisValue = "";
130 ThisValue = *ExpectedValue;
  /external/clang/lib/CodeGen/
CodeGenFunction.h 180 : Kind(K), ThisValue(nullptr), CXXThisFieldDecl(nullptr) {}
183 : Kind(K), ThisValue(nullptr), CXXThisFieldDecl(nullptr) {
203 virtual void setContextValue(llvm::Value *V) { ThisValue = V; }
205 virtual llvm::Value *getContextValue() const { return ThisValue; }
237 llvm::Value *ThisValue;
    [all...]
CGExpr.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp     [all...]

Completed in 1152 milliseconds