Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/MCTargetDesc/
H A DSystemZTargetStreamer.cpp27 const MCObjectFileInfo &OFI = *Streamer.getContext().getObjectFileInfo(); in emitConstantPools() local
28 Streamer.switchSection(OFI.getTextSection()); in emitConstantPools()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsTargetStreamer.cpp947 const MCObjectFileInfo &OFI = *MCA.getContext().getObjectFileInfo(); in finish() local
951 MCSection &TextSection = *OFI.getTextSection(); in finish()
953 MCSection &DataSection = *OFI.getDataSection(); in finish()
955 MCSection &BSSSection = *OFI.getBSSSection(); in finish()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h1036 struct OFI { struct
1059 struct OFI OperatorFunctionId; argument
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DDeclSpec.cpp1518 new (&OperatorFunctionId) struct OFI; in setOperatorFunctionId()