Searched refs:FunctionNumber (Results 1 - 9 of 9) sorted by relevance

/freebsd-10.0-release/sys/dev/mps/
H A Dmps_ioctl.h130 uint32_t FunctionNumber :3; member in struct:mps_pci_bits::__anon8872::__anon8873
241 uint8_t FunctionNumber; member in struct:mps_pci_info
H A Dmps_user.c1077 data->PciInformation.u.bits.FunctionNumber =
1124 data->FunctionNumber = pci_get_function(sc->mps_dev);
/freebsd-10.0-release/contrib/llvm/include/llvm/CodeGen/
H A DMachineFunction.h119 /// FunctionNumber - This provides a unique ID for each function emitted in
122 unsigned FunctionNumber; member in class:llvm::MachineFunction
159 unsigned getFunctionNumber() const { return FunctionNumber; }
/freebsd-10.0-release/contrib/llvm/lib/AsmParser/
H A DLLParser.h270 /// FunctionNumber - If this is an unnamed function, this is the slot
272 int FunctionNumber; member in class:llvm::LLParser::PerFunctionState
274 PerFunctionState(LLParser &p, Function &f, int FunctionNumber);
H A DLLParser.cpp1954 : P(p), F(f), FunctionNumber(functionNumber) {
1993 FunctionID.UIntVal = FunctionNumber;
3130 int FunctionNumber = -1;
3131 if (!Fn.hasName()) FunctionNumber = NumberedVals.size()-1;
3133 PerFunctionState PFS(*this, Fn, FunctionNumber);
/freebsd-10.0-release/sys/boot/efi/include/
H A Defidevp.h95 UINT8 FunctionNumber; member in struct:_PCCARD_DEVICE_PATH
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1970 unsigned FunctionNumber) {
1972 PrintParentLoopComment(OS, Loop->getParentLoop(), FunctionNumber);
1974 << "Parent Loop BB" << FunctionNumber << "_"
1983 unsigned FunctionNumber) {
1987 << "Child Loop BB" << FunctionNumber << "_"
1990 PrintChildLoopComment(OS, *CL, FunctionNumber);
1969 PrintParentLoopComment(raw_ostream &OS, const MachineLoop *Loop, unsigned FunctionNumber) argument
1982 PrintChildLoopComment(raw_ostream &OS, const MachineLoop *Loop, unsigned FunctionNumber) argument
/freebsd-10.0-release/contrib/llvm/lib/Target/ARM/
H A DARMAsmPrinter.cpp886 static MCSymbol *getPICLabel(const char *Prefix, unsigned FunctionNumber, argument
890 + "PC" + Twine(FunctionNumber) + "_" + Twine(LabelId));
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/
H A DMachineFunction.cpp74 FunctionNumber = FunctionNum;

Completed in 359 milliseconds