/external/llvm/lib/CodeGen/ |
MachineLoopInfo.cpp | 29 char MachineLoopInfo::ID = 0; 36 char &llvm::MachineLoopInfoID = MachineLoopInfo::ID;
|
/external/llvm/lib/IR/ |
IRPrintingPasses.cpp | 50 static char ID; 51 PrintModulePassWrapper() : ModulePass(ID) {} 54 : ModulePass(ID), P(OS, Banner, ShouldPreserveUseListOrder) {} 70 static char ID; 71 PrintFunctionPassWrapper() : FunctionPass(ID) {} 73 : FunctionPass(ID), P(OS, Banner) {} 91 static char ID; 92 PrintBasicBlockPass() : BasicBlockPass(ID), Out(dbgs()) {} 94 : BasicBlockPass(ID), Out(Out), Banner(Banner) {} 108 char PrintModulePassWrapper::ID = 0 [all...] |
Mangler.cpp | 62 static bool hasByteCountSuffix(CallingConv::ID CC) { 104 // Get the ID for the global, assigning a new one if we haven't got one 106 unsigned &ID = AnonGlobalIDs[GV]; 107 if (ID == 0) 108 ID = NextAnonGlobalID++; 110 // Must mangle the global into a unique ID. 111 getNameWithPrefix(OS, "__unnamed_" + Twine(ID), PrefixTy); 123 CallingConv::ID CC =
|
/external/llvm/lib/Target/AArch64/ |
AArch64CleanupLocalDynamicTLSPass.cpp | 38 static char ID; 39 LDTLSCleanup() : MachineFunctionPass(ID) {} 140 char LDTLSCleanup::ID = 0;
|
AArch64DeadRegisterDefinitionsPass.cpp | 37 static char ID; // Pass identification, replacement for typeid. 38 explicit AArch64DeadRegisterDefinitions() : MachineFunctionPass(ID) {} 49 char AArch64DeadRegisterDefinitions::ID = 0;
|
AArch64ExpandPseudoInsts.cpp | 28 static char ID; 29 AArch64ExpandPseudo() : MachineFunctionPass(ID) {} 45 char AArch64ExpandPseudo::ID = 0;
|
/external/llvm/lib/Target/Hexagon/ |
HexagonRemoveSZExtArgs.cpp | 33 static char ID; 34 HexagonRemoveExtendArgs() : FunctionPass(ID) { 52 char HexagonRemoveExtendArgs::ID = 0;
|
/external/llvm/lib/Target/Mips/ |
MipsOs16.cpp | 34 static char ID; 36 MipsOs16() : ModulePass(ID) {} 45 char MipsOs16::ID = 0;
|
/external/llvm/lib/Target/NVPTX/ |
NVPTXFavorNonGenericAddrSpaces.cpp | 63 static char ID; 64 NVPTXFavorNonGenericAddrSpaces() : FunctionPass(ID) {} 79 char NVPTXFavorNonGenericAddrSpaces::ID = 0;
|
NVPTXImageOptimizer.cpp | 30 static char ID; 47 char NVPTXImageOptimizer::ID = 0; 50 : FunctionPass(ID) {}
|
/external/llvm/lib/Target/PowerPC/ |
PPCEarlyReturn.cpp | 50 static char ID; 51 PPCEarlyReturn() : MachineFunctionPass(ID) { 198 char PPCEarlyReturn::ID = 0;
|
/external/llvm/lib/Transforms/IPO/ |
ExtractGV.cpp | 61 static char ID; // Pass identification, replacement for typeid 68 : ModulePass(ID), Named(GVs.begin(), GVs.end()), deleteStuff(deleteS) {} 148 char GVExtractorPass::ID = 0;
|
Internalize.cpp | 59 static char ID; // Pass identification, replacement for typeid 72 char InternalizePass::ID = 0; 76 InternalizePass::InternalizePass() : ModulePass(ID) { 84 : ModulePass(ID) {
|
/external/llvm/lib/Transforms/ObjCARC/ |
ObjCARCAPElim.cpp | 48 static char ID; 49 ObjCARCAPElim() : ModulePass(ID) { 55 char ObjCARCAPElim::ID = 0;
|
ObjCARCExpand.cpp | 61 static char ID; 62 ObjCARCExpand() : FunctionPass(ID) { 68 char ObjCARCExpand::ID = 0;
|
ProvenanceAnalysisEvaluator.cpp | 27 static char ID; 34 char PAEval::ID = 0; 35 PAEval::PAEval() : FunctionPass(ID) {}
|
/external/llvm/lib/Transforms/Scalar/ |
ConstantProp.cpp | 38 static char ID; // Pass identification, replacement for typeid 39 ConstantPropagation() : FunctionPass(ID) { 52 char ConstantPropagation::ID = 0;
|
DCE.cpp | 38 static char ID; // Pass identification, replacement for typeid 39 DeadInstElimination() : BasicBlockPass(ID) { 65 char DeadInstElimination::ID = 0; 79 static char ID; // Pass identification, replacement for typeid 80 DCE() : FunctionPass(ID) { 92 char DCE::ID = 0;
|
FlattenCFGPass.cpp | 25 static char ID; // Pass identification, replacement for typeid 27 FlattenCFGPass() : FunctionPass(ID) { 41 char FlattenCFGPass::ID = 0;
|
LowerExpectIntrinsic.cpp | 177 static char ID; 178 LowerExpectIntrinsic() : FunctionPass(ID) { 186 char LowerExpectIntrinsic::ID = 0;
|
Reg2Mem.cpp | 39 static char ID; // Pass identification, replacement for typeid 40 RegToMem() : FunctionPass(ID) { 63 char RegToMem::ID = 0; 130 char &llvm::DemoteRegisterToMemoryID = RegToMem::ID;
|
/external/llvm/lib/Transforms/Utils/ |
Mem2Reg.cpp | 31 static char ID; // Pass identification, replacement for typeid 32 PromotePass() : FunctionPass(ID) { 53 char PromotePass::ID = 0;
|
MetaRenamer.cpp | 46 static char ID; // Pass identification, replacement for typeid 47 MetaRenamer() : ModulePass(ID) { 136 char MetaRenamer::ID = 0;
|
/external/llvm/tools/bugpoint/ |
bugpoint.cpp | 101 const void *ID = P->getPassID(); 102 const PassInfo *PI = PassRegistry::getPassRegistry()->getPassInfo(ID);
|
/external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/ |
SkPdfFileTrailerDictionary_autogen.cpp | 71 SkPdfArray* SkPdfFileTrailerDictionary::ID(SkPdfNativeDoc* doc) { 72 SkPdfNativeObject* ret = get("ID", ""); 80 return get("ID", "") != NULL;
|