OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MCData
(Results
1 - 3
of
3
) sorted by null
/external/swiftshader/third_party/LLVM/include/llvm/MC/
MCAtom.h
27
///
MCData
- An entry in a data MCAtom.
29
typedef uint8_t
MCData
;
42
std::vector<
MCData
> Data;
53
void addData(const
MCData
&D);
/external/swiftshader/third_party/LLVM/lib/MC/
MCAtom.cpp
27
void MCAtom::addData(const
MCData
&D) {
28
assert(Type == DataAtom && "Trying to add
MCData
to a non-data atom!");
53
std::vector<
MCData
>::iterator I = Data.begin() + (RightBegin - LeftBegin);
WinCOFFObjectWriter.cpp
74
MCSymbolData const *
MCData
;
100
MCSectionData const *
MCData
;
213
,
MCData
(NULL) {
250
if (
MCData
&&
MCData
->getSymbol().isTemporary())
262
,
MCData
(NULL)
407
coff_section->
MCData
= &SectionData;
468
coff_symbol->
MCData
= &SymbolData;
513
return !S->
MCData
->getFragmentList().empty();
687
if (coff_symbol->
MCData
->getSymbol().isTemporary() || CrossSection)
[
all
...]
Completed in 48 milliseconds