OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FeaturesStr
(Results
1 - 9
of
9
) sorted by null
/external/llvm/lib/ExecutionEngine/
TargetSelect.cpp
83
std::string
FeaturesStr
;
88
FeaturesStr
= Features.getString();
101
MCPU,
FeaturesStr
,
/external/llvm/tools/llc/
llc.cpp
242
std::string
FeaturesStr
;
247
FeaturesStr
= Features.getString();
285
MCPU,
FeaturesStr
, Options,
/frameworks/compile/slang/
slang_backend.cpp
156
std::string
FeaturesStr
;
166
FeaturesStr
= Features.getString();
170
TargetInfo->createTargetMachine(Triple, mTargetOpts.CPU,
FeaturesStr
,
/external/llvm/lib/MC/MCDisassembler/
Disassembler.cpp
62
std::string
FeaturesStr
;
65
FeaturesStr
);
/external/llvm/tools/llvm-mc/
llvm-mc.cpp
408
std::string
FeaturesStr
;
413
FeaturesStr
= Features.getString();
425
STI(TheTarget->createMCSubtargetInfo(TripleName, MCPU,
FeaturesStr
));
/external/clang/lib/CodeGen/
BackendUtil.cpp
382
std::string
FeaturesStr
;
389
FeaturesStr
= Features.getString();
460
FeaturesStr
, Options,
/external/llvm/tools/llvm-objdump/
llvm-objdump.cpp
267
std::string
FeaturesStr
;
272
FeaturesStr
= Features.getString();
290
TheTarget->createMCSubtargetInfo(TripleName, "",
FeaturesStr
));
/external/llvm/tools/opt/
opt.cpp
535
std::string
FeaturesStr
;
540
FeaturesStr
= Features.getString();
544
MCPU,
FeaturesStr
, GetTargetOptions(),
/frameworks/compile/mclinker/tools/llvm-mcld/
llvm-mcld.cpp
[
all
...]
Completed in 457 milliseconds