HomeSort by relevance Sort by last modified time
    Searched refs:CodeID (Results 1 - 2 of 2) sorted by null

  /external/llvm/tools/llvm-bcanalyzer/
llvm-bcanalyzer.cpp 117 static const char *GetCodeName(unsigned CodeID, unsigned BlockID,
122 switch (CodeID) {
136 if (Info->RecordNames[i].first == CodeID)
146 switch (CodeID) {
161 switch (CodeID) {
166 switch (CodeID) {
189 switch (CodeID) {
215 switch (CodeID) {
249 switch (CodeID) {
255 switch(CodeID) {
    [all...]
  /external/llvm/lib/MC/MCParser/
COFFAsmParser.cpp 410 StringRef CodeID;
414 if (!getParser().ParseIdentifier(CodeID)) {
415 if (CodeID != "code")

Completed in 82 milliseconds