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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeAnalyzer.cpp87 static Optional<const char *> GetCodeName(unsigned CodeID, unsigned BlockID, argument
93 switch (CodeID) {
111 if (Info->RecordNames[i].first == CodeID)
125 switch (CodeID) {
144 switch (CodeID) {
151 switch (CodeID) {
161 switch (CodeID) {
168 switch (CodeID) {
192 switch (CodeID) {
221 switch (CodeID) {
[all...]
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Breakpad/
H A DBreakpadRecords.cpp23 CodeID, member in class:__anon2859::Token
41 .Case("CODE_ID", Token::CodeID)
155 case Token::CodeID:
199 if (consume<Token>(Line) != Token::CodeID)
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp4246 StringRef CodeID; local
4250 if (!getParser().parseIdentifier(CodeID)) {
4251 if (CodeID != "code")

Completed in 107 milliseconds