Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/CodeGen/LiveDebugValues/
H A DLiveDebugValues.cpp109 assert(MF.getTarget().getTargetTriple().isWasm() || in runOnMachineFunction()
/openbsd/gnu/llvm/clang/include/clang/Basic/
H A DTargetCXXABI.h109 return T.isWasm(); in isSupportedCXXABI()
/openbsd/gnu/llvm/llvm/tools/obj2yaml/
H A Dobj2yaml.cpp48 if (Obj.isWasm()) in dumpObject()
/openbsd/gnu/llvm/llvm/include/llvm/MC/
H A DMCSymbolWasm.h38 static bool classof(const MCSymbol *S) { return S->isWasm(); } in classof()
H A DMCSymbol.h289 bool isWasm() const { return Kind == SymbolKindWasm; } in isWasm() function
/openbsd/gnu/llvm/llvm/include/llvm/Object/
H A DBinary.h136 bool isWasm() const { return TypeID == ID_Wasm; } in isWasm() function
H A DWasm.h131 static bool classof(const Binary *v) { return v->isWasm(); } in classof()
/openbsd/gnu/llvm/llvm/include/llvm/TargetParser/
H A DTriple.h929 bool isWasm() const { in isWasm() function
968 return isOSBinFormatXCOFF() || isWasm(); in hasDefaultDataSections()
/openbsd/gnu/llvm/clang/lib/Driver/
H A DToolChain.cpp773 Triple.getArch() == llvm::Triple::thumbeb || Triple.isWasm(); in isThreadModelSupported()
1136 getTriple().getArch() == llvm::Triple::arm || getTriple().isWasm() || in getSupportedSanitizers()
/openbsd/gnu/llvm/clang/lib/Lex/
H A DInitHeaderSearch.cpp429 if (triple.isWasm()) in ShouldAddDefaultIncludePaths()
/openbsd/gnu/llvm/clang/lib/AST/
H A DMangle.cpp73 if (Triple.isWasm()) in getCallingConvMangling()
/openbsd/gnu/llvm/llvm/lib/Object/
H A DRelocationResolver.cpp835 } else if (Obj.isWasm()) { in getRelocationResolver()
/openbsd/gnu/llvm/lld/wasm/
H A DInputFiles.cpp835 if (!t.isWasm()) { in parse()
/openbsd/gnu/llvm/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp1367 if (Obj.isWasm()) in disassembleObject()
2684 if (O->isWasm()) in printPrivateFileHeaders()
/openbsd/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp822 assert(Asm->TM.getTargetTriple().isWasm()); in constructVariableDIEImpl()
H A DDwarfDebug.cpp2638 assert(AP.TM.getTargetTriple().isWasm()); in emitDebugLocValue()
H A DAsmPrinter.cpp1796 bool EmitFunctionSize = MAI->hasDotTypeDotSizeDirective() && !TT.isWasm(); in emitFunctionBody()
/openbsd/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp3344 if (TM.getTargetTriple().isPS() || TM.getTargetTriple().isWasm()) { in emitSPDescriptorFailure()
/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCodeGenModule.cpp578 if (Context.getTargetInfo().getTriple().isWasm()) in Release()
/openbsd/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp2817 if (TM.getTargetTriple().isWasm()) in visitSPDescriptorFailure()