Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/Option/
H A DArg.cpp73 ArgStringList ASL; in getAsString() local
74 render(Args, ASL); in getAsString()
76 it = ASL.begin(), ie = ASL.end(); it != ie; ++it) { in getAsString()
77 if (it != ASL.begin()) in getAsString()
/llvm-project/llvm/unittests/Option/
H A DOptionParsingTest.cpp140 ArgStringList ASL; in TYPED_TEST()
141 (*Cs.begin())->render(AL, ASL); in TYPED_TEST() local
142 ASSERT_EQ(2u, ASL.size()); in TYPED_TEST()
143 EXPECT_EQ("-C", StringRef(ASL[0])); in TYPED_TEST()
144 EXPECT_EQ("desu", StringRef(ASL[1])); in TYPED_TEST()
/llvm-project/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/llvm/lib/Transforms/Utils/
H A DFunctionComparator.cpp814 unsigned int ASL = GEPL->getPointerAddressSpace(); in cmpGEPs()
817 if (int Res = cmpNumbers(ASL, ASR)) in cmpGEPs()
823 unsigned OffsetBitWidth = DL.getIndexSizeInBits(ASL); in cmpGEPs()
800 unsigned int ASL = GEPL->getPointerAddressSpace(); cmpGEPs() local
/llvm-project/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/clang/lib/Driver/
H A DDriver.cpp1796 llvm::opt::ArgStringList ASL; in generateCompilationDiagnostics()
1803 A->render(Args, ASL); in generateCompilationDiagnostics()
1806 for (auto I = ASL.begin(), E = ASL.end(); I != E; ++I) { in generateCompilationDiagnostics()
1807 if (I != ASL.begin()) in generateCompilationDiagnostics()
1549 llvm::opt::ArgStringList ASL; printArgList() local
/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp2067 ArgStringList ASL; in ParseCodeGenArgs()
2068 A->render(Args, ASL); in ParseCodeGenArgs()
2069 for (const auto &arg : ASL) { in ParseCodeGenArgs()
1961 ArgStringList ASL; ParseCodeGenArgs() local
/llvm-project/llvm/lib/Target/ARC/
H A DARCInstrInfo.td301 defm ASL : ArcBinaryEXT5Inst<0b000000, "asl">;
/llvm-project/clang/lib/Driver/ToolChains/
H A DClang.cpp2493 ArgStringList ASL; in CollectArgsForIntegratedAssembler()
2494 A->render(Args, ASL); in CollectArgsForIntegratedAssembler()
2495 for (auto &it: ASL) in CollectArgsForIntegratedAssembler()
2408 ArgStringList ASL; DumpCompilationDatabase() local