Home
last modified time | relevance | path

Searched refs:ASL (Results 1 – 12 of 12) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Option/
H A DArg.cpp75 ArgStringList ASL; in getAsString() local
76 render(Args, ASL); in getAsString()
78 it = ASL.begin(), ie = ASL.end(); it != ie; ++it) { in getAsString()
79 if (it != ASL.begin()) in getAsString()
/llvm-project-15.0.7/llvm/unittests/Option/
H A DOptionParsingTest.cpp107 ArgStringList ASL; in TEST() local
108 (*Cs.begin())->render(AL, ASL); in TEST()
109 ASSERT_EQ(2u, ASL.size()); in TEST()
110 EXPECT_EQ("-C", StringRef(ASL[0])); in TEST()
111 EXPECT_EQ("desu", StringRef(ASL[1])); in TEST()
/llvm-project-15.0.7/compiler-rt/lib/builtins/hexagon/
H A Dfastmath2_dlib_asm.S108 mantexpa = ASL(lmant, k)
209 mantexpa = ASL(lmant, k)
H A Dfastmath_dlib_asm.S121 mantexpa = ASL(lmant, k)
256 mantexpa = ASL(lmant, k)
H A Dfastmath2_ldlib_asm.S104 lmant = ASL(lmant, k)
H A Ddfdiv.S168 DIV_ITER1B(ASL,14,15,)
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DFunctionComparator.cpp700 unsigned int ASL = GEPL->getPointerAddressSpace(); in cmpGEPs() local
703 if (int Res = cmpNumbers(ASL, ASR)) in cmpGEPs()
709 unsigned BitWidth = DL.getPointerSizeInBits(ASL); in cmpGEPs()
/llvm-project-15.0.7/lldb/tools/debugserver/source/
H A DChangeLog711 to ASL.
1228 calls when enabling ASL logging.
1229 test-remotenub.cpp (ASLLogCallback): New function to handle all ASL
1231 want to log using ASL.
1236 to file or using ASL.
1240 * test-remotenub.cpp (main): Default to ASL logging with no log
1286 * RNBRemote.cpp (set_logging): Log to ASL unconditionally when
1313 to ASL for now. Logging to a file can still be accomplished by the
1337 * DNBLog.cpp: Add ASL logging as a run-time selectable option.
1339 a file and logging via ASL.
/llvm-project-15.0.7/clang/lib/Driver/
H A DDriver.cpp1394 llvm::opt::ArgStringList ASL; in printArgList() local
1401 A->render(Args, ASL); in printArgList()
1404 for (auto I = ASL.begin(), E = ASL.end(); I != E; ++I) { in printArgList()
1405 if (I != ASL.begin()) in printArgList()
/llvm-project-15.0.7/clang/lib/Frontend/
H A DCompilerInvocation.cpp1799 ArgStringList ASL; in ParseCodeGenArgs() local
1800 A->render(Args, ASL); in ParseCodeGenArgs()
1801 for (const auto &arg : ASL) { in ParseCodeGenArgs()
/llvm-project-15.0.7/llvm/lib/Target/ARC/
H A DARCInstrInfo.td302 defm ASL : ArcBinaryEXT5Inst<0b000000, "asl">;
/llvm-project-15.0.7/clang/lib/Driver/ToolChains/
H A DClang.cpp2455 ArgStringList ASL; in DumpCompilationDatabase() local
2456 A->render(Args, ASL); in DumpCompilationDatabase()
2457 for (auto &it: ASL) in DumpCompilationDatabase()