Home
last modified time | relevance | path

Searched defs:Descriptions (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFExpression.cpp26 DescVector Descriptions; in getDescriptions() local
112 static DescVector Descriptions = getDescriptions(); in getOpDesc() local
/external/llvm-project/llvm/lib/DebugInfo/DWARF/
DDWARFExpression.cpp25 DescVector Descriptions; in getDescriptions() local
113 static DescVector Descriptions = getDescriptions(); in getOpDesc() local
/external/pdfium/third_party/lcms/src/
Dcmscnvrt.c1093 …IntentsTHR(cmsContext ContextID, cmsUInt32Number nMax, cmsUInt32Number* Codes, char** Descriptions) in cmsGetSupportedIntentsTHR()
1128 …CMSEXPORT cmsGetSupportedIntents(cmsUInt32Number nMax, cmsUInt32Number* Codes, char** Descriptions) in cmsGetSupportedIntents()
/external/llvm-project/llvm/include/llvm/ObjectYAML/
DDWARFYAML.h191 std::vector<DWARFOperation> Descriptions; member