OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:AuxType
(Results
1 - 5
of
5
) sorted by null
/external/llvm/lib/ObjectYAML/
COFFYAML.cpp
284
:
AuxType
(COFFYAML::AuxSymbolType(0)) {}
286
:
AuxType
(COFFYAML::AuxSymbolType(C)) {}
287
uint32_t denormalize(IO &) { return
AuxType
; }
288
COFFYAML::AuxSymbolType
AuxType
;
461
MappingNormalization<NAuxTokenType, uint8_t> NATT(IO, ACT.
AuxType
);
462
IO.mapRequired("
AuxType
", NATT->
AuxType
);
/external/swiftshader/third_party/LLVM/lib/MC/
WinCOFFObjectWriter.cpp
54
AuxiliaryType
AuxType
;
381
coff_symbol->Aux[0].
AuxType
= ATSectionDefinition;
449
coff_symbol->Aux[0].
AuxType
= ATWeakExternal;
560
switch(i->
AuxType
) {
777
assert(coff_symbol->Aux[0].
AuxType
== ATWeakExternal &&
823
assert(Aux.
AuxType
== ATSectionDefinition &&
/external/llvm/lib/MC/
WinCOFFObjectWriter.cpp
57
AuxiliaryType
AuxType
;
285
coff_symbol->Aux[0].
AuxType
= ATSectionDefinition;
404
coff_symbol->Aux[0].
AuxType
= ATWeakExternal;
540
switch (i.
AuxType
) {
840
Aux.
AuxType
= ATFile;
885
assert(Symbol->Aux[0].
AuxType
== ATWeakExternal &&
970
assert(Aux.
AuxType
== ATSectionDefinition &&
[
all
...]
/external/llvm/include/llvm/Object/
COFF.h
509
uint8_t
AuxType
;
[
all
...]
/external/llvm/include/llvm/Support/
COFF.h
397
uint8_t
AuxType
;
Completed in 172 milliseconds