Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DLiveDebugValues.cpp109 assert(MF.getTarget().getTargetTriple().isWasm() || in runOnMachineFunction()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetCXXABI.h107 return T.isWasm(); in isSupportedCXXABI()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSymbolWasm.h39 static bool classof(const MCSymbol *S) { return S->isWasm(); } in classof()
H A DMCSymbol.h291 bool isWasm() const { return Kind == SymbolKindWasm; } in isWasm() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DBinary.h137 bool isWasm() const { return TypeID == ID_Wasm; } in isWasm() function
H A DWasm.h137 static bool classof(const Binary *v) { return v->isWasm(); } in classof()
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DTriple.h1030 bool isWasm() const { in isWasm() function
1092 return isOSBinFormatXCOFF() || isWasm(); in hasDefaultDataSections()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/
H A DLVReaderHandler.cpp51 if (Obj.isELF() || Obj.isMachO() || Obj.isWasm()) in createReader()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.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()
H A DDwarfDebug.cpp2683 assert(AP.TM.getTargetTriple().isWasm()); in emitDebugLocValue()
H A DAsmPrinter.cpp1945 bool EmitFunctionSize = MAI->hasDotTypeDotSizeDirective() && !TT.isWasm(); in emitFunctionBody()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DMangle.cpp73 if (Triple.isWasm()) in getCallingConvMangling()
H A DASTContext.cpp1409 if (Target.getTriple().isWasm() && Target.hasFeature("reference-types")) { in InitBuiltinTypes()
4373 if (Target->getTriple().isWasm() && Target->hasFeature("reference-types")) { in getWebAssemblyExternrefType()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DRelocationResolver.cpp859 } else if (Obj.isWasm()) { in getRelocationResolver()
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DToolChain.cpp1005 Triple.getArch() == llvm::Triple::thumbeb || Triple.isWasm(); in isThreadModelSupported()
1384 getTriple().getArch() == llvm::Triple::arm || getTriple().isWasm() || in getSupportedSanitizers()
H A DDriver.cpp1470 if (!Triple.isWasm()) { in BuildCompilation()
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-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/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVBinaryReader.cpp192 if (Obj.isWasm()) in mapVirtualAddress()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DInitPreprocessor.cpp1032 else if (LangOpts.hasWasmExceptions() && TI.getTriple().isWasm()) in InitializePredefinedMacros()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSema.cpp495 if (Context.getTargetInfo().getTriple().isWasm() && in Initialize()
H A DSemaType.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()
H A DSemaExpr.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/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp3796 if (TM.getTargetTriple().isPS() || TM.getTargetTriple().isWasm()) { in emitSPDescriptorFailure()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp1032 if (!getTargetInfo().getTriple().isWasm()) { in ParseWebAssemblyFuncrefTypeAttribute()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp912 if (Context.getTargetInfo().getTriple().isWasm()) in Release()

12