HomeSort by relevance Sort by last modified time
    Searched defs:Details (Results 1 - 5 of 5) sorted by null

  /external/llvm/lib/Analysis/
LibCallAliasAnalysis.cpp 6 // License. See LICENSE.TXT for details.
56 const LibCallFunctionInfo::LocationMRInfo *Details = FI->LocationDetails;
57 if (Details == 0)
60 // If the details array is of the 'DoesNot' kind, we only know something if
61 // the pointer is a match for one of the locations in 'Details'. If we find a
66 for (unsigned i = 0; Details[i].LocationID != ~0U; ++i) {
68 LCI->getLocationInfo(Details[i].LocationID);
74 return ModRefResult(MRInfo & ~Details[i].MRInfo);
79 // If the details are of the 'DoesOnly' sort, we know something if the pointer
80 // is a match for one of the locations in 'Details'. Also, if we can prov
    [all...]
  /development/apps/Development/src/com/android/development/
Details.java 33 public class Details extends Activity
43 title = "Details";
129 TextView error = new TextView(Details.this);
  /external/llvm/unittests/ExecutionEngine/JIT/
JITEventListenerTest.cpp 6 // License. See LICENSE.TXT for details.
37 JITEvent_EmittedFunctionDetails Details;
54 const EmittedFunctionDetails &Details) {
55 FunctionEmittedEvent Event = {NextIndex++, &F, Code, Size, Details};
  /external/llvm/lib/CodeGen/
ShrinkWrapping.cpp 6 // License. See LICENSE.TXT for details.
74 None, BasicInfo, Iterations, Details
84 clEnumVal(Details , "print all DF sets"),
302 if (ShrinkWrapDebugging >= Details) {
532 if (ShrinkWrapDebugging >= Details) {
    [all...]
  /external/llvm/lib/VMCore/
PassManager.cpp 6 // License. See LICENSE.TXT for details.
45 None, Arguments, Structure, Executions, Details
56 clEnumVal(Details , "print pass details when it is executed"),
864 if (PassDebugging >= Details) {
888 if (PassDebugging >= Details) {
911 if (PassDebugging >= Details && !DeadPasses.empty()) {
    [all...]

Completed in 74 milliseconds