HomeSort by: relevance | last modified time | path
    Searched refs:CodeID (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
BitcodeAnalyzer.cpp 87 static Optional<const char *> GetCodeName(unsigned CodeID, unsigned BlockID,
93 switch (CodeID) {
111 if (Info->RecordNames[i].first == CodeID)
125 switch (CodeID) {
145 switch (CodeID) {
152 switch (CodeID) {
162 switch (CodeID) {
169 switch (CodeID) {
197 switch (CodeID) {
227 switch (CodeID) {
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/AsmParser/
X86AsmParser.cpp 4958 StringRef CodeID;
4962 if (!getParser().parseIdentifier(CodeID)) {
4963 if (CodeID != "code")

Completed in 51 milliseconds