Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h705 MethodNames.push_back(Name); in VFTableRecord()
706 MethodNames.insert(MethodNames.end(), Methods.begin(), Methods.end()); in VFTableRecord()
712 StringRef getName() const { return makeArrayRef(MethodNames).front(); } in getName()
715 return makeArrayRef(MethodNames).drop_front(); in getMethodNames()
721 std::vector<StringRef> MethodNames; variable
/external/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h699 MethodNames.push_back(Name); in VFTableRecord()
700 MethodNames.insert(MethodNames.end(), Methods.begin(), Methods.end()); in VFTableRecord()
706 StringRef getName() const { return makeArrayRef(MethodNames).front(); } in getName()
709 return makeArrayRef(MethodNames).drop_front(); in getMethodNames()
715 std::vector<StringRef> MethodNames; variable
/external/llvm-project/llvm/tools/llvm-pdbutil/
DMinimalTypeDumper.cpp385 if (!VFT.MethodNames.empty()) { in visitKnownRecord()
390 P.print(join(VFT.MethodNames, Sep)); 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/llvm-project/llvm/lib/DebugInfo/CodeView/
DTypeRecordMapping.cpp487 for (auto Name : Record.MethodNames) in visitKnownRecord()
492 Record.MethodNames, in visitKnownRecord()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DTypeRecordMapping.cpp486 for (auto Name : Record.MethodNames) in visitKnownRecord()
491 Record.MethodNames, 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/llvm-project/llvm/lib/ObjectYAML/
DCodeViewYAMLTypes.cpp590 IO.mapRequired("MethodNames", Record.MethodNames); in map()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DCodeViewYAMLTypes.cpp590 IO.mapRequired("MethodNames", Record.MethodNames); in map()