Searched refs:Fn (Results 1 - 3 of 3) sorted by relevance

/frameworks/compile/mclinker/include/mcld/Support/
H A DTargetRegistry.h156 /// @param Fn - A function to construct a TargetMachine for the target.
157 static void RegisterTargetMachine(mcld::Target &T, mcld::Target::TargetMachineCtorTy Fn) argument
161 T.TargetMachineCtorFn = Fn;
168 /// @param Fn - A function to create SectLinker for the target
169 static void RegisterSectLinker(mcld::Target &T, mcld::Target::SectLinkerCtorTy Fn) argument
172 T.SectLinkerCtorFn = Fn;
179 /// @param Fn - A function to create TargetLDBackend for the target
180 static void RegisterTargetLDBackend(mcld::Target &T, mcld::Target::TargetLDBackendCtorTy Fn) argument
183 T.TargetLDBackendCtorFn = Fn;
190 /// @param Fn
192 RegisterDiagnosticLineInfo(mcld::Target &T, mcld::Target::DiagnosticLineInfoCtorTy Fn) argument
[all...]
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp1547 Function *Fn =
1549 if (Fn == 0) return Error("Invalid CE_BLOCKADDRESS record");
1551 GlobalVariable *FwdRef = new GlobalVariable(*Fn->getParent(),
1555 BlockAddrFwdRefs[Fn].push_back(std::make_pair(Record[2], FwdRef));
1585 Function *Fn = FunctionsWithBodies.back();
1590 DeferredFunctionInfo[Fn] = CurBit;
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp1845 Function *Fn =
1847 if (Fn == 0) return Error("Invalid CE_BLOCKADDRESS record");
1849 GlobalVariable *FwdRef = new GlobalVariable(*Fn->getParent(),
1853 BlockAddrFwdRefs[Fn].push_back(std::make_pair(Record[2], FwdRef));
1883 Function *Fn = FunctionsWithBodies.back();
1888 DeferredFunctionInfo[Fn] = CurBit;

Completed in 110 milliseconds