Home
last modified time | relevance | path

Searched refs:MethodNames (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h671 MethodNames.push_back(Name); in VFTableRecord()
672 MethodNames.insert(MethodNames.end(), Methods.begin(), Methods.end()); in VFTableRecord()
678 StringRef getName() const { return makeArrayRef(MethodNames).front(); } in getName()
681 return makeArrayRef(MethodNames).drop_front(); in getMethodNames()
687 std::vector<StringRef> MethodNames; variable
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
DTypeRecordMapping.cpp296 for (auto Name : Record.MethodNames) in visitKnownRecord()
301 Record.MethodNames, in visitKnownRecord()
/external/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h850 VFPtrOffset(VFPtrOffset), Name(Name), MethodNames(Methods) {} in VFTableRecord()
866 return MethodNames; in getMethodNames()
884 std::vector<StringRef> MethodNames; variable
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DMinimalTypeDumper.cpp351 if (!VFT.MethodNames.empty()) { in visitKnownRecord()
356 P.print(join(VFT.MethodNames, Sep)); in visitKnownRecord()
/external/clang/lib/CodeGen/
DCGObjCGNU.cpp456 ArrayRef<llvm::Constant *> MethodNames,
1699 GenerateProtocolMethodList(ArrayRef<llvm::Constant *> MethodNames, in GenerateProtocolMethodList() argument
1709 ObjCMethodDescTy, {MethodNames[i], MethodTypes[i]})); in GenerateProtocolMethodList()
1712 MethodNames.size()); in GenerateProtocolMethodList()
1718 Methods.push_back(llvm::ConstantInt::get(IntTy, MethodNames.size())); in GenerateProtocolMethodList()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
DCodeViewYAMLTypes.cpp591 IO.mapRequired("MethodNames", Record.MethodNames); in map()