Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/MCTargetDesc/
HDSystemZMCTargetDesc.cpp197 const MCObjectFileInfo &OFI = *Streamer.getContext().getObjectFileInfo(); in emitConstantPools() local
198 Streamer.switchSection(OFI.getTextSection()); in emitConstantPools()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
HDMipsTargetStreamer.cpp894 const MCObjectFileInfo &OFI = *MCA.getContext().getObjectFileInfo(); in finish() local
898 MCSection &TextSection = *OFI.getTextSection(); in finish()
900 MCSection &DataSection = *OFI.getDataSection(); in finish()
902 MCSection &BSSSection = *OFI.getBSSSection(); in finish()
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Sema/
HDDeclSpec.h1034 struct OFI { struct
1057 struct OFI OperatorFunctionId; argument
/freebsd-14-stable/contrib/llvm-project/clang/lib/Sema/
HDDeclSpec.cpp1510 new (&OperatorFunctionId) struct OFI; in setOperatorFunctionId()