OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isFragmentUpToDate
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/MC/
MCAsmLayout.h
48
bool
isFragmentUpToDate
(const MCFragment *F) const;
/external/llvm/lib/MC/
MCAssembler.cpp
63
bool MCAsmLayout::
isFragmentUpToDate
(const MCFragment *F) const {
74
if (!
isFragmentUpToDate
(F))
92
while (!
isFragmentUpToDate
(F)) {
366
assert(!
isFragmentUpToDate
(F) && "Attempt to recompute up-to-date fragment!");
369
assert((!Prev ||
isFragmentUpToDate
(Prev)) &&
Completed in 150 milliseconds