OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SymbolFlags
(Results
1 - 4
of
4
) sorted by null
/external/llvm/include/llvm/MC/
MCMachOSymbolFlags.h
10
// This file declares the
SymbolFlags
used for the MachO target.
22
///
SymbolFlags
- We store the value for the 'desc' symbol field in the lowest
24
enum
SymbolFlags
{ // See <mach-o/nlist.h>.
MCELFSymbolFlags.h
10
// This file declares the
SymbolFlags
used for the ELF target.
30
enum
SymbolFlags
{
/external/llvm/lib/Target/X86/
X86ISelDAGToDAG.cpp
69
unsigned char
SymbolFlags
; // X86II::MO_*
74
SymbolFlags
(X86II::MO_NO_FLAG) {
241
AM.
SymbolFlags
);
244
AM.Align, AM.Disp, AM.
SymbolFlags
);
247
Disp = CurDAG->getTargetExternalSymbol(AM.ES, MVT::i32, AM.
SymbolFlags
);
250
Disp = CurDAG->getTargetJumpTable(AM.JT, MVT::i32, AM.
SymbolFlags
);
253
AM.
SymbolFlags
);
654
AM.
SymbolFlags
= G->getTargetFlags();
663
AM.
SymbolFlags
= CP->getTargetFlags();
670
AM.
SymbolFlags
= S->getTargetFlags()
[
all
...]
/external/llvm/include/llvm/Support/
COFF.h
130
enum
SymbolFlags
{
Completed in 2023 milliseconds