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

  /external/swiftshader/third_party/LLVM/include/llvm/
Constants.h 409 /// getAnon - Return an anonymous struct that has the specified
412 static Constant *getAnon(ArrayRef<Constant*> V, bool Packed = false) {
415 static Constant *getAnon(LLVMContext &Ctx,
    [all...]
  /external/llvm/include/llvm/IR/
Constants.h 438 static Constant *getAnon(ArrayRef<Constant*> V, bool Packed = false) {
441 static Constant *getAnon(LLVMContext &Ctx,
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
Constants.h 465 static Constant *getAnon(ArrayRef<Constant*> V, bool Packed = false) {
468 static Constant *getAnon(LLVMContext &Ctx,
    [all...]

Completed in 116 milliseconds