OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ShouldSwapBytes
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/ProfileData/
InstrProfReader.h
167
bool
ShouldSwapBytes
;
210
return
ShouldSwapBytes
? sys::getSwappedBytes(Int) : Int;
214
if (!
ShouldSwapBytes
)
/external/llvm/lib/ProfileData/
InstrProfReader.cpp
271
ShouldSwapBytes
= Header->Magic != RawInstrProf::getMagic<IntPtrT>();
384
if (
ShouldSwapBytes
) {
Completed in 201 milliseconds