OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TagIndex
(Results
1 - 3
of
3
) sorted by null
/external/llvm/include/llvm/Support/
COFF.h
333
uint32_t
TagIndex
;
349
uint32_t
TagIndex
;
/external/llvm/lib/MC/
WinCOFFObjectWriter.cpp
446
coff_symbol->Aux[0].Aux.WeakExternal.
TagIndex
= 0;
561
WriteLE32(i->Aux.FunctionDefinition.
TagIndex
);
575
WriteLE32(i->Aux.WeakExternal.
TagIndex
);
761
coff_symbol->Aux[0].Aux.WeakExternal.
TagIndex
= coff_symbol->Other->Index;
/external/llvm/tools/llvm-readobj/
COFFDumper.cpp
432
support::ulittle32_t
TagIndex
;
440
support::ulittle32_t
TagIndex
;
841
W.printNumber("
TagIndex
", Aux->
TagIndex
);
859
if ((EC = Obj->getSymbol(Aux->
TagIndex
, Linked)) ||
866
W.printNumber("Linked", LinkedName, Aux->
TagIndex
);
[
all
...]
Completed in 37 milliseconds