Searched refs:CodeID (Results 1 - 2 of 2) sorted by relevance

/external/llvm/tools/llvm-bcanalyzer/
H A Dllvm-bcanalyzer.cpp117 static const char *GetCodeName(unsigned CodeID, unsigned BlockID, argument
122 switch (CodeID) {
136 if (Info->RecordNames[i].first == CodeID)
146 switch (CodeID) {
161 switch (CodeID) {
168 switch (CodeID) {
191 switch (CodeID) {
217 switch (CodeID) {
251 switch (CodeID) {
257 switch(CodeID) {
[all...]
/external/llvm/lib/MC/MCParser/
H A DCOFFAsmParser.cpp688 StringRef CodeID; local
692 if (!getParser().parseIdentifier(CodeID)) {
693 if (CodeID != "code")

Completed in 165 milliseconds