HomeSort by relevance Sort by last modified time
    Searched defs:Function (Results 101 - 125 of 830) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/llvm/include/llvm/Transforms/Utils/
SymbolRewriter.h 57 /// whether to rewrite a function, global variable, or global alias. Each of
71 Function, /// function - descriptor rewrites a function
  /external/llvm/lib/Target/X86/
X86AsmPrinter.h 81 // The table will contain these structs that point to the sled, the function
86 const MCSymbol *Function;
89 const class Function *Fn;
98 // This helper function invokes the SMShadowTracker on each instruction before
116 // Helper function that emits the XRay sleds we've collected for a particular
117 // function.
120 // Helper function to record a given XRay sled.
  /external/llvm/tools/llvm-cov/
CoverageReport.cpp 94 /// \brief Adjust column widths to fit long file paths and function names.
146 void CoverageReport::render(const FunctionCoverageSummary &Function,
148 OS << column(Function.Name, FunctionReportColumns[0], Column::RightTrim)
150 (unsigned)Function.RegionCoverage.NumRegions);
151 Options.colored_ostream(OS, Function.RegionCoverage.isFullyCovered()
155 (unsigned)Function.RegionCoverage.NotCovered);
157 OS, determineCoveragePercentageColor(Function.RegionCoverage))
159 Function.RegionCoverage.getPercentCovered()) << '%';
161 (unsigned)Function.LineCoverage.NumLines);
162 Options.colored_ostream(OS, Function.LineCoverage.isFullyCovered(
    [all...]
  /external/python/cpython2/Mac/Modules/cg/
cgsupport.py 3 # The function specifications are generated by scanning the mamager's header file,
142 Function = FunctionGenerator
  /external/python/cpython2/Mac/Modules/cm/
cmsupport.py 3 # The function specifications are generated by scanning the mamager's header file,
108 Function = OSErrWeakLinkFunctionGenerator
  /external/python/cpython2/Mac/Modules/icn/
icnsupport.py 3 # The function specifications are generated by scanning the mamager's header file,
75 Function = OSErrWeakLinkFunctionGenerator
  /external/python/cpython2/Mac/Modules/qdoffs/
qdoffssupport.py 3 # The function specifications are generated by scanning the mamager's header file,
83 Function = OSErrWeakLinkFunctionGenerator
  /external/sl4a/Docs/
generate_api_reference_md.py 24 # STATE_INITIAL: looking for rpc or function defintion
26 # STATE_FUNCTION_DECORATOR: in the middle of a multi-line function definition
27 # STATE_COMPLETE: done parsing a function
42 # RE to match a function definition and extract out the function name.
46 class Function(object):
47 """Represents a RPC-exported function."""
50 """Constructs a function object given its RPC and function signature."""
71 """Parse function definition.""
89 def function(self): member in class:Function
    [all...]
  /external/smali/smalidea/src/main/java/org/jf/smalidea/dexlib/
SmalideaClassDef.java 34 import com.google.common.base.Function;
144 new Function<PsiField, Field>() {
162 new Function<PsiField, Field>() {
187 new Function<PsiMethod, Method>() {
204 new Function<PsiMethod, Method>() {
  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCWin64EH.h 65 Function(0), PrologEnd(0), Symbol(0),
72 const MCSymbol *Function;
  /external/toolchain-utils/cros_utils/
perf_diff.py 31 for function in v.functions:
32 out_key = '%s' % (function.name)
33 output[k][out_key] = function.count
34 output[k][TOTAL_EVENTS] += function.count
35 if function.percent > 1:
94 class Function(object):
95 """Function for formatting."""
128 function = Function()
129 function.percent = float(fields[0].strip('%')
    [all...]
  /external/v8/testing/gmock/include/gmock/internal/
gmock-generated-internal-utils.h 140 // Template struct Function<F>, where F must be a function type, contains
143 // Result: the function's return type.
148 // MakeResultVoid: the function type obtained by substituting void
151 // the function type obtained by substituting Something
154 struct Function;
157 struct Function<R()> {
166 struct Function<R(A1)>
167 : Function<R()> {
176 struct Function<R(A1, A2)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCWinEH.h 35 const MCSymbol *Function = nullptr;
48 FrameInfo(const MCSymbol *Function, const MCSymbol *BeginFuncEHLabel)
49 : Begin(BeginFuncEHLabel), Function(Function) {}
50 FrameInfo(const MCSymbol *Function, const MCSymbol *BeginFuncEHLabel,
52 : Begin(BeginFuncEHLabel), Function(Function),
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/XRay/
InstrumentationMap.h 46 /// The address of the function.
47 uint64_t Function;
59 yaml::Hex64 Function;
64 /// The InstrumentationMap represents the computed function id's and indicated
65 /// function addresses from an object file (or a YAML file). This provides an
66 /// interface to just the mapping between the function id, and the function
86 /// Provides a raw accessor to the unordered map of function addresses.
89 /// Returns an XRay computed function id, provided a function address
    [all...]
YAMLXRayRecord.h 37 std::string Function;
55 IO.enumCase(Type, "function-enter", xray::RecordTypes::ENTER);
56 IO.enumCase(Type, "function-exit", xray::RecordTypes::EXIT);
75 IO.mapOptional("function", Record.Function);
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/MC/
MCWinEH.h 35 const MCSymbol *Function = nullptr;
48 FrameInfo(const MCSymbol *Function, const MCSymbol *BeginFuncEHLabel)
49 : Begin(BeginFuncEHLabel), Function(Function) {}
50 FrameInfo(const MCSymbol *Function, const MCSymbol *BeginFuncEHLabel,
52 : Begin(BeginFuncEHLabel), Function(Function),
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/XRay/
InstrumentationMap.h 46 /// The address of the function.
47 uint64_t Function;
59 yaml::Hex64 Function;
65 /// The InstrumentationMap represents the computed function id's and indicated
66 /// function addresses from an object file (or a YAML file). This provides an
67 /// interface to just the mapping between the function id, and the function
87 /// Provides a raw accessor to the unordered map of function addresses.
90 /// Returns an XRay computed function id, provided a function address
    [all...]
YAMLXRayRecord.h 37 std::string Function;
55 IO.enumCase(Type, "function-enter", xray::RecordTypes::ENTER);
56 IO.enumCase(Type, "function-exit", xray::RecordTypes::EXIT);
75 IO.mapOptional("function", Record.Function);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/MC/
MCWinEH.h 35 const MCSymbol *Function = nullptr;
48 FrameInfo(const MCSymbol *Function, const MCSymbol *BeginFuncEHLabel)
49 : Begin(BeginFuncEHLabel), Function(Function) {}
50 FrameInfo(const MCSymbol *Function, const MCSymbol *BeginFuncEHLabel,
52 : Begin(BeginFuncEHLabel), Function(Function),
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/XRay/
InstrumentationMap.h 46 /// The address of the function.
47 uint64_t Function;
59 yaml::Hex64 Function;
65 /// The InstrumentationMap represents the computed function id's and indicated
66 /// function addresses from an object file (or a YAML file). This provides an
67 /// interface to just the mapping between the function id, and the function
87 /// Provides a raw accessor to the unordered map of function addresses.
90 /// Returns an XRay computed function id, provided a function address
    [all...]
YAMLXRayRecord.h 37 std::string Function;
55 IO.enumCase(Type, "function-enter", xray::RecordTypes::ENTER);
56 IO.enumCase(Type, "function-exit", xray::RecordTypes::EXIT);
75 IO.mapOptional("function", Record.Function);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/MC/
MCWinEH.h 35 const MCSymbol *Function = nullptr;
48 FrameInfo(const MCSymbol *Function, const MCSymbol *BeginFuncEHLabel)
49 : Begin(BeginFuncEHLabel), Function(Function) {}
50 FrameInfo(const MCSymbol *Function, const MCSymbol *BeginFuncEHLabel,
52 : Begin(BeginFuncEHLabel), Function(Function),
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/XRay/
InstrumentationMap.h 46 /// The address of the function.
47 uint64_t Function;
59 yaml::Hex64 Function;
65 /// The InstrumentationMap represents the computed function id's and indicated
66 /// function addresses from an object file (or a YAML file). This provides an
67 /// interface to just the mapping between the function id, and the function
87 /// Provides a raw accessor to the unordered map of function addresses.
90 /// Returns an XRay computed function id, provided a function address
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/MC/
MCWinEH.h 35 const MCSymbol *Function = nullptr;
48 FrameInfo(const MCSymbol *Function, const MCSymbol *BeginFuncEHLabel)
49 : Begin(BeginFuncEHLabel), Function(Function) {}
50 FrameInfo(const MCSymbol *Function, const MCSymbol *BeginFuncEHLabel,
52 : Begin(BeginFuncEHLabel), Function(Function),
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/XRay/
InstrumentationMap.h 46 /// The address of the function.
47 uint64_t Function;
59 yaml::Hex64 Function;
65 /// The InstrumentationMap represents the computed function id's and indicated
66 /// function addresses from an object file (or a YAML file). This provides an
67 /// interface to just the mapping between the function id, and the function
87 /// Provides a raw accessor to the unordered map of function addresses.
90 /// Returns an XRay computed function id, provided a function address
    [all...]

Completed in 748 milliseconds

1 2 3 45 6 7 8 91011>>