Home
last modified time | relevance | path

Searched refs:isWasm (Results 1 – 25 of 29) sorted by relevance

12

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
HDLiveDebugValues.cpp109 assert(MF.getTarget().getTargetTriple().isWasm() || in runOnMachineFunction()
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Basic/
HDTargetCXXABI.h107 return T.isWasm(); in isSupportedCXXABI()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/MC/
HDMCSymbolWasm.h39 static bool classof(const MCSymbol *S) { return S->isWasm(); } in classof()
HDMCSymbol.h291 bool isWasm() const { return Kind == SymbolKindWasm; } in isWasm() function
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Object/
HDBinary.h137 bool isWasm() const { return TypeID == ID_Wasm; } in isWasm() function
HDWasm.h137 static bool classof(const Binary *v) { return v->isWasm(); } in classof()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/TargetParser/
HDTriple.h1030 bool isWasm() const { in isWasm() function
1092 return isOSBinFormatXCOFF() || isWasm(); in hasDefaultDataSections()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/
HDLVReaderHandler.cpp51 if (Obj.isELF() || Obj.isMachO() || Obj.isWasm()) in createReader()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Lex/
HDInitHeaderSearch.cpp319 if (triple.isWasm()) in ShouldAddDefaultIncludePaths()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
HDDwarfCompileUnit.cpp297 if (Asm->TM.getTargetTriple().isWasm()) { in addLocationAttribute()
329 } else if (Asm->TM.getTargetTriple().isWasm() && in addLocationAttribute()
855 assert(Asm->TM.getTargetTriple().isWasm()); in applyConcreteDbgVariableAttributes()
HDDwarfDebug.cpp2683 assert(AP.TM.getTargetTriple().isWasm()); in emitDebugLocValue()
HDAsmPrinter.cpp1945 bool EmitFunctionSize = MAI->hasDotTypeDotSizeDirective() && !TT.isWasm(); in emitFunctionBody()
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
HDMangle.cpp73 if (Triple.isWasm()) in getCallingConvMangling()
HDASTContext.cpp1409 if (Target.getTriple().isWasm() && Target.hasFeature("reference-types")) { in InitBuiltinTypes()
4373 if (Target->getTriple().isWasm() && Target->hasFeature("reference-types")) { in getWebAssemblyExternrefType()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Driver/
HDToolChain.cpp1005 Triple.getArch() == llvm::Triple::thumbeb || Triple.isWasm(); in isThreadModelSupported()
1384 getTriple().getArch() == llvm::Triple::arm || getTriple().isWasm() || in getSupportedSanitizers()
HDDriver.cpp1470 if (!Triple.isWasm()) { in BuildCompilation()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Object/
HDRelocationResolver.cpp859 } else if (Obj.isWasm()) { in getRelocationResolver()
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
HDllvm-objdump.cpp1425 } else if (Obj.isWasm()) { in createSymbolInfo()
1441 if (Obj.isWasm()) in createDummySymbolInfo()
1764 if (Obj.isWasm()) in disassembleObject()
3020 else if (O.isWasm()) in printSymbol()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
HDLVBinaryReader.cpp192 if (Obj.isWasm()) in mapVirtualAddress()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/
HDInitPreprocessor.cpp1032 else if (LangOpts.hasWasmExceptions() && TI.getTriple().isWasm()) in InitializePredefinedMacros()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
HDSema.cpp495 if (Context.getTargetInfo().getTriple().isWasm() && in Initialize()
HDSemaType.cpp1819 if (getASTContext().getTargetInfo().getTriple().isWasm()) { in BuildPointerType()
1895 if (getASTContext().getTargetInfo().getTriple().isWasm() && in BuildReferenceType()
2076 if (Context.getTargetInfo().getTriple().isWasm() && T->isArrayType()) { in BuildArrayType()
HDSemaExpr.cpp945 if (Context.getTargetInfo().getTriple().isWasm() && in isValidVarArgType()
4241 if (Context.getTargetInfo().getTriple().isWasm() && in CheckUnaryExprOrTypeTraitOperand()
4550 if (Context.getTargetInfo().getTriple().isWasm() && in CheckUnaryExprOrTypeTraitOperand()
6842 if (Context.getTargetInfo().getTriple().isWasm()) { in BuildResolvedCallExpr()
14218 if (Context.getTargetInfo().getTriple().isWasm()) { in CheckAddressOfOperand()
18496 if (BuildAndDiagnose && S.Context.getTargetInfo().getTriple().isWasm() && in captureInLambda()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
HDIRTranslator.cpp3796 if (TM.getTargetTriple().isPS() || TM.getTargetTriple().isWasm()) { in emitSPDescriptorFailure()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Parse/
HDParseDecl.cpp1032 if (!getTargetInfo().getTriple().isWasm()) { in ParseWebAssemblyFuncrefTypeAttribute()

12