OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:createMCAsmInfo
(Results
1 - 13
of
13
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
AMDGPUTargetMachine.h
27
MCAsmInfo*
createMCAsmInfo
(const Target &T, StringRef TT);
/external/mesa3d/src/gallium/drivers/radeon/
AMDGPUTargetMachine.h
27
MCAsmInfo*
createMCAsmInfo
(const Target &T, StringRef TT);
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_debug.cpp
206
OwningPtr<const MCAsmInfo> AsmInfo(T->
createMCAsmInfo
(Triple));
/external/llvm/lib/CodeGen/
LLVMTargetMachine.cpp
66
AsmInfo = TheTarget.
createMCAsmInfo
(*getRegisterInfo(), TargetTriple);
/external/llvm/lib/MC/MCDisassembler/
Disassembler.cpp
53
const MCAsmInfo *MAI = TheTarget->
createMCAsmInfo
(*MRI, Triple);
/external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_debug.cpp
206
OwningPtr<const MCAsmInfo> AsmInfo(T->
createMCAsmInfo
(Triple));
/frameworks/compile/libbcc/lib/Support/
Disassembler.cpp
107
asm_info = target->
createMCAsmInfo
(pTriple);
/external/clang/tools/driver/
cc1as_main.cpp
294
OwningPtr<MCAsmInfo> MAI(TheTarget->
createMCAsmInfo
(*MRI, Opts.Triple));
/external/llvm/tools/llvm-mc/
llvm-mc.cpp
385
llvm::OwningPtr<MCAsmInfo> MAI(TheTarget->
createMCAsmInfo
(*MRI, TripleName));
/external/llvm/tools/llvm-objdump/
MachODump.cpp
230
TheTarget->
createMCAsmInfo
(*MRI, TripleName));
llvm-objdump.cpp
283
TheTarget->
createMCAsmInfo
(*MRI, TripleName));
/external/llvm/include/llvm/Support/
TargetRegistry.h
291
///
createMCAsmInfo
- Create a MCAsmInfo implementation for the specified
298
MCAsmInfo *
createMCAsmInfo
(const MCRegisterInfo &MRI,
[
all
...]
/external/clang/lib/Parse/
ParseStmt.cpp
[
all
...]
Completed in 450 milliseconds