OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RawName
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/ProfileData/
InstrProfReader.cpp
245
StringRef
RawName
(getName(Data->NamePtr), swap(Data->NameSize));
253
if (
RawName
.data() < NamesStart ||
254
RawName
.data() +
RawName
.size() > DataBuffer->getBufferEnd() ||
261
Record.Name =
RawName
;
/external/llvm/tools/llvm-readobj/
MachODumper.cpp
230
ArrayRef<char>
RawName
= Obj->getSectionRawName(DR);
236
W.printBinary("Name", Name,
RawName
);
Completed in 51 milliseconds