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

  /src/external/apache2/llvm/dist/llvm/include/llvm/Object/
Wasm.h 141 ArrayRef<uint32_t> functionTypes() const { return FunctionTypes; }
277 std::vector<uint32_t> FunctionTypes;
  /src/external/apache2/llvm/dist/llvm/lib/Object/
WasmObjectFile.cpp 362 if (FunctionTypes.size() && !SeenCodeSection) {
430 if (FunctionTypes.size() && !SeenCodeSection) {
548 Signature = &Signatures[FunctionTypes[FuncIndex]];
1086 FunctionTypes.reserve(Count);
1094 FunctionTypes.push_back(Type);
1218 return Index < NumImportedFunctions + FunctionTypes.size();
1306 if (FunctionCount != FunctionTypes.size()) {
  /src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
WasmEmitter.cpp 410 encodeULEB128(Section.FunctionTypes.size(), OS);
411 for (uint32_t FuncType : Section.FunctionTypes)
WasmYAML.cpp 110 IO.mapOptional("FunctionTypes", Section.FunctionTypes);
  /src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/
WasmYAML.h 296 std::vector<uint32_t> FunctionTypes;
  /src/external/apache2/llvm/dist/llvm/tools/obj2yaml/
wasm2yaml.cpp 261 for (const auto &Func : Obj.functionTypes()) {
262 FuncSec->FunctionTypes.push_back(Func);
  /src/external/apache2/llvm/dist/llvm/lib/IR/
Type.cpp 331 auto Insertion = pImpl->FunctionTypes.insert_as(nullptr, Key);
333 // The function type was not found. Allocate one and update FunctionTypes
LLVMContextImpl.h 1440 FunctionTypeSet FunctionTypes;
  /src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp 496 DenseMap<Function *, FunctionType *> FunctionTypes;
3359 FunctionTypes[Func] = cast<FunctionType>(FullFTy);
3902 FunctionType *FullFTy = FunctionTypes[F];

Completed in 58 milliseconds