Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/lib/Option/
HDArg.cpp67 ArgStringList ASL; in getAsString() local
68 render(Args, ASL); in getAsString()
70 it = ASL.begin(), ie = ASL.end(); it != ie; ++it) { in getAsString()
71 if (it != ASL.begin()) in getAsString()
/NextBSD/sys/contrib/dev/acpica/
HDchanges.txt37 - Enhance parameter validation for DataTableRegion and LoadTable ASL/AML
78 that corresponds to each disassembled ASL statement, to simplify
203 buggy or incorrect ASL/AML code obtained via the BIOS. The OSDT is slated
252 where incorrect ASL code could be emitted in some cases for the "non-
255 ASL code, however. David Box.
268 iASL: Fixed a problem where comments within the original ASL source code
273 directive and the similar (but not the same) "Include" ASL operator.
285 Debugger: Enhanced the output of the Debug ASL object for references
331 blobs into ASL code. The new directive is #includebuffer. It takes a
332 binary file as input and emits a named ascii buffer object into the ASL
[all …]
/NextBSD/contrib/llvm/lib/Transforms/IPO/
HDMergeFunctions.cpp865 unsigned int ASL = GEPL->getPointerAddressSpace(); in cmpGEPs() local
868 if (int Res = cmpNumbers(ASL, ASR)) in cmpGEPs()
874 unsigned BitWidth = DL.getPointerSizeInBits(ASL); in cmpGEPs()
/NextBSD/contrib/llvm/tools/clang/lib/Driver/
HDDriver.cpp482 llvm::opt::ArgStringList ASL; in printArgList() local
484 A->render(Args, ASL); in printArgList()
486 for (auto I = ASL.begin(), E = ASL.end(); I != E; ++I) { in printArgList()
487 if (I != ASL.begin()) in printArgList()
/NextBSD/contrib/openbsm/
HDNEWS143 - For Mac OS X, we use ASL(3) instead of syslog(3) for logging.