/external/deqp/modules/egl/ |
D | teglGetProcAddressTests.cpp | 52 struct FunctionNames struct 57 FunctionNames (int numFunctions_, const char* const* functions_) in FunctionNames() argument 64 FunctionNames getExtFunctionNames (const std::string& extName) in getExtFunctionNames() 69 return FunctionNames(s_extensions[ndx].numFunctions, s_extensions[ndx].functions); in getExtFunctionNames() 73 return FunctionNames(0, DE_NULL); in getExtFunctionNames() 186 const FunctionNames funcNames = getExtFunctionNames(m_extName); in executeTest() 279 FunctionNames getCoreFunctionNames (EGLint apiType) in getCoreFunctionNames() 283 case EGL14: return FunctionNames(DE_LENGTH_OF_ARRAY(s_EGL14), s_EGL14); in getCoreFunctionNames() 284 case EGL15: return FunctionNames(DE_LENGTH_OF_ARRAY(s_EGL15), s_EGL15); in getCoreFunctionNames() 285 case GLES : return FunctionNames(DE_LENGTH_OF_ARRAY(s_GLES10), s_GLES10); in getCoreFunctionNames() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Object/ |
D | wasm-duplicate-name.test | 21 FunctionNames:
|
/external/llvm/lib/Target/ARM/ |
D | ARMSelectionDAGInfo.cpp | 108 char const *FunctionNames[4][3] = { in EmitSpecializedLibcall() local 119 DAG.getExternalSymbol(FunctionNames[AEABILibcall][AlignVariant], in EmitSpecializedLibcall()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/ |
D | ARMSelectionDAGInfo.cpp | 108 char const *FunctionNames[4][3] = { in EmitSpecializedLibcall() local 119 DAG.getExternalSymbol(FunctionNames[AEABILibcall][AlignVariant], in EmitSpecializedLibcall()
|
/external/clang/lib/CodeGen/ |
D | CoverageMappingGen.h | 57 std::vector<llvm::Constant *> FunctionNames; variable
|
D | CoverageMappingGen.cpp | 981 FunctionNames.push_back( in addFunctionMappingRecord() 1080 if (!FunctionNames.empty()) { in emit() 1082 FunctionNames.size()); in emit() 1083 auto NamesArrVal = llvm::ConstantArray::get(NamesArrTy, FunctionNames); in emit()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/yaml2obj/ |
D | yaml2wasm.cpp | 223 if (Section.FunctionNames.size()) { in writeSectionContent() 228 encodeULEB128(Section.FunctionNames.size(), SubSection.GetStream()); in writeSectionContent() 229 for (const WasmYAML::NameEntry &NameEntry : Section.FunctionNames) { in writeSectionContent()
|
/external/google-breakpad/src/common/ |
D | stabs_to_module_unittest.cc | 189 TEST(FunctionNames, Mangled) { in TEST() argument
|
/external/llvm/tools/llvm-readobj/ |
D | COFFDumper.cpp | 746 SmallVector<StringRef, 10> FunctionNames; in printCodeViewSymbolSection() local 829 FunctionNames.push_back(LinkageName); in printCodeViewSymbolSection() 876 for (unsigned I = 0, E = FunctionNames.size(); I != E; ++I) { in printCodeViewSymbolSection() 877 StringRef Name = FunctionNames[I]; in printCodeViewSymbolSection()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/ |
D | wasm2yaml.cpp | 60 NameSec->FunctionNames.push_back(NameEntry); in dumpCustomSection()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/ |
D | COFFDumper.cpp | 953 SmallVector<StringRef, 10> FunctionNames; in printCodeViewSymbolSection() local 1037 FunctionNames.push_back(LinkageName); in printCodeViewSymbolSection() 1080 for (unsigned I = 0, E = FunctionNames.size(); I != E; ++I) { in printCodeViewSymbolSection() 1081 StringRef Name = FunctionNames[I]; in printCodeViewSymbolSection()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ObjectYAML/ |
D | WasmYAML.h | 187 std::vector<NameEntry> FunctionNames; member
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/ |
D | WasmYAML.cpp | 54 IO.mapOptional("FunctionNames", Section.FunctionNames); in sectionMapping()
|
/external/tensorflow/tensorflow/core/framework/ |
D | function_test.cc | 1259 TEST(FunctionLibraryDefinitionTest, FunctionNames) { in TEST() argument
|