/external/llvm/include/llvm/IR/ |
Argument.h | 46 explicit Argument(Type *Ty, const Twine &Name = "", Function *F = nullptr);
|
IRPrintingPasses.h | 50 /// Print out a name of an LLVM value without any prefixes. 52 /// The name is surrounded with ""'s and escaped if it has any special or 54 void printLLVMNameWithoutPrefix(raw_ostream &OS, StringRef Name); 72 static StringRef name() { return "PrintModulePass"; } function in class:llvm::PrintModulePass 89 static StringRef name() { return "PrintFunctionPass"; } function in class:llvm::PrintFunctionPass
|
/external/llvm/include/llvm/MC/ |
MCSectionCOFF.h | 59 /// section name 60 bool ShouldOmitSectionDirective(StringRef Name, const MCAsmInfo &MAI) const;
|
/external/llvm/lib/DebugInfo/PDB/ |
PDBSymbol.cpp | 126 PDBSymbol::findChildren(PDB_SymType Type, StringRef Name, 128 return RawSymbol->findChildren(Type, Name, Flags); 132 PDBSymbol::findChildrenByRVA(PDB_SymType Type, StringRef Name, 134 return RawSymbol->findChildrenByRVA(Type, Name, Flags, RVA);
|
/external/llvm/lib/Target/PowerPC/MCTargetDesc/ |
PPCAsmBackend.cpp | 88 // name offset bits flags 98 // name offset bits flags 188 StringRef Name = TheTarget.getName(); 189 if (Name == "ppc64" || Name == "ppc64le") return 8; 190 assert(Name == "ppc32" && "Unknown target name!");
|
/external/llvm/lib/Transforms/Utils/ |
ASanStackFrameLayout.cpp | 79 const char *Name = Vars[i].Name; 84 StackDescription << " " << Offset << " " << Size << " " << strlen(Name) 85 << " " << Name;
|
/external/llvm/test/MC/ARM/ |
eh-directive-text-section-multiple-func.s | 35 @ CHECK: Name: .text 47 @ CHECK: Name: .ARM.exidx 74 @ CHECK: Name: func1 78 @ CHECK: Name: func2
|
eh-link.s | 8 @ name first we could use a FileCheck variable. 12 @ CHECK-NEXT: Name: .text 29 @ CHECK-NEXT: Name: .ARM.exidx 47 @ CHECK-NEXT: Name: .text 64 @ CHECK-NEXT: Name: .ARM.exidx
|
/external/llvm/test/MC/Mips/ |
elf_reginfo.s | 17 # CHECK_64-LABEL: Name: .MIPS.options 27 # CHECK_32-LABEL: Name: .reginfo
|
mips-data-directives.s | 15 # CHECK-OBJ: Name: .data 23 # CHECK-OBJ: Name: .rel.data
|
/external/llvm/test/MC/PowerPC/ |
ppc64-localentry.s | 59 # CHECK: Name: callee1 66 # CHECK: Name: callee2 75 # CHECK: Name: copy1 82 # CHECK: Name: copy2
|
/external/llvm/utils/TableGen/ |
CodeGenIntrinsics.h | 28 std::string Name; // The name of the LLVM function "llvm.bswap.i32" 29 std::string EnumName; // The name of the enum "bswap_i32" 30 std::string GCCBuiltinName;// Name of the corresponding GCC builtin, or "". 31 std::string MSBuiltinName; // Name of the corresponding MS builtin, or "".
|
/external/lzma/CPP/7zip/Common/ |
RegisterArc.h | 10 const char *Name;
|
/external/lzma/CPP/7zip/UI/FileManager/ |
OverwriteDialog.h | 19 UString Name;
|
/external/mdnsresponder/mDNSPosix/ |
Makefile | 13 # 3. Neither the name of Apple Computer, Inc. ("Apple") nor the names of its 42 # $@ means "The file name of the target of the rule" 43 # $< means "The name of the first prerequisite" 109 # uClibc does not support Name Service Switch 266 # nss_mdns target builds the Name Service Switch module 268 @echo "Name Service Switch module done"
|
/external/mesa3d/docs/ |
MESA_agp_offset.spec | 0 Name 5 Name Strings
|
MESA_window_pos.spec | 0 Name 5 Name Strings
|
/external/mesa3d/src/egl/main/ |
eglarray.h | 40 const char *Name; 49 _eglCreateArray(const char *name, EGLint init_size);
|
eglmode.h | 53 const char *Name;
|
/external/sfntly/cpp/src/test/ |
test_xml_utils.cc | 23 void InternalGetNodesWithName(const TiXmlNode* node, const std::string& name, 25 if (node->ValueStr() == name) 29 InternalGetNodesWithName(child, name, wanted_nodes); 34 const std::string& name) { 36 InternalGetNodesWithName(node, name, wanted_nodes); 41 const std::string& name) { 44 if (attribute->Name() == name) {
|
/external/skia/platform_tools/android/examples/hello_skia_app/jni/ |
Android.mk | 9 # Name for referencing this module in other modules 25 # Name of the module that the app will reference with System.loadLibrary
|
/external/v8/src/compiler/ |
access-info.h | 131 bool ComputePropertyAccessInfo(Handle<Map> map, Handle<Name> name, 134 bool ComputePropertyAccessInfos(MapHandleList const& maps, Handle<Name> name, 139 bool LookupSpecialFieldAccessor(Handle<Map> map, Handle<Name> name, 141 bool LookupTransition(Handle<Map> map, Handle<Name> name,
|
/external/v8/src/ |
type-info.h | 44 void PropertyReceiverTypes(FeedbackVectorSlot slot, Handle<Name> name, 49 void AssignmentReceiverTypes(FeedbackVectorSlot slot, Handle<Name> name, 99 void CollectReceiverTypes(FeedbackVectorSlot slot, Handle<Name> name, 102 void CollectReceiverTypes(T* obj, Handle<Name> name, Code::Flags flags,
|
/frameworks/base/media/mca/filterfw/native/core/ |
time_util.h | 34 explicit NamedStopWatch(const string& name); 38 void SetName(const string& name) { mName = name; } 43 const string& Name() const { return mName; }
|
/frameworks/base/media/mca/filterpacks/native/base/ |
time_util.h | 34 explicit NamedStopWatch(const std::string& name); 38 void SetName(const std::string& name) { mName = name; } 43 const std::string& Name() const { return mName; }
|