OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:AsmInfo
(Results
1 - 3
of
3
) sorted by null
/external/llvm/include/llvm/Target/
TargetMachine.h
75
///
AsmInfo
- Contains target specific asm information.
77
const MCAsmInfo *
AsmInfo
;
121
const MCAsmInfo *getMCAsmInfo() const { return
AsmInfo
; }
/external/llvm/lib/CodeGen/
MachineVerifier.cpp
539
const MCAsmInfo *
AsmInfo
= TM->getMCAsmInfo();
542
!(
AsmInfo
&&
543
AsmInfo
->getExceptionHandlingType() == ExceptionHandling::SjLj &&
[
all
...]
/external/llvm/lib/MC/
MCDwarf.cpp
179
const MCAsmInfo *
asmInfo
= MCOS->getContext().getAsmInfo();
181
asmInfo
->getPointerSize());
207
const MCAsmInfo *
asmInfo
= MCOS->getContext().getAsmInfo();
209
asmInfo
->getPointerSize());
523
const MCAsmInfo *
asmInfo
= context.getAsmInfo();
524
int AddrSize =
asmInfo
->getPointerSize();
604
const MCAsmInfo *
asmInfo
= context.getAsmInfo();
605
int AddrSize =
asmInfo
->getPointerSize();
732
const MCAsmInfo *
AsmInfo
= context.getAsmInfo();
734
AsmInfo
->doesDwarfUseRelocationsAcrossSections()
[
all
...]
Completed in 68 milliseconds