OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UnknownIndex
(Results
1 - 2
of
2
) sorted by null
/external/swiftshader/third_party/subzero/src/
IceELFSection.cpp
192
StringToIndexMap.insert(std::make_pair(Str,
UnknownIndex
));
200
return
UnknownIndex
;
230
assert(StringIndex.second ==
UnknownIndex
);
IceELFSection.h
280
enum {
UnknownIndex
= 0 };
282
/// Grabs the final index of a string after layout. Returns
UnknownIndex
if
308
/// Track strings to their index. Index will be
UnknownIndex
if not yet laid
Completed in 56 milliseconds