Searched refs:OFI (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/lib/Target/SystemZ/MCTargetDesc/
H A DSystemZMCTargetDesc.cpp197 const MCObjectFileInfo &OFI = *Streamer.getContext().getObjectFileInfo(); local
198 Streamer.switchSection(OFI.getTextSection());
/freebsd-current/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsTargetStreamer.cpp892 const MCObjectFileInfo &OFI = *MCA.getContext().getObjectFileInfo(); local
895 MCSection &TextSection = *OFI.getTextSection();
897 MCSection &DataSection = *OFI.getDataSection();
899 MCSection &BSSSection = *OFI.getBSSSection();
/freebsd-current/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h998 struct OFI { struct in class:clang::UnqualifiedId
1021 struct OFI OperatorFunctionId;
/freebsd-current/contrib/llvm-project/clang/lib/Sema/
H A DDeclSpec.cpp1476 new (&OperatorFunctionId) struct OFI;

Completed in 291 milliseconds