Home
last modified time | relevance | path

Searched defs:NameID (Results 1 – 19 of 19) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Object/
H A DWindowsResource.h71 support::ulittle16_t NameID; member
131 uint16_t NameID; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Object/
DWindowsResource.h71 support::ulittle16_t NameID; member
131 uint16_t NameID; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Object/
DWindowsResource.h71 support::ulittle16_t NameID; member
131 uint16_t NameID; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Object/
DWindowsResource.h71 support::ulittle16_t NameID; member
131 uint16_t NameID; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
H A DWindowsResource.h71 support::ulittle16_t NameID; member
131 uint16_t NameID; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Object/
DWindowsResource.h71 support::ulittle16_t NameID; member
131 uint16_t NameID; variable
/aosp_15_r20/external/fonttools/Lib/fontTools/varLib/instancer/
H A Dnames.py9 class NameID(IntEnum): class
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Remarks/
H A DYAMLRemarkSerializer.cpp66 unsigned NameID = StrTab.add(Remark->RemarkName).first; in mapping() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Remarks/
H A DYAMLRemarkSerializer.cpp65 unsigned NameID = StrTab.add(Remark->RemarkName).first; in mapping() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/
H A DLLParser.cpp2950 bool LLParser::PerFunctionState::SetInstName(int NameID, in SetInstName()
2967 if (unsigned(NameID) != NumberedVals.size()) in SetInstName() local
3026 int NameID, LocTy Loc) { in DefineBB()
5363 unsigned NameID = Lex.getUIntVal(); in ParseFunctionHeader() local
5622 int NameID = -1; in ParseBasicBlock() local
5644 int NameID = -1; in ParseBasicBlock() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/AsmParser/
H A DLLParser.cpp3279 bool LLParser::PerFunctionState::setInstName(int NameID, in setInstName()
3296 if (unsigned(NameID) != NumberedVals.size()) in setInstName() local
3357 int NameID, LocTy Loc) { in defineBB()
5913 unsigned NameID = Lex.getUIntVal(); in parseFunctionHeader() local
6182 int NameID = -1; in parseBasicBlock() local
6204 int NameID = -1; in parseBasicBlock() local
/aosp_15_r20/external/llvm/lib/AsmParser/
H A DLLParser.cpp2571 bool LLParser::PerFunctionState::SetInstName(int NameID, in SetInstName()
2588 if (unsigned(NameID) != NumberedVals.size()) in SetInstName() local
4601 unsigned NameID = Lex.getUIntVal(); in ParseFunctionHeader() local
4878 int NameID = -1; in ParseBasicBlock() local
/aosp_15_r20/external/cronet/third_party/icu/source/test/perf/leperf/
H A Dsfnt.h403 enum NameID enum
/aosp_15_r20/external/icu/icu4c/source/test/letest/
H A Dsfnt.h399 enum NameID enum
/aosp_15_r20/external/cronet/third_party/icu/source/test/letest/
H A Dsfnt.h399 enum NameID enum
/aosp_15_r20/external/icu/icu4c/source/test/perf/leperf/
H A Dsfnt.h403 enum NameID enum
/aosp_15_r20/external/skia/src/sfnt/
H A DSkOTTable_name.h483 union NameID { union
/aosp_15_r20/external/harfbuzz_ng/src/
H A Dhb-open-type.hh297 typedef Index NameID; typedef
/aosp_15_r20/external/fonttools/Lib/fontTools/ttLib/tables/
H A DotConverters.py449 class NameID(UShort): class