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.cpp192 if (auto *RMName = RelocationModelName(RelocationModel)) { in addPicOptions() local
194 CmdArgs.push_back(RMName); in addPicOptions()
H A DClang.cpp5610 const char *RMName = RelocationModelName(RelocationModel); in ConstructJob() local
5611 if (RMName) { in ConstructJob()
5613 CmdArgs.push_back(RMName); in ConstructJob()
8690 const char *RMName = RelocationModelName(RelocationModel); in ConstructJob() local
8691 if (RMName) { in ConstructJob()
8693 CmdArgs.push_back(RMName); in ConstructJob()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DAsmMatcherEmitter.cpp1430 const Init *RMName = Rec->getValueInit("RenderMethod"); in buildOperandClasses() local
1431 if (const StringInit *SI = dyn_cast<StringInit>(RMName)) { in buildOperandClasses()
1434 assert(isa<UnsetInit>(RMName) && "Unexpected RenderMethod field!"); in buildOperandClasses()