HomeSort by: relevance | last modified time | path
    Searched refs:Languages (Results 1 - 8 of 8) sorted by relevancy

  /src/sys/external/bsd/gnu-efi/dist/lib/
init.c 118 CHAR8 *Languages;
146 Languages = Ui->SupportedLanguages;
147 Length = strlena(Languages);
154 if (CompareMem (Languages+Position, LangCode, ISO_639_2_ENTRY_SIZE) == 0) {
  /src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
WebAssemblyAsmPrinter.cpp 340 llvm::SmallVector<std::pair<std::string, std::string>, 4> Languages;
348 Languages.emplace_back(Language.str(), "");
365 int FieldCount = int(!Languages.empty()) + int(!Tools.empty());
372 for (auto &Producers : {std::make_pair("language", &Languages),
  /src/external/apache2/llvm/dist/llvm/tools/obj2yaml/
wasm2yaml.cpp 155 for (auto &E : Info.Languages) {
159 ProducersSec->Languages.push_back(Producer);
  /src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
Wasm.h 48 std::vector<std::pair<std::string, std::string>> Languages;
  /src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
WasmEmitter.cpp 304 int Fields = int(!Section.Languages.empty()) + int(!Section.Tools.empty()) +
309 for (auto &Field : {std::make_pair(StringRef("language"), &Section.Languages),
WasmYAML.cpp 81 IO.mapOptional("Languages", Section.Languages);
  /src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/
WasmYAML.h 253 std::vector<ProducerEntry> Languages;
  /src/external/apache2/llvm/dist/llvm/lib/Object/
WasmObjectFile.cpp 787 ProducerVec = &ProducerInfo.Languages;

Completed in 21 milliseconds