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

<<11121314151617181920>>

  /external/llvm/tools/llvm-readobj/
ARMWinEHPrinter.cpp 19 // | Function Entry Address |
38 // describing how to unwind the function (c.f. Decoder::decodeOpcodes).
41 // | Function Entry Address |
63 // epilogue of the function.
596 ErrorOr<SymbolRef> Function = getRelocatedSymbol(COFF, Section, Offset);
597 if (!Function)
598 Function = getSymbol(COFF, RF.BeginAddress, /*FunctionOnly=*/true);
604 if (!RF.BeginAddress && !Function)
611 if (Function) {
612 Expected<StringRef> FunctionNameOrErr = Function->getName()
    [all...]
  /external/python/cpython2/Mac/Modules/cf/
cfsupport.py 3 # The function specifications are generated by scanning the mamager's header file,
516 Function = OSErrWeakLinkFunctionGenerator
  /external/python/cpython2/Mac/Modules/file/
filesupport.py 3 # The function specifications are generated by scanning the mamager's header file,
822 Function = OSErrFunctionGenerator
  /external/swiftshader/src/OpenGL/libEGL/
libEGL.cpp 1306 struct Function
1314 bool operator()(const Function &a, const Function &b) const
1322 static const Function eglFunctions[] =
1324 #define FUNCTION(name) {#name, (__eglMustCastToProperFunctionPointerType)name}
1326 FUNCTION(eglBindAPI),
1327 FUNCTION(eglBindTexImage),
1328 FUNCTION(eglChooseConfig),
1329 FUNCTION(eglClientWaitSyncKHR),
1330 FUNCTION(eglCopyBuffers)
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/
Function.h 1 //===-- llvm/Function.h - Class to represent a single function --*- C++ -*-===//
10 // This file contains the declaration of the Function class, which represents a
11 // single function/procedure in LLVM.
13 // A function basically consists of a list of basic blocks, a list of arguments,
35 : public SymbolTableListTraits<BasicBlock, Function> {
48 static ValueSymbolTable *getSymTab(Function *ItemParent);
54 : public SymbolTableListTraits<Argument, Function> {
65 static ValueSymbolTable *getSymTab(Function *ItemParent);
70 class Function : public GlobalValue
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCDwarf.h 218 /// Utility function to encode a Dwarf pair of LineDelta and AddrDeltas.
221 /// Utility function to emit the encoding to a streamer.
225 /// Utility function to write the encoding to an object writer.
265 Function(0), Instructions(), PersonalityEncoding(),
271 const MCSymbol *Function;
  /external/syslinux/gpxe/src/include/gpxe/efi/Protocol/
PciRootBridgeIo.h 76 UINT8 Function;
  /external/webrtc/webrtc/base/
virtualsocketserver.h 105 typedef std::vector<Point> Function;
107 static Function* CreateDistribution(uint32_t mean,
186 // Basic operations on functions. Those that return a function also take
187 // ownership of the function given (and hence, may modify or delete it).
188 static Function* Accumulate(Function* f);
189 static Function* Invert(Function* f);
190 static Function* Resample(Function* f
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Index/
IndexSymbol.h 39 Function,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
AsmPrinter.h 91 /// The current machine function.
100 /// The symbol for the current function. This is recalculated at the beginning
105 /// The symbol used to represent the start of the current function for the
128 /// If VerboseAsm is set, a pointer to the loop info for this function.
186 /// Return a unique ID for the current function.
228 // The table will contain these structs that point to the sled, the function
233 const MCSymbol *Function;
236 const class Function *Fn;
244 // Helper function to record a given XRay sled.
266 /// Emit the specified function out to the OutStreamer
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ObjectYAML/
WasmYAML.h 82 struct Function {
214 std::vector<Function> Functions;
244 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::WasmYAML::Function)
292 template <> struct MappingTraits<WasmYAML::Function> {
293 static void mapping(IO &IO, WasmYAML::Function &Function);
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Index/
IndexSymbol.h 39 Function,
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/CodeGen/
AsmPrinter.h 95 /// The current machine function.
104 /// The symbol for the current function. This is recalculated at the beginning
109 /// The symbol used to represent the start of the current function for the
135 /// If VerboseAsm is set, a pointer to the loop info for this function.
193 /// Return a unique ID for the current function.
236 // The table will contain these structs that point to the sled, the function
241 const MCSymbol *Function;
244 const class Function *Fn;
252 // Helper function to record a given XRay sled.
274 /// Emit the specified function out to the OutStreamer
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ObjectYAML/
WasmYAML.h 83 struct Function {
225 std::vector<Function> Functions;
255 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::WasmYAML::Function)
304 template <> struct MappingTraits<WasmYAML::Function> {
305 static void mapping(IO &IO, WasmYAML::Function &Function);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Index/
IndexSymbol.h 39 Function,
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/CodeGen/
AsmPrinter.h 95 /// The current machine function.
104 /// The symbol for the current function. This is recalculated at the beginning
109 /// The symbol used to represent the start of the current function for the
135 /// If VerboseAsm is set, a pointer to the loop info for this function.
193 /// Return a unique ID for the current function.
236 // The table will contain these structs that point to the sled, the function
241 const MCSymbol *Function;
244 const class Function *Fn;
252 // Helper function to record a given XRay sled.
274 /// Emit the specified function out to the OutStreamer
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ObjectYAML/
WasmYAML.h 83 struct Function {
225 std::vector<Function> Functions;
255 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::WasmYAML::Function)
304 template <> struct MappingTraits<WasmYAML::Function> {
305 static void mapping(IO &IO, WasmYAML::Function &Function);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/CodeGen/
AsmPrinter.h 93 /// The current machine function.
102 /// The symbol for the current function. This is recalculated at the beginning
106 /// The symbol used to represent the start of the current function for the
132 /// If VerboseAsm is set, a pointer to the loop info for this function.
190 /// Return a unique ID for the current function.
232 // The table will contain these structs that point to the sled, the function
238 const MCSymbol *Function;
241 const class Function *Fn;
250 // A unique ID used for ELF sections associated with a particular function.
253 // Helper function to record a given XRay sled
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/CodeGen/
AsmPrinter.h 93 /// The current machine function.
102 /// The symbol for the current function. This is recalculated at the beginning
106 /// The symbol used to represent the start of the current function for the
132 /// If VerboseAsm is set, a pointer to the loop info for this function.
190 /// Return a unique ID for the current function.
232 // The table will contain these structs that point to the sled, the function
238 const MCSymbol *Function;
241 const class Function *Fn;
250 // A unique ID used for ELF sections associated with a particular function.
253 // Helper function to record a given XRay sled
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/CodeGen/
AsmPrinter.h 93 /// The current machine function.
102 /// The symbol for the current function. This is recalculated at the beginning
106 /// The symbol used to represent the start of the current function for the
132 /// If VerboseAsm is set, a pointer to the loop info for this function.
190 /// Return a unique ID for the current function.
232 // The table will contain these structs that point to the sled, the function
238 const MCSymbol *Function;
241 const class Function *Fn;
250 // A unique ID used for ELF sections associated with a particular function.
253 // Helper function to record a given XRay sled
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/CodeGen/
AsmPrinter.h 93 /// The current machine function.
102 /// The symbol for the current function. This is recalculated at the beginning
106 /// The symbol used to represent the start of the current function for the
132 /// If VerboseAsm is set, a pointer to the loop info for this function.
190 /// Return a unique ID for the current function.
232 // The table will contain these structs that point to the sled, the function
238 const MCSymbol *Function;
241 const class Function *Fn;
250 // A unique ID used for ELF sections associated with a particular function.
253 // Helper function to record a given XRay sled
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Index/
IndexSymbol.h 39 Function,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
AsmPrinter.h 91 /// The current machine function.
100 /// The symbol for the current function. This is recalculated at the beginning
105 /// The symbol used to represent the start of the current function for the
128 /// If VerboseAsm is set, a pointer to the loop info for this function.
186 /// Return a unique ID for the current function.
228 // The table will contain these structs that point to the sled, the function
233 const MCSymbol *Function;
236 const class Function *Fn;
244 // Helper function to record a given XRay sled.
266 /// Emit the specified function out to the OutStreamer
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ObjectYAML/
WasmYAML.h 82 struct Function {
214 std::vector<Function> Functions;
244 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::WasmYAML::Function)
292 template <> struct MappingTraits<WasmYAML::Function> {
293 static void mapping(IO &IO, WasmYAML::Function &Function);
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Index/
IndexSymbol.h 39 Function,

Completed in 526 milliseconds

<<11121314151617181920>>