Searched refs:MethodName (Results 1 – 4 of 4) sorted by relevance
/external/clang/lib/CodeGen/ |
D | CGVTables.cpp | 2206 std::string MethodName = in dumpLayout() local 2210 MethodNamesAndDecls.insert(std::make_pair(MethodName, MD)); in dumpLayout() 2216 const std::string &MethodName = I->first; in dumpLayout() local 2222 Out << "Thunks for '" << MethodName << "' (" << ThunksVector.size(); in dumpLayout() 2273 std::string MethodName = in dumpLayout() local 2279 MethodName + " [complete]"; in dumpLayout() 2281 MethodName + " [deleting]"; in dumpLayout() 2283 IndicesMap[VTables.getMethodVTableIndex(MD)] = MethodName; in dumpLayout() 2296 const std::string &MethodName = I->second; in dumpLayout() local 2298 Out << llvm::format(" %4u | ", VTableIndex) << MethodName << '\n'; in dumpLayout()
|
D | CGDebugInfo.cpp | 100 llvm::SmallString<256> MethodName; in getObjCMethodName() local 101 llvm::raw_svector_ostream OS(MethodName); in getObjCMethodName() 118 memcpy(StrPtr, MethodName.begin(), OS.tell()); in getObjCMethodName() 726 llvm::StringRef MethodName = getFunctionName(Method); in CreateCXXMemberFunction() local 777 DBuilder.createMethod(RecordTy , MethodName, MethodLinkageName, in CreateCXXMemberFunction()
|
D | CGObjCGNU.cpp | 654 const llvm::StringRef &CategoryName, const Selector MethodName, in SymbolNameForMethod() argument 656 std::string MethodNameColonStripped = MethodName.getAsString(); in SymbolNameForMethod() 2224 Selector MethodName = OMD->getSelector(); in GenerateMethod() local 2231 MethodName, isClassMethod); in GenerateMethod()
|
/external/protobuf/src/google/protobuf/ |
D | descriptor_unittest.cc | 1107 TEST_F(ServiceDescriptorTest, MethodName) { in TEST_F() argument
|