HomeSort by relevance Sort by last modified time
    Searched refs:TypeID (Results 1 - 25 of 50) sorted by null

1 2

  /external/llvm/include/llvm/Object/
Binary.h 32 unsigned int TypeID;
80 unsigned int getType() const { return TypeID; }
84 return TypeID > ID_StartObjects && TypeID < ID_EndObjects;
88 return TypeID == ID_Archive;
92 return TypeID == ID_MachOUniversalBinary;
96 return TypeID >= ID_ELF32L && TypeID <= ID_ELF64B;
100 return TypeID >= ID_MachO32L && TypeID <= ID_MachO64B
    [all...]
  /external/chromium_org/content/browser/webui/
content_web_ui_controller_factory.h 17 virtual WebUI::TypeID GetWebUIType(BrowserContext* browser_context,
web_ui_controller_factory_registry.h 24 virtual WebUI::TypeID GetWebUIType(BrowserContext* browser_context,
web_ui_controller_factory_registry.cc 48 WebUI::TypeID WebUIControllerFactoryRegistry::GetWebUIType(
52 WebUI::TypeID type = (*factories)[i]->GetWebUIType(browser_context, url);
content_web_ui_controller_factory.cc 19 WebUI::TypeID ContentWebUIControllerFactory::GetWebUIType(
  /external/chromium_org/content/public/browser/
web_ui_controller_factory.h 38 virtual WebUI::TypeID GetWebUIType(BrowserContext* browser_context,
web_ui.h 36 typedef void* TypeID;
40 static const TypeID kNoWebUI;
  /external/chromium/chrome/browser/ui/webui/
chrome_web_ui_factory.h 23 virtual WebUI::TypeID GetWebUIType(Profile* profile, const GURL& url) const;
  /external/llvm/lib/CodeGen/AsmPrinter/
ARMException.cpp 126 unsigned TypeID = *I;
129 if (TypeID != 0)
133 Asm->EmitTTypeReference((TypeID == 0 ? 0 : TypeInfos[TypeID - 1]),
DwarfException.cpp 150 int TypeID = TypeIds[J];
151 assert(-1 - TypeID < (int)FilterOffsets.size() && "Unknown filter id!");
152 int ValueForTypeID = TypeID < 0 ? FilterOffsets[-1 - TypeID] : TypeID;
709 unsigned TypeID = *I;
712 if (TypeID != 0)
716 Asm->EmitULEB128(TypeID);
  /external/chromium_org/chrome/test/base/
test_chrome_web_ui_controller_factory.cc 35 WebUI::TypeID TestChromeWebUIControllerFactory::GetWebUIType(
39 return provider ? reinterpret_cast<WebUI::TypeID>(provider) :
test_chrome_web_ui_controller_factory.h 44 virtual content::WebUI::TypeID GetWebUIType(
  /external/llvm/lib/MC/
MCSectionMachO.cpp 230 unsigned TypeID;
231 for (TypeID = 0; TypeID !=MCSectionMachO::LAST_KNOWN_SECTION_TYPE+1; ++TypeID)
232 if (SectionTypeDescriptors[TypeID].AssemblerName &&
233 SectionType == SectionTypeDescriptors[TypeID].AssemblerName)
237 if (TypeID > MCSectionMachO::LAST_KNOWN_SECTION_TYPE)
240 // Remember the TypeID.
241 TAA = TypeID;
  /external/chromium_org/chrome/browser/ui/webui/
chrome_web_ui_controller_factory.h 22 virtual content::WebUI::TypeID GetWebUIType(
  /external/llvm/include/llvm/IR/
Type.h 53 enum TypeID {
87 // Note: TypeID : low 8 bit; SubclassData : high 24 bit.
92 explicit Type(LLVMContext &C, TypeID tid)
99 void setTypeID(TypeID ID) {
101 assert(getTypeID() == ID && "TypeID data too large for field");
135 /// of the TypeID enum elements defined above.
137 TypeID getTypeID() const { return (TypeID)(IDAndSubclassData & 0xFF); }
376 static Type *getPrimitiveType(LLVMContext &C, TypeID IDNumber);
DerivedTypes.h 146 explicit CompositeType(LLVMContext &C, TypeID tid) : Type(C, tid) { }
312 SequentialType(TypeID TID, Type *ElType)
  /external/chromium/chrome/browser/tab_contents/
render_view_host_delegate_helper.h 44 WebUI::TypeID webui_type,
  /external/chromium_org/ui/keyboard/
keyboard.cc 26 virtual content::WebUI::TypeID GetWebUIType(
  /external/clang/lib/Serialization/
ASTCommon.h 35 TypeID MakeTypeID(ASTContext &Context, QualType T, IdxForTypeTy IdxForType) {
  /external/llvm/lib/Target/Mips/
Mips16HardFloat.cpp 95 typedef Type::TypeID TypeID;
96 const Type::TypeID FloatTyID = Type::FloatTyID;
97 const Type::TypeID DoubleTyID = Type::DoubleTyID;
104 TypeID ArgTypeID = F.getFunctionType()->getParamType(0)->getTypeID();
115 TypeID ArgTypeID0 = F.getFunctionType()->getParamType(0)->getTypeID();
116 TypeID ArgTypeID1 = F.getFunctionType()->getParamType(1)->getTypeID();
  /external/clang/include/clang/Serialization/
ASTBitCodes.h 82 typedef uint32_t TypeID;
92 TypeID asTypeID(unsigned FastQuals) const {
94 return TypeID(-1);
98 static TypeIdx fromTypeID(TypeID ID) {
99 if (ID == TypeID(-1))
    [all...]
  /external/llvm/lib/Bitcode/Writer/
ValueEnumerator.cpp 354 unsigned *TypeID = &TypeMap[Ty];
357 if (*TypeID)
365 *TypeID = ~0U;
373 // Refresh the TypeID pointer in case the table rehashed.
374 TypeID = &TypeMap[Ty];
381 if (*TypeID && *TypeID != ~0U)
387 *TypeID = Types.size();
  /frameworks/compile/slang/BitWriter_2_9/
ValueEnumerator.cpp 366 unsigned *TypeID = &TypeMap[Ty];
369 if (*TypeID)
377 *TypeID = ~0U;
385 // Refresh the TypeID pointer in case the table rehashed.
386 TypeID = &TypeMap[Ty];
393 if (*TypeID && *TypeID != ~0U)
399 *TypeID = Types.size();
  /frameworks/compile/slang/BitWriter_2_9_func/
ValueEnumerator.cpp 366 unsigned *TypeID = &TypeMap[Ty];
369 if (*TypeID)
377 *TypeID = ~0U;
385 // Refresh the TypeID pointer in case the table rehashed.
386 TypeID = &TypeMap[Ty];
393 if (*TypeID && *TypeID != ~0U)
399 *TypeID = Types.size();
  /frameworks/compile/slang/BitWriter_3_2/
ValueEnumerator.cpp 356 unsigned *TypeID = &TypeMap[Ty];
359 if (*TypeID)
367 *TypeID = ~0U;
375 // Refresh the TypeID pointer in case the table rehashed.
376 TypeID = &TypeMap[Ty];
383 if (*TypeID && *TypeID != ~0U)
389 *TypeID = Types.size();

Completed in 632 milliseconds

1 2