| /llvm-project/llvm/lib/Option/ |
| H A D | Arg.cpp | 73 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 D | OptionParsingTest.cpp | 140 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 D | fastmath2_dlib_asm.S | 108 mantexpa = ASL(lmant, k) 209 mantexpa = ASL(lmant, k)
|
| H A D | fastmath_dlib_asm.S | 121 mantexpa = ASL(lmant, k) 256 mantexpa = ASL(lmant, k)
|
| H A D | fastmath2_ldlib_asm.S | 104 lmant = ASL(lmant, k)
|
| H A D | dfdiv.S | 168 DIV_ITER1B(ASL,14,15,)
|
| /llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | FunctionComparator.cpp | 814 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 D | ChangeLog | 711 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 D | Driver.cpp | 1796 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 D | CompilerInvocation.cpp | 2067 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 D | ARCInstrInfo.td | 301 defm ASL : ArcBinaryEXT5Inst<0b000000, "asl">;
|
| /llvm-project/clang/lib/Driver/ToolChains/ |
| H A D | Clang.cpp | 2493 ArgStringList ASL; in CollectArgsForIntegratedAssembler() 2494 A->render(Args, ASL); in CollectArgsForIntegratedAssembler() 2495 for (auto &it: ASL) in CollectArgsForIntegratedAssembler() 2408 ArgStringList ASL; DumpCompilationDatabase() local
|