OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:AuxType
(Results
1 - 25
of
34
) sorted by null
1
2
/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
...]
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Object/
COFF.h
493
uint8_t
AuxType
;
[
all
...]
/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Object/
COFF.h
508
uint8_t
AuxType
;
[
all
...]
/prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Object/
COFF.h
508
uint8_t
AuxType
;
[
all
...]
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Object/
COFF.h
493
uint8_t
AuxType
;
[
all
...]
/prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Object/
COFF.h
508
uint8_t
AuxType
;
[
all
...]
/prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Object/
COFF.h
508
uint8_t
AuxType
;
[
all
...]
/external/llvm/include/llvm/Support/
COFF.h
397
uint8_t
AuxType
;
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
COFF.h
402
uint8_t
AuxType
;
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
COFF.h
402
uint8_t
AuxType
;
/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/BinaryFormat/
COFF.h
444
uint8_t
AuxType
;
/prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/BinaryFormat/
COFF.h
444
uint8_t
AuxType
;
/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/BinaryFormat/
COFF.h
450
uint8_t
AuxType
;
/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Object/
COFF.h
507
uint8_t
AuxType
;
[
all
...]
/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/BinaryFormat/
COFF.h
450
uint8_t
AuxType
;
/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Object/
COFF.h
507
uint8_t
AuxType
;
[
all
...]
/prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/BinaryFormat/
COFF.h
450
uint8_t
AuxType
;
/prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Object/
COFF.h
507
uint8_t
AuxType
;
[
all
...]
/prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/BinaryFormat/
COFF.h
450
uint8_t
AuxType
;
/prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Object/
COFF.h
507
uint8_t
AuxType
;
[
all
...]
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
COFF.h
402
uint8_t
AuxType
;
/prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/BinaryFormat/
COFF.h
444
uint8_t
AuxType
;
Completed in 2570 milliseconds
1
2