Searched refs:ASL (Results 1 – 5 of 5) sorted by relevance
67 ArgStringList ASL; in getAsString() local68 render(Args, ASL); in getAsString()70 it = ASL.begin(), ie = ASL.end(); it != ie; ++it) { in getAsString()71 if (it != ASL.begin()) in getAsString()
37 - 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 …]
865 unsigned int ASL = GEPL->getPointerAddressSpace(); in cmpGEPs() local868 if (int Res = cmpNumbers(ASL, ASR)) in cmpGEPs()874 unsigned BitWidth = DL.getPointerSizeInBits(ASL); in cmpGEPs()
482 llvm::opt::ArgStringList ASL; in printArgList() local484 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()
143 - For Mac OS X, we use ASL(3) instead of syslog(3) for logging.