Home
last modified time | relevance | path

Searched refs:RMName (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DFlang.cpp165 if (auto *RMName = RelocationModelName(RelocationModel)) { in addPicOptions() local
167 CmdArgs.push_back(RMName); in addPicOptions()
H A DClang.cpp5595 const char *RMName = RelocationModelName(RelocationModel); in ConstructJob() local
5596 if (RMName) { in ConstructJob()
5598 CmdArgs.push_back(RMName); in ConstructJob()
8631 const char *RMName = RelocationModelName(RelocationModel); in ConstructJob() local
8632 if (RMName) { in ConstructJob()
8634 CmdArgs.push_back(RMName); in ConstructJob()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DAsmMatcherEmitter.cpp1428 Init *RMName = Rec->getValueInit("RenderMethod"); in buildOperandClasses() local
1429 if (StringInit *SI = dyn_cast<StringInit>(RMName)) { in buildOperandClasses()
1432 assert(isa<UnsetInit>(RMName) && "Unexpected RenderMethod field!"); in buildOperandClasses()