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

  /src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
WasmTraits.h 57 static unsigned getHashValue(const wasm::WasmGlobalType &GlobalType) {
58 return hash_combine(GlobalType.Type, GlobalType.Mutable);
  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCSymbolWasm.h 28 Optional<wasm::WasmGlobalType> GlobalType;
128 assert(GlobalType.hasValue());
129 return GlobalType.getValue();
131 void setGlobalType(wasm::WasmGlobalType GT) { GlobalType = GT; }
  /src/external/apache2/llvm/dist/llvm/include/llvm/Object/
Wasm.h 38 const wasm::WasmGlobalType *GlobalType,
42 : Info(Info), GlobalType(GlobalType), TableType(TableType),
46 const wasm::WasmGlobalType *GlobalType;
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
GlobalOpt.cpp 893 Type *GlobalType;
895 GlobalType = AllocTy;
898 GlobalType = ArrayType::get(AllocTy, NElements->getZExtValue());
903 *GV->getParent(), GlobalType, false, GlobalValue::InternalLinkage,
904 UndefValue::get(GlobalType), GV->getName() + ".body", nullptr,
  /src/external/apache2/llvm/dist/llvm/lib/Object/
WasmObjectFile.cpp 530 const wasm::WasmGlobalType *GlobalType = nullptr;
581 GlobalType = &Global.Type;
592 GlobalType = &Import.Global;
712 Symbols.emplace_back(LinkingData.SymbolTable.back(), GlobalType, TableType,

Completed in 25 milliseconds