Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/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()
/openbsd/gnu/usr.bin/binutils-2.17/gas/
H A Dbfin-parse.h150 ASL = 376, enumerator
325 #define ASL 376 macro
H A Dbfin-lex.c1842 return ASL;
H A Dbfin-parse.c177 ASL = 376, enumerator
352 #define ASL 376 macro
/openbsd/gnu/llvm/compiler-rt/lib/builtins/hexagon/
H A Dfastmath_dlib_asm.S121 mantexpa = ASL(lmant, k)
256 mantexpa = ASL(lmant, k)
H A Dfastmath2_dlib_asm.S108 mantexpa = ASL(lmant, k)
209 mantexpa = ASL(lmant, k)
H A Dfastmath2_ldlib_asm.S104 lmant = ASL(lmant, k)
H A Ddfdiv.S168 DIV_ITER1B(ASL,14,15,)
/openbsd/gnu/llvm/llvm/lib/Transforms/Utils/
H A DFunctionComparator.cpp709 unsigned int ASL = GEPL->getPointerAddressSpace(); in cmpGEPs() local
712 if (int Res = cmpNumbers(ASL, ASR)) in cmpGEPs()
718 unsigned BitWidth = DL.getPointerSizeInBits(ASL); in cmpGEPs()
/openbsd/gnu/llvm/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.
/openbsd/gnu/usr.bin/binutils-2.17/gas/config/
H A Dbfin-lex.l226 [aA][sS][lL] return ASL;
H A Dbfin-parse.y466 %token ASL ASR
3500 asr_asl: LPAREN ASL RPAREN
3533 ASL
/openbsd/gnu/llvm/clang/lib/Driver/
H A DDriver.cpp1459 llvm::opt::ArgStringList ASL; in printArgList() local
1466 A->render(Args, ASL); in printArgList()
1469 for (auto I = ASL.begin(), E = ASL.end(); I != E; ++I) { in printArgList()
1470 if (I != ASL.begin()) in printArgList()
/openbsd/gnu/llvm/clang/lib/Frontend/
H A DCompilerInvocation.cpp1807 ArgStringList ASL; in ParseCodeGenArgs() local
1808 A->render(Args, ASL); in ParseCodeGenArgs()
1809 for (const auto &arg : ASL) { in ParseCodeGenArgs()
/openbsd/gnu/llvm/llvm/lib/Target/ARC/
H A DARCInstrInfo.td302 defm ASL : ArcBinaryEXT5Inst<0b000000, "asl">;
/openbsd/gnu/llvm/clang/lib/Driver/ToolChains/
H A DClang.cpp2378 ArgStringList ASL; in DumpCompilationDatabase() local
2379 A->render(Args, ASL); in DumpCompilationDatabase()
2380 for (auto &it: ASL) in DumpCompilationDatabase()