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

/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DLiveDebugValues.cpp109 assert(MF.getTarget().getTargetTriple().isWasm() ||
/freebsd-current/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetCXXABI.h107 return T.isWasm();
/freebsd-current/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSymbolWasm.h38 static bool classof(const MCSymbol *S) { return S->isWasm(); }
H A DMCSymbol.h291 bool isWasm() const { return Kind == SymbolKindWasm; } function
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Object/
H A DBinary.h137 bool isWasm() const { return TypeID == ID_Wasm; } function in class:llvm::object::Binary
H A DWasm.h133 static bool classof(const Binary *v) { return v->isWasm(); }
/freebsd-current/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DTriple.h996 bool isWasm() const { function in class:llvm::Triple
1045 return isOSBinFormatXCOFF() || isWasm();
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp282 if (Asm->TM.getTargetTriple().isWasm()) {
314 } else if (Asm->TM.getTargetTriple().isWasm() &&
840 assert(Asm->TM.getTargetTriple().isWasm());
H A DAsmPrinter.cpp1937 bool EmitFunctionSize = MAI->hasDotTypeDotSizeDirective() && !TT.isWasm();
H A DDwarfDebug.cpp2682 assert(AP.TM.getTargetTriple().isWasm());
/freebsd-current/contrib/llvm-project/clang/lib/AST/
H A DMangle.cpp73 if (Triple.isWasm())
H A DASTContext.cpp1377 if (Target.getTriple().isWasm() && Target.hasFeature("reference-types")) {
3962 if (Target->getTriple().isWasm() && Target->hasFeature("reference-types")) {
/freebsd-current/contrib/llvm-project/clang/lib/Lex/
H A DInitHeaderSearch.cpp319 if (triple.isWasm())
/freebsd-current/contrib/llvm-project/clang/lib/Driver/
H A DToolChain.cpp959 Triple.getArch() == llvm::Triple::thumbeb || Triple.isWasm();
1321 getTriple().getArch() == llvm::Triple::arm || getTriple().isWasm() ||
/freebsd-current/contrib/llvm-project/llvm/lib/Object/
H A DRelocationResolver.cpp859 } else if (Obj.isWasm()) {
/freebsd-current/contrib/llvm-project/clang/lib/Sema/
H A DSema.cpp448 if (Context.getTargetInfo().getTriple().isWasm() &&
H A DSemaType.cpp2220 if (getASTContext().getTargetInfo().getTriple().isWasm()) {
2309 if (getASTContext().getTargetInfo().getTriple().isWasm() &&
2529 if (Context.getTargetInfo().getTriple().isWasm() && T->isArrayType()) {
H A DSemaExpr.cpp958 if (Context.getTargetInfo().getTriple().isWasm() &&
4493 if (Context.getTargetInfo().getTriple().isWasm() &&
4798 if (Context.getTargetInfo().getTriple().isWasm() &&
7638 if (Context.getTargetInfo().getTriple().isWasm()) {
15216 if (Context.getTargetInfo().getTriple().isWasm()) {
19520 if (BuildAndDiagnose && S.Context.getTargetInfo().getTriple().isWasm() &&
H A DSemaDecl.cpp10907 if (Context.getTargetInfo().getTriple().isWasm()) {
/freebsd-current/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp1627 if (Obj.isWasm())
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp3597 if (TM.getTargetTriple().isPS() || TM.getTargetTriple().isWasm()) {
/freebsd-current/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp946 if (!getTargetInfo().getTriple().isWasm()) {
/freebsd-current/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp3630 if (TargetTriple.isWasm())
/freebsd-current/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp873 if (Context.getTargetInfo().getTriple().isWasm())
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp2998 if (TM.getTargetTriple().isWasm())

Completed in 668 milliseconds